(要 YEP_PartySystem.js・YEP_BattleEngineCore.js)アクターが戦闘中に他のパーティーメンバーと交代できるようにするプラグイン – YEP_X_ActorPartySwitch.js

タイトル
(Req YEP_PartySystem.js and YEP_BattleEngineCore.js)Allow actors to switch with other party members mid-battle.
作者名
ヘルプ
============================================================================
Introduction
============================================================================

This plugin requires YEP_PartySystem and YEP_BattleEngineCore. Make sure
this plugin is located under both plugins in the plugin list.

For games that benefit more from individual party switching, this plugin
grants players the ability to switch party members on an individual basis
rather than entire parties at a time mid-battle. However, actors that have
just switched in and are on cooldown, required for battle, or locked in the
party position cannot switch out.

============================================================================
Plugin Commands
============================================================================

For those who'd like to be able to change the settings of Actor Part Switch
midway through the game, use the following plugin commands:

Plugin Commands:

ShowActorPartySwitch
HideActorPartySwitch
- Shows/hides the 'Switch' command from the actor command window from
being visible.

EnableActorPartySwitch
DisableActorPartySwitch
- Enables/disables the 'Switch' command from the actor command window
from being able to selected.

ResetActorPartySwitchCooldowns
- Resets all cooldowns for actor party switching.

============================================================================
Changelog
============================================================================

Version 1.04:
- Fixed a bug that caused the on-map party layout to not update if switching
has been used in battle.

Version 1.03:
- Fixed a bug that prevented 'HideActorPartySwitch' from working properly.

Version 1.02:
- Fixed a bug that caused subsequent battles to have actors appear in the
wrong positions.

Version 1.01:
- Added compatibility check for people who weren't using Row Formations.
- Turning of 'Display TP in Battle' from the Database > System tab will now
turn off TP from displaying in the party list, too.

Version 1.00:
- Finished Plugin!
パラメータ
param ---General---
default
param Switch Command
desc The text that appears in the actor command window to switch allies.
default Switch

param Switch Cooldown
desc When an actor switches out, how many turns must the actor wait before
the actor can switch back in? Use 0 to disable this.
default 1

param Show Command
desc Show party switching by default?
NO - false YES - true
default true

param Enable Command
desc Enable party switching by default?
NO - false YES - true
default true

param ---Window---
default
param Window X
desc The x position of the party switch window.
This is a formula.
default 0

param Window Y
desc The y position of the party switch window.
This is a formula.
default 0

param Window Width
desc The width of the party switch window.
This is a formula.
default Graphics.boxWidth / 2

param Window Height
desc The height of the party switch window.
This is a formula.
default Graphics.boxHeight - this.fittingHeight(4)

param Actor Graphic
desc What kind of graphic do you wish to associate with actors?
0: None; 1: Character; 2: Face; 3: SV Battler
default 2

param Font Size
desc The font size used for the Actor Party Switch window.
Default: 28
default 20

param Rect Height
desc The height for each actor entry's height in pixels.
Use 0 for automatic detection.
default 0

ライセンス表記

紹介ページ https://github.com/suppayami/yami-engine-delta/blob/master/demo/js/plugins/YEP_X_ActorPartySwitch.js