Dark Plasma Battle Item Visibility - DarkPlasma_BattleItemVisibility.js
シェア用テキスト:
▼Dark Plasma Battle Item Visibility(DarkPlasma様作) - DarkPlasma_BattleItemVisibility.js
https://plugin.fungamemake.com/archives/23586
戦闘中のアイテムリストに表示するものを制御する
ふりがな:ばとるあいてむびじびりてぃ
機能概要: 戦闘中のアイテムリストに表示するものを制御する
利用規約(ライセンス): MITライセンス
作者:DarkPlasma
作者サイト:https://elleonard.github.io/DarkPlasma-MZ-Plugins/index.html
ダウンロードページ:https://github.com/elleonard/RPGtkoolMV-Plugins/raw/mas…
ファイル名:DarkPlasma_BattleItemVisibility.js
プラグインのヘルプ:
/*: * @plugindesc 戦闘中のアイテムリストに表示するものを制御する * @author DarkPlasma * @license MIT * * @param Show Only Menu Items * @text メニュー画面アイテムを表示 * @desc メニュー画面のみ使用可能なアイテムを表示します * @default false * @type boolean * * @param Show Unusable Items * @text 使用不可アイテムを表示 * @desc 使用不可アイテムを表示します * @default false * @type boolean * * @param Show Weapons * @text 武器を表示 * @desc 武器を表示します * @default false * @type boolean * * @param Show Armors * @text 防具を表示 * @desc 防具を表示します * @default false * @type boolean * * @param Show Important Items * @text 大事なものを表示 * @desc 大事なものを表示します * @default false * @type boolean * * @param Show Usable Secret Items * @text 使用可能隠しアイテムを表示 * @desc 戦闘中に使用可能な隠しアイテムを表示します * @default true * @type boolean * * @param Show Unusable Secret Items A * @text 使用不可隠しアイテムAを表示 * @desc 戦闘中に使用不可能な隠しアイテムAを表示します * @default false * @type boolean * * @param Show Unusable Secret Items B * @text 使用不可隠しアイテムBを表示 * @desc 戦闘中に使用不可能な隠しアイテムBを表示します * @default false * @type boolean * * @help * 戦闘中のアイテムコマンドで表示されるアイテム一覧に表示するアイテムを設定します。 * プラグインパラメータで種別ごとに表示するものを設定できる他、 * アイテムのメモ欄に以下のように入力したアイテムを表示します。 * * <VisibleInBattle> */