MZ用プラグイン

NUUN バトルエネミーウィンドウカスタマイズ - NUUN_EnemySelectWindow.js

シェア用テキスト:
▼NUUN バトルエネミーウィンドウカスタマイズ(NUUN様作) - NUUN_EnemySelectWindow.js
https://plugin-mz.fungamemake.com/archives/7427
敵キャラの選択ウィンドウをカスタマイズします。

ふりがな:ばとるえねみーうぃんどうかすたまいず

機能概要: 敵キャラの選択ウィンドウをカスタマイズします。

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

作者:NUUN

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

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

ファイル名:NUUN_EnemySelectWindow.js

プラグインのヘルプ:

/*:ja
 * @target MZ
 * @plugindesc バトルエネミーウィンドウカスタマイズ
 * @author NUUN
 * @base NUUN_Base
 * @base NUUN_BattleStyleEX
 * @orderAfter NUUN_Base
 * @version 1.0.0
 * 
 * @help
 * 敵キャラの選択ウィンドウをカスタマイズします。
 * このプラグインはバトルスタイル拡張EXの拡張プラグインです。
 * 
 * 利用規約
 * このプラグインはMITライセンスで配布しています。
 * 
 * 更新履歴
 * 2024/7/20 Ver.1.0.0
 * 初版
 * 
 * @param EnemyCols
 * @desc 表示する列数。
 * @text 列数
 * @type number
 * @default 2
 * @min 1
 * @max 99
 * 
 * @param EnemyRows
 * @desc 表示する行数。
 * @text 行数
 * @type number
 * @default 4
 * @min 1
 * @max 99
 * 
 * @param EnemyNameDyingColor
 * @desc 敵キャラ名を瀕死時に色を変化させます。
 * @text 敵ネーム瀕死カラー適用
 * @type boolean
 * @default true
 * 
 * @param WindowVisible
 * @desc ウィンドウ画像を不透明化。背景指定時はOFFにしてください。(OFFでコマンドのみ表示されます。)
 * @text ウィンドウ不透明化
 * @type boolean
 * @default true
 * 
 * @param CoordinateSettings
 * @text Coordinate Settings
 * @default ------------------------------
 * 
 * @param EnemyWindow_X
 * @desc 敵キャラウィンドウのX座標を指定します。
 * @text ウィンドウX座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent CoordinateSettings
 * 
 * @param EnemyWindow_Y
 * @desc 敵キャラウィンドウのY座標を指定します。
 * @text ウィンドウY座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent CoordinateSettings
 * 
 * @param EnemyWindow_Width
 * @desc 敵キャラウィンドウの横幅を指定します。0でUIサイズ 画面より大きい値にすると自動的に画面の横幅になります。
 * @text ウィンドウの横幅
 * @type number
 * @default 0
 * @max 9999
 * @min 0
 * @parent CoordinateSettings
 * 
 * @param EnemyWindowMode
 * @desc 敵キャラウィンドウの設定座標モード。(true:デフォルトの表示位置からの相対座標 false:画面左上からの絶対座標)
 * @text 設定座標モード
 * @type boolean
 * @default true
 * @parent CoordinateSettings
 * 
 * @param BackgroundSetting
 * @text ウィンドウ背景設定
 * @default ------------------------------
 * 
 * @param WindowBacgroundImg
 * @text ウィンドウ背景画像設定
 * @desc ウィンドウの背景画像を設定します。
 * @default 
 * @type struct<WindowBackgroundSetting>
 * @parent BackgroundSetting
 * 
 * @param BackgroundWindowFit
 * @desc 画像の表示位置をウィンドウに合わせます。OFFでUI範囲(0,0)
 * @text ウィンドウ位置表示
 * @type boolean
 * @default treu
 * @parent BackgroundSetting
 * 
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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