MZ用プラグイン

NUUN バトルアイテム、スキルウィンドウカスタマイズ - NUUN_BattleItemSkillWindowEX.js

シェア用テキスト:
▼NUUN バトルアイテム、スキルウィンドウカスタマイズ(NUUN様作) - NUUN_BattleItemSkillWindowEX.js
https://plugin-mz.fungamemake.com/archives/7425
戦闘中のアイテム、スキルウィンドウをカスタマイズします。

ふりがな:ばとるあいてむ、すきるうぃんどうかすたまいず

機能概要: 戦闘中のアイテム、スキルウィンドウをカスタマイズします。

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

作者:NUUN

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

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

ファイル名:NUUN_BattleItemSkillWindowEX.js

プラグインのヘルプ:

/*:ja
 * @target MZ
 * @plugindesc バトルアイテム、スキルウィンドウカスタマイズ
 * @author NUUN
 * @base NUUN_Base
 * @base NUUN_BattleStyleEX
 * @orderAfter NUUN_Base
 * @version 1.0.0
 * 
 * @help
 * 戦闘中のアイテム、スキルウィンドウをカスタマイズします。
 * このプラグインはバトルスタイル拡張EXの拡張プラグインです。
 * 
 * アイテム、スキルのメモ欄
 * <BattleHelp:[text]>
 * [text]:ヘルプテキスト
 * 上記のタグがない場合は、データベースの設定のヘルプが表示されます。
 * 
 * 利用規約
 * このプラグインはMITライセンスで配布しています。
 * 
 * 更新履歴
 * 2023/7/20 Ver.1.0.0
 * 初版
 * 
 * 
 * @param HelpLogWindowShow
 * @desc ヘルプウィンドウ表示中でもログウィンドウを表示させます。
 * @text ヘルプ表示時ログ表示
 * @type boolean
 * @default false
 * 
 * @param SkillWindowSettings
 * @text スキルウィンドウ設定
 * @default ------------------------------
 * 
 * @param SkillWindowCols
 * @desc 表示する列数。
 * @text 列数
 * @type number
 * @default 2
 * @min 1
 * @max 99
 * @parent SkillWindowSettings
 * 
 * @param SkillWindowRows
 * @desc 表示する行数。
 * @text 行数
 * @type number
 * @default 4
 * @min 1
 * @max 99
 * @parent SkillWindowSettings
 * 
 * @param SkillWindowVisible
 * @desc ウィンドウ画像を不透明化。背景指定時はOFFにしてください。(OFFでコマンドのみ表示されます。)
 * @text ウィンドウ不透明化
 * @type boolean
 * @default true
 * @parent SkillWindowSettings
 * 
 * @param SkillWindowCoordinateSettings
 * @text スキルウィンドウ座標設定
 * @default ------------------------------
 * @parent SkillWindowSettings
 * 
 * @param SkillWindow_X
 * @desc スキルウィンドウのX座標を指定します。
 * @text ウィンドウX座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent SkillWindowCoordinateSettings
 * 
 * @param SkillWindow_Y
 * @desc スキルウィンドウのY座標を指定します。
 * @text ウィンドウY座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent SkillWindowCoordinateSettings
 * 
 * @param SkillWindow_Width
 * @desc スキルウィンドウの横幅を指定します。0でUIサイズ
 * @text ウィンドウの横幅
 * @type number
 * @default 0
 * @max 9999
 * @min 0
 * @parent SkillWindowCoordinateSettings
 * 
 * @param SkillWindowMode
 * @desc スキルウィンドウの設定座標モード。(true:デフォルトの表示位置からの相対座標 false:画面左上からの絶対座標)
 * @text 設定座標モード
 * @type boolean
 * @default true
 * @parent SkillWindowCoordinateSettings
 * 
 * @param SkillWindowHelpSetting
 * @text スキルヘルプウィンドウ設定
 * @default ------------------------------
 * @parent SkillWindowSettings
 * 
 * @param SkillWindowHelp
 * @text スキルウィンドウヘルプ設定
 * @desc スキルウィンドウのヘルプを設定します。空白でデフォルトの表示になります。
 * @default 
 * @type struct<HelpWindowData>
 * @parent SkillWindowHelpSetting
 * 
 * @param SkillWindowBackgroundSetting
 * @text ウィンドウ背景設定
 * @default ------------------------------
 * @parent SkillWindowSettings
 * 
 * @param SkillWindowWindowBacgroundImg
 * @text スキルウィンドウ背景画像設定
 * @desc スキルウィンドウの背景画像を設定します。
 * @default 
 * @type struct<WindowBackgroundSetting>
 * @parent SkillWindowBackgroundSetting
 * 
 * @param SkillWindowBackgroundWindowFit
 * @desc 画像の表示位置をウィンドウに合わせます。OFFでUI範囲(0,0)
 * @text ウィンドウ位置表示
 * @type boolean
 * @default treu
 * @parent SkillWindowBackgroundSetting
 * 
 * @param ItemWindowSettings
 * @text アイテムウィンドウ設定
 * @default ------------------------------
 * 
 * @param ItemWindowCols
 * @desc 表示する列数。
 * @text 列数
 * @type number
 * @default 2
 * @min 1
 * @max 99
 * @parent ItemWindowSettings
 * 
 * @param ItemWindowRows
 * @desc 表示する行数。
 * @text 行数
 * @type number
 * @default 4
 * @min 1
 * @max 99
 * @parent ItemWindowSettings
 * 
 * @param ItemWindowVisible
 * @desc ウィンドウ画像を不透明化。背景指定時はOFFにしてください。(OFFでコマンドのみ表示されます。)
 * @text ウィンドウ不透明化
 * @type boolean
 * @default true
 * @parent ItemWindowSettings
 * 
 * @param ItemWindowCoordinateSettings
 * @text アイテムウィンドウ座標設定
 * @default ------------------------------
 * @parent ItemWindowSettings
 * 
 * @param ItemWindow_X
 * @desc アイテムウィンドウのX座標を指定します。
 * @text ウィンドウX座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent ItemWindowCoordinateSettings
 * 
 * @param ItemWindow_Y
 * @desc アイテムウィンドウのY座標を指定します。
 * @text ウィンドウY座標
 * @type number
 * @default 0
 * @max 9999
 * @min -9999
 * @parent ItemWindowCoordinateSettings
 * 
 * @param ItemWindow_Width
 * @desc アイテムウィンドウの横幅を指定します。
 * @text ウィンドウの横幅
 * @type number
 * @default 0
 * @max 9999
 * @min 0
 * @parent ItemWindowCoordinateSettings
 * 
 * @param ItemWindowMode
 * @desc アイテムウィンドウの設定座標モード。(true:デフォルトの表示位置からの相対座標 false:画面左上からの絶対座標)
 * @text 設定座標モード
 * @type boolean
 * @default true
 * @parent ItemWindowCoordinateSettings
 * 
 * @param ItemWindowHelpSetting
 * @text アイテムヘルプウィンドウ設定
 * @default ------------------------------
 * @parent ItemWindowSettings
 * 
 * @param ItemWindowHelp
 * @text アイテムウィンドウヘルプ設定
 * @desc アイテムウィンドウのヘルプを設定します。空白でデフォルトの表示になります。
 * @default 
 * @type struct<HelpWindowData>
 * @parent ItemWindowHelpSetting
 * 
 * @param ItemWindowBackgroundSetting
 * @text アイテムウィンドウ背景設定
 * @default ------------------------------
 * @parent ItemWindowSettings
 * 
 * @param ItemWindowWindowBacgroundImg
 * @text アイテムウィンドウ背景画像設定
 * @desc アイテムウィンドウの背景画像を設定します。
 * @default 
 * @type struct<WindowBackgroundSetting>
 * @parent ItemWindowBackgroundSetting
 * 
 * @param ItemWindowBackgroundWindowFit
 * @desc 画像の表示位置をウィンドウに合わせます。OFFでUI範囲(0,0)
 * @text ウィンドウ位置表示
 * @type boolean
 * @default treu
 * @parent ItemWindowBackgroundSetting
 * 
 * 
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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