HP/TP/MPの名前をアクター毎に変更可 - SetMpNameForEachActor.js

▼HP/TP/MPの名前をアクター毎に変更可(神無月サスケ様作) - SetMpNameForEachActor.js
https://plugin-mz.fungamemake.com/archives/4725
アクター毎に、HP/MP/TPの名称をデフォルトとは異なる名前にします。ゲージの色の変更も可能
ふりがな:HP/TP/MP のなまえを アクターごとに へんこうかのう
機能概要: アクター毎に、HP/MP/TPの名称をデフォルトとは異なる名前にします。ゲージの色の変更も可能
利用規約(ライセンス): MITライセンス
作者:神無月サスケ
作者サイト:https://min.togetter.com/SoY6H8A
解説ページ:https://forum.tkool.jp/index.php?threads/5413/
直接ダウンロード:Zipファイルダウンロードページ:http://www.moonwhistle.org/tkoolMZ/SetMpNameForEachActo…
ファイル名:SetMpNameForEachActor.js
プラグインのヘルプ:
/*:ja * @target MZ * @plugindesc HP/TP/MPの名前をアクター毎に変更できます * @author 神無月サスケ * * @command changeHp * @text HPの名称変更 * @desc LP, VPなどに変更できます * * @arg actorId * @text アクターID * @desc HPの名前を変えるアクターです * @type actor * @default 1 * * @arg name1 * @text 新しい名前 * @desc HPからこの名前に変更します。 * @type string * @default HP * * @arg name2 * @text 新しい名前(略) * @desc HP(略)の名前を設定します。 * @type string * @default HP * * @arg gauge1 * @text ゲージ色(左側) * @desc Default:20 * @type number * @min 0 * @default 20 * * @arg gauge2 * @text ゲージ色(右側) * @desc Default:21 * @type number * @min 0 * @default 21 * * @command changeMp * @text MPの名称変更 * @desc PP, SPなど自由に変更可能です * * @arg actorId * @text アクターID * @desc MPの名前を変えるアクターです。 * @type actor * @default 1 * * @arg name1 * @text 新しい名前 * @desc MPからこの名前に変更します。 * @type string * @default MP * * @arg name2 * @text 新しい名前(略) * @desc MP(略)の名前を設定します。 * @type string * @default MP * * @arg gauge1 * @text ゲージ色(左側) * @desc Default:22 * @type number * @min 0 * @default 22 * * @arg gauge2 * @text ゲージ色(右側) * @desc Default:23 * @type number * @min 0 * @default 23 * * @command changeTp * @text TPの名称変更 * @desc AP, XPなど自由に設定可能です * * @arg actorId * @text アクターID * @desc TPの名前を変えるアクターです * @type actor * @default 1 * * @arg name1 * @text 新しい名前 * @desc TPからこの名前に変更します * @type string * @default TP * * @arg name2 * @text 新しい名前(略) * @desc TP(略)の名前を設定します * @type string * @default TP * * @arg gauge1 * @text ゲージ色(左側) * @desc Default:28 * @type number * @min 0 * @default 28 * * @arg gauge2 * @text ゲージ色(右側) * @desc Default:29 * @type number * @min 0 * @default 29 * * @help * このプラグインは、RPGツクールMZに対応しています。 * * ■概要 * このプラグインは、HP/MP/TPといった全アクター共通のリソース名を * アクター毎に置き換えることが可能です。 * 同時に、ゲージの色の変更も可能です。 * * 設定はプラグインコマンドから行ってください。 * * ■ライセンス表記 * このプラグインは MIT ライセンスで配布されます。 * ご自由にお使いください。 * http://opensource.org/licenses/mit-license.php */
