MZ用プラグイン

NUUN バトルスタイル拡張デフォルト設定用 - NUUN_BattleStyleEX_Default.js

シェア用テキスト:
▼NUUN バトルスタイル拡張デフォルト設定用(NUUN様作) - NUUN_BattleStyleEX_Default.js
https://plugin-mz.fungamemake.com/archives/5732
戦闘画面を拡張します。このプラグインでは他に以下の機能を実装します。フロントビューでのアクターへのアニメーション、立ち絵表示、条件付き立ち絵切り替え、ステータスパラメータの表示座標変更、各ウィンドウの背景画像指定、コマンドの表示変更

ふりがな:ばとるすたいるかくちょうでふぉるとせっていよう

機能概要: 戦闘画面を拡張します。このプラグインでは他に以下の機能を実装します。フロントビューでのアクターへのアニメーション、立ち絵表示、条件付き立ち絵切り替え、ステータスパラメータの表示座標変更、各ウィンドウの背景画像指定、コマンドの表示変更

利用規約(ライセンス): MITライセンス

作者:NUUN

作者サイト:https://github.com/nuun888

ダウンロードページ:https://raw.githubusercontent.com/nuun888/mz/master/NUU…

ファイル名:NUUN_BattleStyleEX_Default.js

プラグインのヘルプ:

/*:
 * @target MZ
 * @plugindesc バトルスタイル拡張デフォルト設定用
 * @author NUUN
 * @base NUUN_BattleStyleEX
 * @orderBefore NUUN_BattleStyleEX
 * @version 1.11.3
 * 
 * @help
 * 戦闘画面を拡張します。
 * このプラグインでは他に以下の機能を実装します。
 * フロントビューでのアクターへのアニメーション
 * 立ち絵表示
 * 条件付き立ち絵切り替え
 * ステータスパラメータの表示座標変更
 * 各ウィンドウの背景画像指定
 * コマンドの表示変更
 * 
 * アクターの顔グラを立ち絵にする場合は、プラグインパラメータのデフォルトアクター画像設定またはアクター画像座標拡大率設定で
 * アクターの画像モードを画像に設定してください。
 * アクター画像座標拡大率設定を設定してない場合はのデフォルトアクター画像設定の設定が適用されます。
 * 
 * アクターの画像設定で条件で顔グラまたは立ち絵を切り替える事ができます。また立ち絵、顔グラ表示EXに対応していますが、プラグインパラメータの
 * 立ち絵表示EX適用をONにしてください。
 * 条件の優先度は上から順に一致した条件が適用されます。通常時に適用される画像は一番下に設定してください。
 * 
 * 各ステータスの座標位置を変更したい場合は、各項目の「〇〇の座標変更」をtureにしてください。
 * 
 * 
 * 表示したい項目だけ設定してください。
 * 表示ステータス設定にひとつでも設定してある場合は、こちらの設定が適用されます。
 * 表示ステータス設定はアクターステータスに表示するステータスを独自に設定できます。
 * 
 * 独自パラメータ、独自パラメータ(動的) 
 * 評価式or文字列Aには表示する式をjavascriptで記入します。
 * this._battler:アクターゲームデータ
 * this._battler.actor():アクターシステムデータ
 * 
 * 独自ゲージ
 * 評価式or文字列Aに現在の値をjavascriptで記入します。
 * 評価式or文字列Bに最大値をjavascriptで記入します。
 * this._battler:アクターゲームデータ
 * this._battler.actor():アクターシステムデータ
 * 
 * ステート,ステート2
 * 評価式or文字列Aに表示するステートIDを記入します。
 * 評価式or文字列Bに表示するバフIDを記入します。
 * 
 * 画像
 * 評価式or文字列Aには表示条件をjavascriptで記入します。条件が一致しているときに表示されます。
 * 無記入の場合は常に表示されます。
 * actor:アクターゲームデータ
 * actor.actor():アクターシステムデータ
 * this._battler:アクターゲームデータ
 * this._battler.actor():アクターシステムデータ
 * 
 * 敵キャラのメモ欄
 * <AttackAnimation:11>
 * 敵キャラの通常攻撃時、11番のアニメーションが再生されます。指定がない場合はプラグインパラメータのデフォルト値が適用されます。
 * 
 * アクターステータス表示位置設定
 * リストの設定順はアクターステータスウィンドウに表示されるアクター順(戦闘キャラが1)になります。
 * 戦闘メンバーの表示設定はリストID1番に設定します。2番目は2番に設定します。(アクター別には設定できません)
 * 
 * 木星ペンギン氏作疑似3Dバトルプラグインと併用して、フロントビューで味方にアニメーションを表示させる場合は
 * 別途バトルスタイル拡張疑似3Dバトル併用パッチを導入してください。
 * 
 * Ver.1.6.0でバトルステータスのデフォルトの設定を表示ステータス設定での設定に変更しております。
 * 旧設定で設定している場合でアクター座標、画像設定で追加する場合は、表示ステータス設定を空欄にしてください。
 * 
 * ゲームパッド設定の振動設定は別途NUUN_GamePadVibrationが必要です。
 * https://github.com/nuun888/MZ/blob/master/README/GamePadVibration.md
 * 
 * ※1
 * 0:HP上昇 1:MP上昇 2:攻撃力上昇 3:防御力上昇 4:魔法力上昇 5:魔法防御上昇 6:敏捷性上昇 7:運上昇
 * 10:HP減少 11:MP減少 12:攻撃力減少 13:防御力減少 14:魔法力減少 15:魔法防御減少 16:敏捷性減少 17:運減少
 * 
 * 更新履歴
 * 2024/2/5 Ver.1.11.3
 * 対象選択時のアイテム、スキルヘルプを非表示にする機能を復活。
 * 2023/7/30 Ver.1.11.2
 * 味方の画像切り替えでランダムに表示できる機能を追加。
 * 2023/7/2 Ver.1.11.1
 * 戦闘中の天候をスイッチで切り替えられる機能を追加。
 * 戦闘開始時及び戦闘終了時に指定のコモンイベントを指定できる機能を追加。
 * 2023/7/2 Ver.1.11.0
 * 戦闘中に天候を適用できる機能を追加。
 * 2023/6/3 Ver.1.10.6
 * バトルウィンドウの表示方式(旧処理または新処理)を指定できる機能を追加。
 * 2023/5/22 Ver.1.10.5
 * 条件アクター画像にクリティカルダメージ時の設定を追加。
 * 2023/5/7 Ver.1.10.4
 * アクターへのアニメーションの反転の有無が機能していなかった問題を修正。
 * 2023/4/30 Ver.1.10.3
 * 画像に条件式を指定できる機能を追加。
 * 2023/4/11 Ver.1.10.2
 * CounterExtend(トリアコンタン氏)に対応。
 * 2023/3/12 Ver.1.10.1
 * 味方へのクリティカル時と通常ダメージ時の振動設定を別々に変更。
 * 2023/2/27 Ver.1.10.0
 * ゲームパッドを振動させる機能を正式に追加。(要NUUN_GamePadVibration)
 * ボス消滅時にゲームパッドを振動させる機能を追加。
 * 2023/2/26 Ver.1.9.1
 * 試験的に味方のダメージ時にゲームパッドを振動させる機能を追加。
 * 2023/2/24 Ver.1.9.0
 * アクターステータスの各アクター表示の位置、幅を指定できる機能を追加。
 * 2023/2/11 Ver.1.8.4
 * アクターコンテンツを下側から表示する機能を追加。
 * 2023/1/8 Ver.1.8.3
 * アクター名、オリジナルパラメータ、レベルの表示文字揃えを指定できる機能を追加。
 * 2022/12/24 Ver.1.8.2
 * アクター名に任意のフォントを指定できる機能を追加。
 * 2022/12/10 Ver.1.8.1
 * 敵のダメージポップアップの位置を指定できる機能を追加。
 * 2022/10/18 Ver.1.8.0
 * スキル、アイテム選択画面の座標、横幅、行数、列数を設定できる機能を追加。
 * 2022/10/15 Ver.1.7.3
 * ステートが一つも付加されていないときに表示するアイコンを指定できる機能を追加。
 * 2022/10/9 Ver.1.7.2
 * アクターステータスのアクター毎にウィンドウを表示する機能を追加。
 * 2022/9/17 Ver.1.7.1
 * 敵対象選択画面のモンスター名の表示をアクター名と同じ仕様にする機能を追加。
 * 2022/8/25 Ver.1.7.0
 * アクター画像変化条件に防御時、反撃時、魔法反射時を追加。
 * 2022/8/24 Ver.1.6.3
 * 敵出現、アイテムウィンドウのXY座標が適用されていなかった問題を修正。
 * 2022/8/7 Ver.1.6.2
 * 戦闘終了時にアクターウィンドウを閉じる機能(コアスクリプトと同じ仕様)を追加。
 * 2022/8/6 Ver.1.6.1
 * ステート、ステート2に表示できるステート、バフのアイコンを指定および非表示にできる機能を追加。
 * Ver.1.6.0での仕様変更によりステートの枠外表示を廃止。
 * 2022/7/30 Ver.1.6.0
 * 敵対象選択中にアクターコマンドが出るように修正。
 * 表示ステータスにメニューで表示されるタイプのステートを表示する機能を追加。
 * 表示ステータスに画像を追加。
 * メンバー交代後にアクターの画像が変色してしまう問題を修正。
 * 一部プラグインパラメータのデフォルト値の修正。
 * アクター名に幅、フォントサイズが適用されていなかった問題を修正。
 * 2022/7/23 Ver.1.5.3
 * キャンセルボタンのX座標を調整できる機能を追加。
 * 2022/7/18 Ver.1.5.2
 * キャンセルボタンの表示位置を左か右か指定できる機能を追加。
 * 2022/6/24 Ver.1.5.1
 * 新規、更新後にアクターの画像がおかしくなる問題を修正。
 * 2022/6/19 Ver.1.5.0
 * アクター画像条件にコマンド選択時を追加。
 * アクター画像条件に不透明度を指定できる機能を追加。
 * 2022/6/18 Ver.1.4.1
 * アニメーションの表示をステータスの背後、ダメージポップアップをステータスの前面に表示するように変更。
 * 2022/6/15 Ver.1.4.0
 * パーティコマンド、アクターコマンド、アクターステータスウィンドウに任意のウィンドウスキンを設定できる機能を追加。
 * 2022/6/7 Ver.1.3.2
 * アクター毎にステートエフェクトの座標を調整できる機能を追加。
 * 2022/6/1 Ver.1.3.1
 * アクター画像(顔グラ)の設定方法に画像起点を追加。
 * 2022/5/26 Ver.1.3.0
 * アクターステータスの表示する方法に独自表示設定する機能を追加。
 * 上記の機能に独自パラメータ、独自ゲージを表示する機能を追加。
 * 2022/5/12 Ver.1.2.1
 * ステートアニメーションを表示させない機能を追加。
 * 2022/5/11 Ver.1.2.0
 * アクター画像にステート画像を表示する機能を追加。
 * パーティ、アクターコマンドの表示位置を指定できる機能を追加。
 * 2022/5/2 Ver.1.1.1
 * エフェクトのプロパティを中間(アクター画像とステータスの間)か最前面に表示する機能を追加。
 * 2022/4/10 Ver.1.1.0
 * アクター画像設定のスイッチ、武器、防具、ステートの条件に複数指定できるように変更。
 * アクター画像設定に残りHPの条件を追加。 
 * アクター画像設定の職業でリストが表示されなかった問題を修正。
 * アクター画像設定のスキル、アイテム条件が適用されていなかった問題を修正。
 * 2022/4/1 Ver.1.0.5
 * アクターコマンドの項目の表示位置を中央寄りにする機能を追加。
 * 2022/3/29 Ver.1.0.4
 * アクターコマンドを各アクターの上指定時のサポートアクターのコマンド座標を設定できる機能を追加。
 * 敵選択、アイテム、スキル、ヘルプウィンドウ画像表示の説明文を変更。
 * 2022/3/26 Ver.1.0.3
 * アクターウィンドウステータスのアクター配置を表示範囲可変表示にする機能を追加。
 * 2022/3/26 Ver.1.0.2
 * 敵選択ウィンドウのスキン非表示を設定する項目がなかった問題を修正。
 * 2022/3/25 Ver.1.0.1
 * 立ち絵切り替え条件にスイッチ、武器、防具装備時、特定の職業を追加。
 * 2022/3/24 Ver.1.0.0
 * 初版
 * 
 * @param Setting
 * @text 共通設定
 * @default ////////////////////////////////
 * 
 * @param CommandPosition
 * @text パーティ、アクターコマンド位置
 * @desc パーティ、アクターコマンドの表示位置を選択します。
 * @type select
 * @option デフォルト
 * @value 'default'
 * @option 右
 * @value 'right'
 * @option 左
 * @value 'left'
 * @default 'default'
 * @parent Setting
 * 
 * @param PartyCommand
 * @text パーティコマンド設定
 * @default ////////////////////////////////
 * 
 * @param PartyCommandPosition
 * @text コマンドの表示位置
 * @desc カスタム選択時のパーティコマンドの表示位置を指定します。
 * @type select
 * @option 上部
 * @value 'top'
 * @option 中間
 * @value 'middle'
 * @option アクターステータスウィンドウの上
 * @value 'under'
 * @option カスタム
 * @value 'custom'
 * @option デフォルト(座標は固定です)
 * @value 'default'
 * @default 'default'
 * @parent PartyCommand
 * 
 * @param PartyCommandMaxCol
 * @desc 表示するコマンド列数。
 * @text 表示コマンド列数
 * @type number
 * @default 1
 * @min 1
 * @max 99
 * @parent PartyCommand
 * 
 * @param PartyCommandMaxRow
 * @desc 表示するコマンド行数。
 * @text 表示コマンド行数
 * @type number
 * @default 4
 * @min 1
 * @max 99
 * @parent PartyCommand
 * 
 * @param PartyCommandWindow
 * @text パーティコマンドウィンドウ設定
 * @default ------------------------------
 * @parent PartyCommand
 * 
 * @param PartyCommandWindowShow
 * @desc ウィンドウ画像を表示する。背景指定時はOFFにしてください。(OFFでコマンドのみ表示されます。)
 * @text ウィンドウ画像表示
 * @type boolean
 * @default true
 * @parent PartyCommandWindow
 * 
 * @param PartyCommandWindowSkin
 * @desc ウィンドウスキンを指定します。
 * @text ウィンドウスキン画像
 * @type file
 * @dir img/system
 * @default
 * @parent PartyCommandWindow
 * 
 * @param PartyCommandWindowColor
 * @text ウィンドウカラー
 * @desc ウィンドウの色の設定をします。
 * @default {”red”:”0”,”green”:”0”,”bule”:”0”}
 * @type struct<WindowTone>
 * @parent PartyCommandWindow
 * 
 * @param PartyCommand_X
 * @desc パーティコマンドウィンドウのX座標を指定します。
 * @text コマンドウィンドウX座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent PartyCommandWindow
 * 
 * @param PartyCommand_Y
 * @desc パーティコマンドウィンドウのY座標を指定します。
 * @text コマンドウィンドウY座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent PartyCommandWindow
 * 
 * @param PartyCommand_Width
 * @desc パーティコマンドウィンドウの横幅を指定します。0でUI幅
 * @text コマンドウィンドウの横幅
 * @type number
 * @default 0
 * @max 9999
 * @min 0
 * @parent PartyCommandWindow
 * 
 * @param PartyCommandBackGround
 * @text パーティコマンド背景設定
 * @default ------------------------------
 * @parent PartyCommand
 * 
 * @param PartyCommandBackgroundImg
 * @desc パーティコマンドの背景画像ウィンドウを指定する。
 * @text パーティコマンド背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent PartyCommandBackGround
 * 
 * @param PartyBackground_X
 * @desc パーティコマンドの背景画像X座標(相対)。
 * @text 背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent PartyCommandBackGround
 * 
 * @param PartyBackground_Y
 * @desc パーティコマンドの背景画像Y座標(相対)。
 * @text 背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent PartyCommandBackGround
 * 
 * @param PartyCommandOption
 * @text パーティコマンドオプション
 * @default ------------------------------
 * @parent PartyCommand
 * 
 * @param PartyCommandWindowCenter
 * @text ウィンドウ座標中央表示
 * @desc ウィンドウを中央に表示させます。(デフォルト以外)
 * @type boolean
 * @default false
 * @parent PartyCommandOption
 * 
 * @param PartyCommandMode
 * @desc パーティコマンドの項目を中央寄りに表示させます。
 * @text コマンド表示中央寄り
 * @type boolean
 * @default false
 * @parent PartyCommandOption
 * 
 * @param ActorCommand
 * @text アクターコマンド設定
 * @default ////////////////////////////////
 * 
 * @param ActorCommandWindowShow
 * @desc ウィンドウ画像を表示する。背景指定時はOFFにしてください。(OFFでコマンドのみ表示されます。)
 * @text ウィンドウ画像表示
 * @type boolean
 * @default true
 * @parent ActorCommand
 * 
 * @param ActorCommandWindowSkin
 * @desc ウィンドウスキンを指定します。
 * @text ウィンドウスキン画像
 * @type file
 * @dir img/system
 * @default
 * @parent ActorCommand
 * 
 * @param ActorCommandWindowColor
 * @text ウィンドウカラー
 * @desc ウィンドウの色の設定をします。
 * @default {”red”:”0”,”green”:”0”,”bule”:”0”}
 * @type struct<WindowTone>
 * @parent ActorCommand
 * 
 * @param ActorCommandPosition
 * @text アクターコマンドの表示方法
 * @desc アクターコマンドの表示方法を選択します。
 * @type select
 * @option デフォルト(座標は固定です)
 * @value 'default'
 * @option 各アクターの上
 * @value 'actor'
 * @option 上部
 * @value 'top'
 * @option 中間
 * @value 'middle'
 * @option アクターステータスウィンドウの上
 * @value 'under'
 * @option 各SVアクターの上(SV推奨)
 * @value 'svtop'
 * @option 各SVアクターの左(SV推奨)
 * @value 'svleft'
 * @option 各SVアクターの右(SV推奨)
 * @value 'svright'
 * @option カスタム
 * @value 'custom'
 * @default 'default'
 * @parent ActorCommand
 * 
 * @param ActorCommandMaxRow
 * @desc 表示できる最大コマンド行数。コマンド可変表示をOFFの場合はこの設定の値が適用されます。
 * @text 最大表示コマンド行数
 * @type number
 * @default 10
 * @min 1
 * @max 99
 * @parent ActorCommand
 * 
 * @param ActorCommandMinRow
 * @desc 表示する最低コマンド行数。
 * @text コマンド可変表示時の表示最低コマンド行数
 * @type number
 * @default 4
 * @min 1
 * @max 99
 * @parent ActorCommand
 * 
 * @param ActorCommandMaxCol
 * @desc 表示するコマンド列数。
 * @text 表示コマンド列数
 * @type number
 * @default 1
 * @min 1
 * @max 99
 * @parent ActorCommand
 * 
 * @param ActorCommandVariable
 * @desc アクターコマンドの表示数をコマンド数分表示します。(最大表示コマンド行数まで表示)
 * @text コマンド可変表示
 * @type boolean
 * @default true
 * @parent ActorCommand
 * 
 * @param ActorCommandWindow
 * @text アクターコマンドウィンドウ設定
 * @default ------------------------------
 * @parent ActorCommand
 * 
 * @param ActorCommand_X
 * @desc アクターコマンドウィンドウのX座標を指定します。
 * @text コマンドウィンドウX座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent ActorCommandWindow
 * 
 * @param ActorCommand_Y
 * @desc アクターコマンドウィンドウのY座標を指定します。
 * @text コマンドウィンドウY座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent ActorCommandWindow
 * 
 * @param ActorCommand_Width
 * @desc アクターコマンドウィンドウの横幅を指定します。
 * @text コマンドウィンドウの横幅
 * @type number
 * @default 192
 * @max 9999
 * @min 0
 * @parent ActorCommandWindow
 * 
 * @param ActorCommandBackground
 * @text パーティコマンド背景設定
 * @default ------------------------------
 * @parent ActorCommand
 * 
 * @param ActorCommandBackgroundImg
 * @desc アクターコマンドの背景画像ウィンドウを指定する。
 * @text アクターコマンド背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent ActorCommandBackground
 * 
 * @param ActorBackground_X
 * @desc アクターコマンドの背景画像X座標(相対)。
 * @text 背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorCommandBackground
 * 
 * @param ActorBackground_Y
 * @desc アクターコマンドの背景画像Y座標(相対)。
 * @text 背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorCommandBackground
 * 
 * @param ActorCommandOption
 * @text アクターコマンドオプション
 * @default ------------------------------
 * @parent ActorCommand
 * 
 * @param ActorCommandWindowCenter
 * @text ウィンドウ座標中央表示
 * @desc ウィンドウを中央に表示させます。(上部、中間、アクターステータスの上、カスタムのみ)
 * @type boolean
 * @default true
 * @parent ActorCommandOption
 * 
 * @param ActorCommandMode
 * @desc アクターコマンドの項目を中央寄りに表示させます。
 * @text コマンド表示中央寄り
 * @type boolean
 * @default true
 * @parent ActorCommandOption
 * 
 * @param ButtonSetting
 * @text ボタン設定
 * @default ////////////////////////////////
 * 
 * @param ButtonMode
 * @text キャンセルボタン表示位置
 * @desc キャンセルボタンの表示位置。
 * @type select
 * @option 左
 * @value 'left'
 * @option 右
 * @value 'right'
 * @default 'right'
 * @parent ButtonSetting
 * 
 * @param CancelButtonX
 * @desc キャンセルボタンX座標(相対)。
 * @text キャンセルボタンX座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ButtonSetting
 * 
 * @param ActorStatus
 * @text アクターステータス設定
 * @default ////////////////////////////////
 * 
 * @param ActorStatusWindowSkin
 * @desc ウィンドウスキンを指定します。
 * @text ウィンドウスキン画像
 * @type file
 * @dir img/system
 * @default
 * @parent ActorStatus
 * 
 * @param ActorStatusWindowColor
 * @text ウィンドウカラー
 * @desc ウィンドウの色の設定をします。
 * @default {”red”:”0”,”green”:”0”,”bule”:”0”}
 * @type struct<WindowTone>
 * @parent ActorStatus
 * 
 * @param ActorStatusVariable
 * @desc アクターの表示範囲可変表示。(メンバー数によってアクターの表示領域が変化します)
 * @text アクター表示範囲可変表示
 * @type boolean
 * @default false
 * @parent ActorStatus
 * 
 * @param ActorMaxCol
 * @desc 横に並べるアクター数。
 * @text 横アクター数
 * @type number
 * @default 4
 * @min 1
 * @max 99
 * @parent ActorStatus
 * 
 * @param ActorMaxRow
 * @desc 縦に並べるアクター数。
 * @text 縦アクター数
 * @type number
 * @default 1
 * @min 1
 * @max 99
 * @parent ActorStatus
 * 
 * @param ActorStatusMode
 * @text アクターステータス表示方法1
 * @desc アクターステータスの横方向の表示方法を選択します。
 * @type select
 * @option 左寄り
 * @value 'left'
 * @option 中央
 * @value 'center'
 * @option 右寄り
 * @value 'right'
 * @default 'center'
 * @parent ActorStatus
 * 
 * @param ActorStatusRowsMode
 * @text アクターステータス表示方法2
 * @desc アクターステータスの縦方向の表示方法を選択します。
 * @type select
 * @option 上から表示
 * @value 'top'
 * @option 下から表示
 * @value 'under'
 * @default 'top'
 * @parent ActorStatus
 * 
 * @param ActorStatusActorWindow
 * @text アクター個別ウィンドウ設定
 * @default ------------------------------
 * @parent ActorStatus
 * 
 * @param ActorStatusActorWindowShow
 * @desc アクター別のウィンドウを表示します。
 * @text アクター別ウィンドウ表示
 * @type boolean
 * @default false
 * @parent ActorStatusActorWindow
 * 
 * @param EnemyWindow
 * @text 敵キャラ選択設定
 * @default ------------------------------
 * 
 * @param EnemyWindowShow
 * @desc ウィンドウ画像を表示する。OFFにするとコマンド背後のウィンドウが表示されません。
 * @text ウィンドウ画像表示
 * @type boolean
 * @default true
 * @parent EnemyWindow
 * 
 * @param EnemyMaxRow
 * @desc 表示する行数。
 * @text 行数
 * @type number
 * @default 4
 * @min 1
 * @max 99
 * @parent EnemyWindow
 * 
 * @param EnemyMaxCol
 * @desc 表示する列数。
 * @text 列数
 * @type number
 * @default 2
 * @min 1
 * @max 99
 * @parent EnemyWindow
 * 
 * @param EnemyWindow_X
 * @desc 敵キャラウィンドウのX座標を指定します。
 * @text ウィンドウX座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent EnemyWindow
 * 
 * @param EnemyWindow_Y
 * @desc 敵キャラウィンドウのY座標を指定します。
 * @text ウィンドウY座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent EnemyWindow
 * 
 * @param EnemyWindow_Width
 * @desc 敵キャラウィンドウの横幅を指定します。0でUIサイズ 画面より大きい値にすると自動的に画面の横幅になります。
 * @text ウィンドウの横幅
 * @type number
 * @default 0
 * @max 9999
 * @min 0
 * @parent EnemyWindow
 * 
 * @param EnemyWindowOpacity
 * @desc 敵キャラ選択時のアクターステータスウィンドウの不透明度(0で非表示)
 * @text 選択時ウィンドウ不透明度
 * @type number
 * @default 255
 * @max 255
 * @min 0
 * @parent EnemyWindow
 * 
 * @param EnemyWindowOption
 * @text 敵キャラ選択ウィンドウオプション
 * @default ------------------------------
 * @parent EnemyWindow
 * 
 * @param EnemyWindowMode
 * @desc 敵キャラウィンドウの設定座標モード。(ON:デフォルトの表示位置からの相対座標 OFF:画面左上からの絶対座標)
 * @text 設定座標モード
 * @type boolean
 * @default true
 * @parent EnemyWindowOption
 * 
 * @param EnemyNameDyingColor
 * @desc 敵キャラ名を瀕死時に色を変化させます。
 * @text 敵ネーム瀕死カラー適用
 * @type boolean
 * @default true
 * @parent EnemyWindowOption
 * 
 * @param EnemyWindowBackGround
 * @text 背景画像ウィンドウ背景設定
 * @default ------------------------------
 * @parent EnemyWindow
 * 
 * @param EnemyWindowBackgroundImg
 * @desc 背景画像ウィンドウを指定する。
 * @text 背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent EnemyWindowBackGround
 * 
 * @param EnemyWindowBackground_X
 * @desc アクターステータスウィンドウの背景画像X座標(相対)。
 * @text 背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent EnemyWindowBackGround
 * 
 * @param EnemyWindowBackground_Y
 * @desc アクターステータスウィンドウの背景画像Y座標(相対)。
 * @text 背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent EnemyWindowBackGround
 * 
 * @param ActorStatusWindow
 * @text アクターステータウィンドウ設定
 * @default ------------------------------
 * @parent ActorStatus
 * 
 * @param ActorStatusWindowLock
 * @desc コマンド選択時にアクターステータスウィンドウを固定します。
 * @text アクターステータスウィンドウ固定
 * @type boolean
 * @default false
 * @parent ActorStatusWindow
 * 
 * @param ActorStatusWindowPosition
 * @text ウィンドウ基準表示位置
 * @desc アクターステータスウィンドウの基準表示位置
 * @type select
 * @option UI画面下
 * @value 'ui_under'
 * @option 画面下
 * @value 'under'
 * @option カスタム
 * @value 'custom'
 * @default 'ui_under'
 * @parent ActorStatusWindow
 * 
 * @param ActorStatusWindow_X
 * @desc アクターステータスウィンドウのX座標(相対座標)を指定します。
 * @text ウィンドウのX座標(相対座標)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorStatusWindow
 * 
 * @param ActorStatusWindow_Y
 * @desc アクターステータスウィンドウのY座標(相対座標)を指定します。座標は「ウィンドウ基準表示位置」からの相対座標です。
 * @text ウィンドウのY座標(相対座標)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorStatusWindow
 * 
 * @param ActorStatusWindow_Width
 * @desc アクターステータスウィンドウの横幅を指定します。コマンドの表示位置がデフォルトの時はコマンド幅も含みます。 0でデフォルト値
 * @text ウィンドウの横幅
 * @type number
 * @default 0
 * @max 9999
 * @min 0
 * @parent ActorStatusWindow
 * 
 * @param ActorStatusWindow_Height
 * @desc アクターウィンドウ座標変更許可時のアクターステータスウィンドウの縦幅を指定します。0でデフォルト値
 * @text ウィンドウの縦幅
 * @type number
 * @default 0
 * @max 9999
 * @min 0
 * @parent ActorStatusWindow
 * 
 * @param WidthWithCommand
 * @desc アクターステータスウィンドウの横幅からアクターコマンドの横幅分サイズを調整します。
 * @text 横幅分サイズ調整
 * @type boolean
 * @default true
 * @parent ActorStatusWindow
 * 
 * @param WindowShow
 * @desc アクターステータスウィンドウ画像を表示する。
 * @text アクターステータスウィンドウ画像表示
 * @type boolean
 * @default true
 * @parent ActorStatusWindow
 * 
 * @param WindowFrameShow
 * @desc アクターステータスウィンドウ枠を表示する。
 * @text アクターステータスウィンドウ枠表示
 * @type boolean
 * @default false
 * @parent ActorStatusWindow
 * 
 * @param CursorBackShow
 * @desc アクターステータスウィンドウ背景を表示する。
 * @text アクターステータスウィンドウ背景表示
 * @type boolean
 * @default true
 * @parent ActorStatusWindow
 * 
 * @param WindowContentsRect
 * @text アクターステータス表示位置設定
 * @default ------------------------------
 * @parent ActorStatusWindow
 * 
 * @param ActorContentsSetting
 * @text 各アクターステータス表示位置設定
 * @desc 各アクターステータスのコンテンツの表示位置を指定します。
 * @default []
 * @type struct<ActorContentsRect>[]
 * @parent WindowContentsRect
 * 
 * @param ActorWindowBackGround
 * @text 背景画像ウィンドウ背景設定
 * @default ------------------------------
 * @parent ActorStatus
 * 
 * @param WindowBackground
 * @desc 背景画像ウィンドウを指定する。
 * @text 背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent ActorWindowBackGround
 * 
 * @param WindowBackground_X
 * @desc アクターステータスウィンドウの背景画像X座標(相対)。
 * @text 背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorWindowBackGround
 * 
 * @param WindowBackground_Y
 * @desc アクターステータスウィンドウの背景画像Y座標(相対)。
 * @text 背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorWindowBackGround
 * 
 * 
 * @param ActorStatusOption
 * @text アクターステータスウィンドウオプション
 * @default ------------------------------
 * @parent ActorStatus
 * 
 * @param ActorStatusWindowCenter
 * @text ウィンドウ座標中央表示
 * @desc ウィンドウを中央に表示させます。
 * @type boolean
 * @default true
 * @parent ActorStatusOption
 * 
 * @param BattleEndActorStatusClose
 * @desc 戦闘終了時にアクターステータスウィンドウを閉じます。
 * @text 戦闘終了時ウィンドウ閉め
 * @type boolean
 * @default false
 * @parent ActorStatusOption
 * 
 * @param ActorSetting
 * @text アクター設定
 * @default ////////////////////////////////
 * 
 * @param DefaultStatusPositionData
 * @text デフォルトステータス座標表示設定
 * @desc デフォルトのステータスの座標、表示設定の設定を行います。
 * @default {”StatusListData”:”[”{\”Status\”:\”'tpb'\”,\”Width\”:\”128\”,\”Height\”:\”12\”,\”PositionX\”:\”0\”,\”PositionY\”:\”88\”,\”FontSize\”:\”0\”,\”ParamName\”:\”\”,\”UserParamID\”:\”\”,\”DetaEval1\”:\”\”,\”DetaEval2\”:\”\”,\”GaugeSetting\”:\”------------------------------\”,\”Color1\”:\”0\”,\”Color2\”:\”0\”,\”ImgesSetting\”:\”------------------------------\”,\”ContentsImges\”:\”\”}”,”{\”Status\”:\”'name'\”,\”Width\”:\”128\”,\”Height\”:\”12\”,\”PositionX\”:\”0\”,\”PositionY\”:\”88\”,\”FontSize\”:\”0\”,\”ParamName\”:\”\”,\”UserParamID\”:\”\”,\”DetaEval1\”:\”\”,\”DetaEval2\”:\”\”,\”GaugeSetting\”:\”------------------------------\”,\”Color1\”:\”0\”,\”Color2\”:\”0\”,\”ImgesSetting\”:\”------------------------------\”,\”ContentsImges\”:\”\”}”,”{\”Status\”:\”'hpgauge'\”,\”Width\”:\”128\”,\”Height\”:\”12\”,\”PositionX\”:\”0\”,\”PositionY\”:\”112\”,\”FontSize\”:\”0\”,\”ParamName\”:\”\”,\”UserParamID\”:\”\”,\”DetaEval1\”:\”\”,\”DetaEval2\”:\”\”,\”GaugeSetting\”:\”------------------------------\”,\”Color1\”:\”0\”,\”Color2\”:\”0\”,\”ImgesSetting\”:\”------------------------------\”,\”ContentsImges\”:\”\”}”,”{\”Status\”:\”'mpgauge'\”,\”Width\”:\”128\”,\”Height\”:\”12\”,\”PositionX\”:\”0\”,\”PositionY\”:\”136\”,\”FontSize\”:\”0\”,\”ParamName\”:\”\”,\”UserParamID\”:\”\”,\”DetaEval1\”:\”\”,\”DetaEval2\”:\”\”,\”GaugeSetting\”:\”------------------------------\”,\”Color1\”:\”0\”,\”Color2\”:\”0\”,\”ImgesSetting\”:\”------------------------------\”,\”ContentsImges\”:\”\”}”,”{\”Status\”:\”'tpgauge'\”,\”Width\”:\”128\”,\”Height\”:\”12\”,\”PositionX\”:\”0\”,\”PositionY\”:\”160\”,\”FontSize\”:\”0\”,\”ParamName\”:\”\”,\”UserParamID\”:\”\”,\”DetaEval1\”:\”\”,\”DetaEval2\”:\”\”,\”GaugeSetting\”:\”------------------------------\”,\”Color1\”:\”0\”,\”Color2\”:\”0\”,\”ImgesSetting\”:\”------------------------------\”,\”ContentsImges\”:\”\”}”,”{\”Status\”:\”'state'\”,\”Width\”:\”128\”,\”Height\”:\”12\”,\”PositionX\”:\”114\”,\”PositionY\”:\”20\”,\”FontSize\”:\”0\”,\”ParamName\”:\”\”,\”UserParamID\”:\”\”,\”DetaEval1\”:\”\”,\”DetaEval2\”:\”\”,\”GaugeSetting\”:\”------------------------------\”,\”Color1\”:\”0\”,\”Color2\”:\”0\”,\”ImgesSetting\”:\”------------------------------\”,\”ContentsImges\”:\”\”}”]”,”ActorImgChangePosition”:”------------------------------”,”ImgChangePosition”:”false”,”ActorImg_X”:”0”,”ActorImg_Y”:”0”,”ActorCommandSkin”:”------------------------------”,”WindowSkin”:””,”WindowColor”:”{”red”:”0”,”green”:”0”,”bule”:”0”}”,”Background”:”------------------------------”,”ActorBackground”:””,”ActorFrontBackground”:””,”OldSetting”:”------------------------------”,”ActorNameChangePosition”:””,”NameChangePosition”:”false”,”ActorName_X”:”0”,”ActorName_Y”:”88”,”ActorHPChangePosition”:”------------------------------”,”HPGaugeWidth”:”128”,”HPGaugeHeight”:”12”,”HPChangePosition”:”false”,”ActorHP_X”:”0”,”ActorHP_Y”:”112”,”ActorMPChangePosition”:”------------------------------”,”MPGaugeWidth”:”128”,”MPGaugeHeight”:”12”,”MPChangePosition”:”false”,”ActorMP_X”:”0”,”ActorMP_Y”:”136”,”ActorTPChangePosition”:”------------------------------”,”TPGaugeWidth”:”128”,”TPGaugeHeight”:”12”,”TPChangePosition”:”false”,”ActorTP_X”:”0”,”ActorTP_Y”:”160”,”ActorTPBChangePosition”:”------------------------------”,”TPBGaugeWidth”:”128”,”TPBGaugeHeight”:”12”,”TPBChangePosition”:”false”,”ActorTPB_X”:”0”,”ActorTPB_Y”:”88”,”ActorStateChangePosition”:”------------------------------”,”StateChangePosition”:”false”,”ActorState_X”:”4”,”ActorState_Y”:”20”}
 * @type struct<StatusPositionDataList>
 * @parent ActorSetting
 * 
 * @param DefaultActorImgData
 * @text デフォルトアクター画像設定
 * @desc デフォルトのアクター画像の設定を行います。
 * @default {”ActorImgMode”:”'face'”,”Actor_X”:”0”,”Actor_Y”:”0”,”Img_SX”:”0”,”Img_SY”:”0”,”Actor_Scale”:”100”,”ActorImgHPosition”:”'left'”,”ActorImgVPosition”:”'top'”,”ActorStateAnimationPosition”:”------------------------------”,”ActorState_X”:”0”,”ActorState_Y”:”0”}
 * @type struct<ActorImgList>
 * @parent ActorSetting
 * 
 * @param ActorData
 * @text アクター座標、画像設定
 * @desc アクターの個別の座標、画像設定を行います。
 * @default []
 * @type struct<ActorDataList>[]
 * @parent ActorSetting
 * 
 * @param OnActorPictureEX
 * @desc 立ち絵表示EXでの設定を適用します。
 * @text 立ち絵表示EX適用
 * @type boolean
 * @default false
 * @parent ActorSetting
 * 
 * @param Img_SW
 * @desc アクター画像の表示横幅。
 * @text アクター画像表示横幅
 * @type number
 * @default 0
 * @min 0
 * @max 9999
 * @parent ActorSetting
 * 
 * @param Img_SH
 * @desc アクター画像の表示縦幅。
 * @text アクター画像表示縦幅
 * @type number
 * @default 0
 * @min 0
 * @max 9999
 * @parent ActorSetting
 * 
 * @param SelectBackShow
 * @desc アクターの行動選択時に表示されるアクター背景を表示する。
 * @text アクター行動時背景表示
 * @type boolean
 * @default true
 * @parent ActorSetting
 * 
 * @param ActorSelectBackShow
 * @desc アクターの対象選択時に表示されるアクター背景を表示する。
 * @text アクターの対象選択時背景表示
 * @type boolean
 * @default true
 * @parent ActorSetting
 * 
 * @param ActorStatusParamOption
 * @text アクターステータスウィンドウステータスオプション
 * @default ------------------------------
 * @parent ActorSetting
 * 
 * @param NameShow
 * @desc 名前を表示します。
 * @text 名前表示
 * @type boolean
 * @default true
 * @parent ActorStatusParamOption
 * 
 * @param ActorNameFont
 * @desc アクター名のフォントを指定します。(拡張子なし)
 * @text アクター名フォント
 * @type string
 * @default 
 * @parent ActorStatusParamOption
 * 
 * @param TPBShow
 * @desc TPBゲージを表示します。外部プラグインで別の場所にTPBゲージを表示するときに設定します。
 * @text TPBゲージ表示
 * @type boolean
 * @default true
 * @parent ActorStatusParamOption
 * 
 * @param StateVisible
 * @desc ステートアイコンを表示させます。外部プラグインで別の場所にステートアイコンを表示するときに設定します。
 * @text ステートアイコン表示
 * @type boolean
 * @default true
 * @parent ActorStatusParamOption
 * 
 * @param NoStateIcon
 * @desc ステートが一つも付与されていないときのアイコンインデックス。
 * @text ステートなしアイコンインデックス
 * @type number
 * @default 0
 * @parent ActorStatusParamOption
 * 
 * @param FaceHeight
 * @desc 顔グラの縦幅を指定します。(0でデフォルト)
 * @text 顔グラ縦幅
 * @type number
 * @default 0
 * @min 0
 * @max 9999
 * @parent ActorStatusParamOption
 * 
 * @param FaceHeightOnWindow
 * @desc アクター画像(顔グラ)の高さ範囲をウィンドウ内に納めます。
 * @text アクター画像ウィンドウ内表示
 * @type boolean
 * @default false
 * @parent ActorStatusParamOption
 * 
 * @param NotVisibleStateIcons
 * @type state[]
 * @default []
 * @text 表示しないステート
 * @desc 表示しないステートアイコン。(ステート2には適用されません)
 * @parent ActorStatusParamOption
 * 
 * @param NotVisibleBuffIcons
 * @text 表示しないバフ、デバフ
 * @desc 表示しないバフ、デバフアイコン。(ステート2には適用されません)
 * @type select[]
 * @option HP上昇
 * @value 0
 * @option MP上昇
 * @value 1
 * @option 攻撃力上昇
 * @value 2
 * @option 防御力上昇
 * @value 3
 * @option 魔法力上昇
 * @value 4
 * @option 魔法防御上昇
 * @value 5
 * @option 敏捷性上昇
 * @value 6
 * @option 運上昇
 * @value 7
 * @option HP低下
 * @value 10
 * @option MP低下
 * @value 11
 * @option 攻撃力低下
 * @value 12
 * @option 防御力低下
 * @value 13
 * @option 魔法力低下
 * @value 14
 * @option 魔法防御低下
 * @value 15
 * @option 敏捷性低下
 * @value 16
 * @option 運低下
 * @value 17
 * @default []
 * @parent ActorStatusParamOption
 * 
 * @param ActorEffect
 * @text アクターアニメーションエフェクト設定
 * @default ////////////////////////////////
 * 
 * @param ActorEffectShow
 * @desc フロントビューでもアニメーションエフェクトを表示。
 * @text フロントビューエフェクト表示
 * @type boolean
 * @default true
 * @parent ActorEffect
 * 
 * @param ActorEffect_X
 * @desc アニメーションエフェクトのX座標(相対座標)。
 * @text アニメーションエフェクトX座標(相対座標)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorEffect
 * 
 * @param ActorEffect_Y
 * @desc アニメーションエフェクトのY座標(相対座標)。
 * @text アニメーションエフェクトY座標(相対座標)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorEffect
 * 
 * @param ActorDamage_X
 * @desc ダメージエフェクトのX座標。(相対座標)
 * @text ダメージエフェクトX座標(相対座標)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorEffect
 * 
 * @param ActorDamage_Y
 * @desc ダメージエフェクトのY座標。(相対座標)
 * @text ダメージエフェクトY座標(相対座標)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorEffect
 * 
 * @param ActorsMirror
 * @desc アクターのアニメーションを反転します。
 * @text アクターアニメーション反転
 * @type boolean
 * @default true
 * @parent ActorEffect
 * 
 * 
 * @param ActorStateAnimation
 * @text アクターグラフィックステートアニメーション設定
 * @default ////////////////////////////////
 * 
 * @param StateAnimationShow
 * @desc アクター画像のステートアニメーションを表示します。フロントビューでアニメーションエフェクト表示有効時のみ
 * @text アクター画像ステートアニメーション表示
 * @type boolean
 * @default true
 * @parent ActorStateAnimation
 * 
 * @param ActorState_X
 * @desc アクター画像のステートアニメーションのX座標。(相対座標)フロントビューでアニメーションエフェクト表示有効時のみ
 * @text ステートアニメーションX座標(相対座標)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorStateAnimation
 * 
 * @param ActorState_Y
 * @desc アクター画像のステートアニメーションのY座標。(相対座標)フロントビューでアニメーションエフェクト表示有効時のみ
 * @text ステートアニメーションY座標(相対座標)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ActorStateAnimation
 * 
 * 
 * @param ActorImgEffect
 * @text アクターグラフィックエフェクト設定
 * @default ////////////////////////////////
 * 
 * @param DamageImgFrame
 * @desc アクター画像のダメージ、回復時、防御の画像変化フレーム。
 * @text ダメージ、回復、防御時変化フレーム
 * @type number
 * @default 30
 * @min 1
 * @max 9999
 * @parent ActorImgEffect
 * 
 * @param CounterImgFrame
 * @desc アクター画像の反撃、魔法反射時の画像変化フレーム。
 * @text 反撃、魔法反射画像変化フレーム
 * @type number
 * @default 60
 * @min 1
 * @max 9999
 * @parent ActorImgEffect
 * 
 * @param OnActorShake
 * @desc ダメージ時のシェイクを有効にする。
 * @text ダメージシェイク有効
 * @type boolean
 * @default false
 * @parent ActorImgEffect
 * 
 * @param ActorShakeFlame
 * @desc ダメージ時のシェイクフレーム。(デフォルト36)
 * @text シェイクフレーム
 * @type number
 * @default 36
 * @min 0
 * @parent ActorImgEffect
 * 
 * @param ActorShakePower
 * @desc ダメージ時のシェイクの大きさ。(デフォルト2)
 * @text シェイクの大きさ
 * @type number
 * @default 2
 * @min 0
 * @parent ActorImgEffect
 * 
 * @param ActorShakeSpeed
 * @desc ダメージ時のシェイクのスピード。(デフォルト20)
 * @text シェイクスピード
 * @type number
 * @default 20
 * @min 0
 * @parent ActorImgEffect
 * 
 * @param OnActionZoom
 * @desc 行動時のエフェクトを有効にする。
 * @text 行動時エフェクト有効
 * @type boolean
 * @default false
 * @parent ActorImgEffect
 * 
 * @param ActionZoomDuration
 * @desc 行動時のエフェクトフレーム
 * @text 行動時エフェクトフレーム
 * @type number
 * @default 60
 * @min 0
 * @parent ActorImgEffect
 * 
 * @param ActorFlash
 * @desc アクター対象選択時にアクター画像を点滅させます。
 * @text 選択時アクター画像点滅
 * @type boolean
 * @default true
 * @parent ActorImgEffect
 * 
 * @param ImgDeathHide
 * @desc 戦闘不能になった場合、アクター画像(顔グラ)を非表示にします。
 * @text 戦闘不能時アクター画像非表示
 * @type boolean
 * @default true
 * @parent ActorImgEffect
 * 
 * 
 * @param EnemyEffect
 * @text 敵キャラエフェクト設定
 * @default ////////////////////////////////
 * 
 * @param EnemySkillAnimation
 * @desc 敵キャラのデフォルトの通常攻撃時のアニメーションID
 * @text 通常攻撃アニメーションID
 * @type animation
 * @default 1
 * @min 0
 * @parent EnemyEffect
 * 
 * @param EnemyDamage_X
 * @desc ダメージエフェクトのX座標。(相対座標)
 * @text ダメージエフェクトX座標(相対座標)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent EnemyEffect
 * 
 * @param EnemyDamage_Y
 * @desc ダメージエフェクトのY座標。(相対座標)
 * @text ダメージエフェクトY座標(相対座標)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent EnemyEffect
 * 
 * @param WeatherSetting
 * @text 天候設定
 * @default ////////////////////////////////
 * 
 * @param BattleShowWeather
 * @text 戦闘時天候表示設定。
 * @desc 戦闘時の天候の表示設定を行います。
 * @type select
 * @option 表示なし
 * @value 'None'
 * @option 表示
 * @value 'Show'
 * @option アクター画像上に表示
 * @value 'ShowFront'
 * @default 'Show'
 * @parent WeatherSetting
 * 
 * @param BattleWeatherSwitch
 * @desc 戦闘中の天候の表示スイッチ(ONで表示)
 * @text 戦闘中天候スイッチ
 * @type switch
 * @default 0
 * @parent WeatherSetting
 * 
 * @param BattleCommonEvent
 * @text バトルコモンイベント
 * @default ////////////////////////////////
 * 
 * @param BattleStartCommonEvent
 * @desc 戦闘開始時に実行するコモンイベント。
 * @text 戦闘開始時実行コモンイベント
 * @type common_event
 * @default 0
 * @parent BattleCommonEvent
 * 
 * @param BattleEndCommonEvent
 * @desc 戦闘終了時に実行するコモンイベント。
 * @text 戦闘終了時実行コモンイベント
 * @type common_event
 * @default 0
 * @parent BattleCommonEvent
 * 
 * @param EnemyAppearWindow
 * @text モンスター出現ウィンドウ
 * @default ////////////////////////////////
 * 
 * @param AppearWindowVisible
 * @desc モンスターが出現したときのメッセージを表示しません。
 * @text モンスター出現メッセージ非表示
 * @type boolean
 * @default false
 * @parent EnemyAppearWindow
 * 
 * @param AppearWindowAnchorMode
 * @text 出現ウィンドウ表示位置
 * @desc 出現ウィンドウの表示位置。
 * @type select
 * @option 上
 * @value 'top'
 * @option 下
 * @value 'under'
 * @default 'under'
 * @parent EnemyAppearWindow
 * 
 * @param AppearWindowOpacity
 * @desc 敵出現メッセージ表示時のアクターステータスウィンドウの不透明度(0で非表示)
 * @text 敵出現メッセージ表示時ウィンドウ不透明度
 * @type number
 * @default 255
 * @max 255
 * @min 0
 * @parent EnemyAppearWindow
 * 
 * @param AppearWindowBackGround
 * @text 敵出現メッセージ背景画像ウィンドウ背景設定
 * @default ------------------------------
 * @parent EnemyAppearWindow
 * 
 * @param AppearBackgroundImg
 * @desc 敵出現メッセージの背景画像ウィンドウを指定する。
 * @text 敵出現背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent AppearWindowBackGround
 * 
 * @param AppearWindowBackground_X
 * @desc 敵出現メッセージの背景画像X座標(相対)。
 * @text 敵出現背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent AppearWindowBackGround
 * 
 * @param AppearWindowBackground_Y
 * @desc 敵出現メッセージの背景画像Y座標(相対)。
 * @text 敵出現背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent AppearWindowBackGround
 * 
 * @param SelectWindowVisibleSetting
 * @text アイテム、スキル選択ウィンドウ
 * @default ////////////////////////////////
 * 
 * @param HelpWindowSelectShow
 * @desc 対象選択時にヘルプウィンドウを表示する。
 * @text 対象選択時ヘルプウィンドウ表示
 * @type boolean
 * @default true
 * @parent SelectWindowVisibleSetting
 * 
 * @param ItemWindow
 * @text アイテム選択ウィンドウ
 * @default ////////////////////////////////
 * 
 * @param ItemWindowShow
 * @desc ウィンドウ画像を表示する。OFFにするとコマンド背後のウィンドウが表示されません。
 * @text ウィンドウ画像表示
 * @type boolean
 * @default true
 * @parent ItemWindow
 * 
 * @param ItemWindowOpacity
 * @desc アイテムウィンドウ表示時のアクターステータスウィンドウの不透明度(0で非表示)
 * @text アイテムウィンドウ表示時ウィンドウ不透明度
 * @type number
 * @default 255
 * @max 255
 * @min 0
 * @parent ItemWindow
 * 
 * @param ItemMaxRow
 * @desc 表示する行数。
 * @text アイテム行数
 * @type number
 * @default 4
 * @min 1
 * @max 99
 * @parent ItemWindow
 * 
 * @param ItemMaxCol
 * @desc 表示する列数。競合を起こす場合は0に設定してください。
 * @text アイテム列数
 * @type number
 * @default 2
 * @min 0
 * @max 99
 * @parent ItemWindow
 * 
 * @param ItemWindow_X
 * @desc アイテムウィンドウのX座標を指定します。
 * @text アイテムウィンドウX座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent ItemWindow
 * 
 * @param ItemWindow_Y
 * @desc アイテムウィンドウのY座標を指定します。
 * @text アイテムウィンドウY座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent ItemWindow
 * 
 * @param ItemWindow_Width
 * @desc アイテムウィンドウの横幅を指定します。0でUIサイズ 画面より大きい値にすると自動的に画面の横幅になります。
 * @text アイテムウィンドウの横幅
 * @type number
 * @default 0
 * @max 9999
 * @min 0
 * @parent ItemWindow
 * 
 * @param ItemWindowMode
 * @desc アイテムウィンドウの設定座標モード。(ON:デフォルトの表示位置からの相対座標 OFF:画面左上からの絶対座標)
 * @text アイテム設定座標モード
 * @type boolean
 * @default true
 * @parent ItemWindow
 * 
 * @param ItemWindowBackGround
 * @text 背景画像ウィンドウ背景設定
 * @default ------------------------------
 * @parent ItemWindow
 * 
 * @param ItemWindowBackgroundImg
 * @desc 背景画像ウィンドウを指定する。
 * @text 背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent ItemWindowBackGround
 * 
 * @param ItemWindowBackground_X
 * @desc アイテムウィンドウの背景画像X座標(相対)。
 * @text 背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ItemWindowBackGround
 * 
 * @param ItemWindowBackground_Y
 * @desc アイテムウィンドウの背景画像Y座標(相対)。
 * @text 背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent ItemWindowBackGround
 * 
 * @param SkillWindow
 * @text スキル選択ウィンドウ
 * @default ////////////////////////////////
 * 
 * @param SkillWindowShow
 * @desc ウィンドウ画像を表示する。OFFにするとコマンド背後のウィンドウが表示されません。
 * @text ウィンドウ画像表示
 * @type boolean
 * @default true
 * @parent SkillWindow
 * 
 * @param SkillWindowOpacity
 * @desc スキルウィンドウ表示時のアクターステータスウィンドウの不透明度(0で非表示)
 * @text スキルウィンドウ表示時ウィンドウ不透明度
 * @type number
 * @default 255
 * @max 255
 * @min 0
 * @parent SkillWindow
 * 
 * @param SkillMaxRow
 * @desc 表示する行数。
 * @text スキル行数
 * @type number
 * @default 4
 * @min 1
 * @max 99
 * @parent SkillWindow
 * 
 * @param SkillMaxCol
 * @desc 表示する列数。競合を起こす場合は0に設定してください。
 * @text スキル列数
 * @type number
 * @default 2
 * @min 0
 * @max 99
 * @parent SkillWindow
 * 
 * @param SkillWindow_X
 * @desc スキルウィンドウのX座標を指定します。
 * @text スキルウィンドウX座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent SkillWindow
 * 
 * @param SkillWindow_Y
 * @desc スキルウィンドウのY座標を指定します。
 * @text スキルウィンドウY座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent SkillWindow
 * 
 * @param SkillWindow_Width
 * @desc スキルウィンドウの横幅を指定します。0でUIサイズ 画面より大きい値にすると自動的に画面の横幅になります。
 * @text スキルウィンドウの横幅
 * @type number
 * @default 0
 * @max 9999
 * @min 0
 * @parent SkillWindow
 * 
 * @param SkillWindowMode
 * @desc スキルウィンドウの設定座標モード。(ON:デフォルトの表示位置からの相対座標 OFF:画面左上からの絶対座標)
 * @text スキル設定座標モード
 * @type boolean
 * @default true
 * @parent SkillWindow
 * 
 * @param SkillWindowBackGround
 * @text 背景画像ウィンドウ背景設定
 * @default ------------------------------
 * @parent SkillWindow
 * 
 * @param SkillWindowBackgroundImg
 * @desc 背景画像ウィンドウを指定する。
 * @text 背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent SkillWindowBackGround
 * 
 * @param SkillBackground_X
 * @desc スキルウィンドウの背景画像X座標(相対)。
 * @text 背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent SkillWindowBackGround
 * 
 * @param SkillBackground_Y
 * @desc スキルウィンドウの背景画像Y座標(相対)。
 * @text 背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent SkillWindowBackGround
 * 
 * @param HelpWindow
 * @text ヘルプウィンドウ
 * @default ////////////////////////////////
 * 
 * @param HelpWindowShow
 * @desc ウィンドウ画像を表示する。OFFにするとコマンド背後のウィンドウが表示されません。
 * @text ウィンドウ画像表示
 * @type boolean
 * @default true
 * @parent HelpWindow
 * 
 * @param HelpWindowBackGround
 * @text 背景画像ウィンドウ背景設定
 * @default ------------------------------
 * @parent HelpWindow
 * 
 * @param HelpWindowBackgroundImg
 * @desc 背景画像ウィンドウを指定する。
 * @text 背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent HelpWindowBackGround
 * 
 * @param HelpBackground_X
 * @desc ヘルプウィンドウの背景画像X座標(相対)。
 * @text 背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent HelpWindowBackGround
 * 
 * @param HelpBackground_Y
 * @desc ヘルプウィンドウの背景画像Y座標(相対)。
 * @text 背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent HelpWindowBackGround
 * 
 * @param VictoryWindow
 * @text 勝利時ウィンドウ
 * @default ////////////////////////////////
 * 
 * @param VictoryWindowAnchorMode
 * @text 勝利ウィンドウ表示位置
 * @desc 勝利ウィンドウの表示位置。
 * @type select
 * @option 上
 * @value 'top'
 * @option 下
 * @value 'under'
 * @default 'under'
 * @parent VictoryWindow
 * 
 * @param VictoryWindowOpacity
 * @desc 勝利時ウィンドウ表示時のアクターステータスウィンドウの不透明度(0で非表示)
 * @text 勝利時ウィンドウ表示時ウィンドウ不透明度
 * @type number
 * @default 255
 * @max 255
 * @min 0
 * @parent VictoryWindow
 * 
 * @param VictoryWindowBackGround
 * @text 背景画像ウィンドウ背景設定
 * @default ------------------------------
 * @parent VictoryWindow
 * 
 * @param VictoryBackgroundImg
 * @desc 背景画像ウィンドウを指定する。
 * @text 背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent VictoryWindowBackGround
 * 
 * @param VictoryBackground_X
 * @desc リザルトウィンドウの背景画像X座標(相対)。
 * @text 背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent VictoryWindowBackGround
 * 
 * @param VictoryBackground_Y
 * @desc リザルトステータスウィンドウの背景画像Y座標(相対)。
 * @text 背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent VictoryWindowBackGround
 * 
 * @param LoseWindow
 * @text 敗北時ウィンドウ
 * @default ////////////////////////////////
 * 
 * @param LoseWindowAnchorMode
 * @text 敗北時ウィンドウ表示位置
 * @desc 敗北時ウィンドウの表示位置。
 * @type select
 * @option 上
 * @value 'top'
 * @option 下
 * @value 'under'
 * @default 'under'
 * @parent LoseWindow
 * 
 * @param LoseWindowOpacity
 * @desc 敗北時ウィンドウ表示時のアクターステータスウィンドウの不透明度(0で非表示)
 * @text 敗北時ウィンドウ表示時ウィンドウ不透明度
 * @type number
 * @default 255
 * @max 255
 * @min 0
 * @parent LoseWindow
 * 
 * @param LoseWindowBackGround
 * @text 背景画像ウィンドウ背景設定
 * @default ------------------------------
 * @parent LoseWindow
 * 
 * @param LoseBackgroundImg
 * @desc 背景画像ウィンドウを指定する。
 * @text 背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent LoseWindowBackGround
 * 
 * @param LoseBackground_X
 * @desc 敗北時の背景画像X座標(相対)。
 * @text 背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent LoseWindowBackGround
 * 
 * @param LoseBackground_Y
 * @desc 敗北時の背景画像Y座標(相対)。
 * @text 背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent LoseWindowBackGround
 * 
 * @param EscapeWindow
 * @text 逃走時ウィンドウ
 * @default ////////////////////////////////
 * 
 * @param EscapeWindowAnchorMode
 * @text 逃走時ウィンドウ表示位置
 * @desc 逃走時ウィンドウの表示位置。
 * @type select
 * @option 上
 * @value 'top'
 * @option 下
 * @value 'under'
 * @default 'under'
 * @parent EscapeWindow
 * 
 * @param EscapeWindowOpacity
 * @desc 逃走時ウィンドウ表示時のアクターステータスウィンドウの不透明度(0で非表示)
 * @text 逃走時ウィンドウ表示時ウィンドウ不透明度
 * @type number
 * @default 255
 * @max 255
 * @min 0
 * @parent EscapeWindow
 * 
 * @param EscapeWindowBackGround
 * @text 背景画像ウィンドウ背景設定
 * @default ------------------------------
 * @parent EscapeWindow
 * 
 * @param EscapeBackgroundImg
 * @desc 逃走成功時の背景画像ウィンドウを指定する。
 * @text 逃走成功時背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent EscapeWindowBackGround
 * 
 * @param EscapeBackground_X
 * @desc 逃走成功時の背景画像X座標(相対)。
 * @text 逃走成功時背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent EscapeWindowBackGround
 * 
 * @param EscapeBackground_Y
 * @desc 逃走成功時の背景画像Y座標(相対)。
 * @text 逃走成功時背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent EscapeWindowBackGround
 * 
 * @param EscapeFailureBackgroundImg
 * @desc 逃走成功時の背景画像ウィンドウを指定する。
 * @text 逃走成功時背景画像ウィンドウ
 * @type file
 * @dir img/
 * @default 
 * @parent EscapeWindowBackGround
 * 
 * @param EscapeFailureBackground_X
 * @desc 逃走成功時の背景画像X座標(相対)。
 * @text 逃走成功時背景画像X座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent EscapeWindowBackGround
 * 
 * @param EscapeFailureBackground_Y
 * @desc 逃走成功時の背景画像Y座標(相対)。
 * @text 逃走成功時背景画像Y座標(相対)
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent EscapeWindowBackGround
 * 
 * @param MessageWindow
 * @text メッセージウィンドウ
 * @default ////////////////////////////////
 * 
 * @param MessageWindowOpacity
 * @desc メッセージウィンドウが下側に表示時のアクターステータスウィンドウの不透明度(0で非表示)
 * @text メッセージウィンドウ表示時ウィンドウ不透明度
 * @type number
 * @default 255
 * @max 255
 * @min 0
 * @parent MessageWindow
 * 
 * @param GamePadSetting
 * @text ゲームパッド設定(要NUUN_GamePadVibration)
 * @default ////////////////////////////////
 * 
 * @param DamegeVibration
 * @desc 味方ダメージ時のゲームパッドの振動を有効にします。
 * @text 味方ダメージ時振動有効
 * @type boolean
 * @default false
 * @parent GamePadSetting
 * 
 * @param DamegeVibrationSetting
 * @type struct<VibrationData>
 * @default {”StartDelay”:”0”,”Duration”:”20”,”WeakMagnitude”:”1.0”,”StrongMagnitude”:”1.0”}
 * @text ダメージ時振動設定
 * @desc ダメージ時の振動の設定を行います。
 * @parent GamePadSetting
 * 
 * @param CriticalVibration
 * @desc 味方クリティカルダメージ時のゲームパッドの振動を有効にします。
 * @text 味方クリティカルダメージ時振動有効
 * @type boolean
 * @default false
 * @parent GamePadSetting
 * 
 * @param CriticalVibrationSetting
 * @type struct<VibrationData>
 * @default {”StartDelay”:”0”,”Duration”:”20”,”WeakMagnitude”:”1.0”,”StrongMagnitude”:”1.0”}
 * @text ダメージ時振動設定
 * @desc ダメージ時の振動の設定を行います。
 * @parent GamePadSetting
 * 
 * @param BossCollapseVibration
 * @desc ボス消滅エフェクト時のゲームパッドの振動を有効にします。
 * @text ボス消滅時振動有効
 * @type boolean
 * @default false
 * @parent GamePadSetting
 * 
 * @param BossCollapseVibrationSetting
 * @type struct<VibrationData>
 * @default {”StartDelay”:”0”,”Duration”:”0”,”WeakMagnitude”:”1.0”,”StrongMagnitude”:”1.0”}
 * @text ボス消滅時振動設定
 * @desc ボス消滅エフェクト時の振動の設定を行います。振動フレーム数は入力しません。
 * @parent GamePadSetting
 * 
 * @param SpecialSetting
 * @text 特殊設定
 * @default ////////////////////////////////
 * 
 * @param WindowDisplayMode
 * @text ウィンドウ表示モード
 * @desc ウィンドウの表示モードを指定します。
 * @type select
 * @option Sprite
 * @value 'Sprite'
 * @option Scene_Battle
 * @value 'Scene_Battle'
 * @default 'Sprite'
 * @parent SpecialSetting
 * 
 * @param SupportActorCommand
 * @text サポートアクター設定
 * @default ////////////////////////////////
 * 
 * @param SupportActorCommand_X
 * @desc サポートアクター用アクターコマンドX座標。(アクターコマンドが各アクターの上設定時)
 * @text サポートアクターコマンドX座標
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent SupportActorCommand
 * 
 * @param SupportActorCommand_Y
 * @desc サポートアクター用アクターコマンドY座標。(アクターコマンドが各アクターの上設定時)
 * @text サポートアクターコマンドY座標
 * @type number
 * @default 0
 * @min -9999
 * @max 9999
 * @parent SupportActorCommand
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

Copyright© #ツクプラMZ , 2026 All Rights Reserved.