MZ用プラグイン

アクターコマンドヘルプ - ActorCommandHelp.js

シェア用テキスト:
▼アクターコマンドヘルプ(トリアコンタン様作) - ActorCommandHelp.js
https://plugin-mz.fungamemake.com/archives/5510
アクターコマンドやパーティコマンドにコマンドごとに定義したヘルプを表示します。

ふりがな:あくたーこまんどへるぷ

機能概要: アクターコマンドやパーティコマンドにコマンドごとに定義したヘルプを表示します。

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

作者:トリアコンタン

作者サイト:https://triacontane.blogspot.com/

ダウンロードページ:https://raw.githubusercontent.com/triacontane/RPGMakerM…

ファイル名:ActorCommandHelp.js

プラグインのヘルプ:

/*:
 * @plugindesc アクターコマンドヘルププラグイン
 * @target MZ
 * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/ActorCommandHelp.js
 * @base PluginCommonBase
 * @orderAfter PluginCommonBase
 * @author トリアコンタン
 *
 * @param invalidSwitch
 * @text 無効スイッチ
 * @desc 指定したスイッチがONのときヘルプは表示されなくなります。
 * @default 0
 * @type switch
 *
 * @param fightDesc
 * @text 戦うコマンド説明
 * @desc 『戦う』コマンドの説明です。
 * @default
 * @type multiline_string
 *
 * @param escapeDesc
 * @text 逃げるコマンド説明
 * @desc 『逃げる』コマンドの説明です。
 * @default
 * @type multiline_string
 *
 * @param itemDesc
 * @text アイテムコマンド説明
 * @desc 『アイテム』コマンドの説明です。
 * @default
 * @type multiline_string
 *
 * @param skillTypeDescList
 * @text スキルタイプ説明
 * @desc スキルタイプごとの説明です。スキルタイプで定義した順番に配列として定義します。
 * @default []
 * @type multiline_string[]
 *
 * @param actorCommonDesc
 * @text アクター共通説明
 * @desc アクターコマンドで共通使用されるメッセージです。コマンド毎の説明が不要な場合に使います。
 * @default
 * @type multiline_string
 *
 * @param partyCommonDesc
 * @text パーティ共通説明
 * @desc パーティコマンドで共通使用されるメッセージです。コマンド毎の説明が不要な場合に使います。
 * @default
 * @type multiline_string
 *
 * @param customPartyDescList
 * @text カスタムパーティ説明リスト
 * @desc プラグイン等で追加されたカスタムコマンドごとの説明です。シンボルとインデックスで一意に特定します。
 * @default []
 * @type struct<CustomDesc>[]
 *
 * @param customActorDescList
 * @text カスタムアクター説明リスト
 * @desc プラグイン等で追加されたカスタムコマンドごとの説明です。シンボルとインデックスで一意に特定します。
 * @default []
 * @type struct<CustomDesc>[]
 *
 * @help ActorCommandHelp.js
 *
 * アクターコマンドやパーティコマンドにコマンドごとに定義したヘルプを表示します。
 * 攻撃や防御は、それぞれ割り当てられたスキルの説明が表示され
 * それ以外のコマンドはプラグインパラメータから定義します。
 * アクターコマンドのヘルプは%1で選択中のアクター名称に置き換わります。
 * 
 * このプラグインの利用にはベースプラグイン『PluginCommonBase.js』が必要です。
 * 『PluginCommonBase.js』は、RPGツクールMZのインストールフォルダ配下の
 * 以下のフォルダに格納されています。
 * dlc/BasicResources/plugins/official
 *
 * 利用規約:
 *  作者に無断で改変、再配布が可能で、利用形態(商用、18禁利用等)
 *  についても制限はありません。
 *  このプラグインはもうあなたのものです。
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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