MZ用プラグイン

パラメータテキストカラー変更 - ParamTextColorChanger.js

シェア用テキスト:
▼パラメータテキストカラー変更(トリアコンタン様作) - ParamTextColorChanger.js
https://plugin-mz.fungamemake.com/archives/4228
現在の割合に応じて、HP、MPおよびTPの数値のテキストカラーを変更できます。

ふりがな:ぱらめーたてきすとからーへんこう

機能概要: 現在の割合に応じて、HP、MPおよびTPの数値のテキストカラーを変更できます。

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

作者:トリアコンタン

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

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

ファイル名:ParamTextColorChanger.js

プラグインのヘルプ:

/*:
 * @plugindesc パラメータテキストカラー変更プラグイン
 * @target MZ
 * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/ParamTextColorChanger.js
 * @base PluginCommonBase
 * @orderAfter PluginCommonBase
 * @author トリアコンタン
 *
 * @param HpColors
 * @text HPテキストカラー
 * @desc HPのテキストカラーを割合に応じて変更します。リストの上から順番に評価されます。
 * @default []
 * @type struct<Color>[]
 *
 * @param MpColors
 * @text MPテキストカラー
 * @desc MPのテキストカラーを割合に応じて変更します。リストの上から順番に評価されます。
 * @default []
 * @type struct<Color>[]
 *
 * @param TpColors
 * @text TPテキストカラー
 * @desc TPのテキストカラーを割合に応じて変更します。リストの上から順番に評価されます。
 * @default []
 * @type struct<Color>[]
 *
 * @param NameColorNoChange
 * @text 名称のカラーは変更しない
 * @desc アクター名称のテキストカラーをHPカラーと連動させるデフォルト仕様を撤廃します。
 * @default false
 * @type boolean
 *
 * @help ParamTextColorChanger.js
 *
 * 現在の割合に応じて、HP、MPおよびTPの数値のテキストカラーを変更できます。
 *
 * このプラグインの利用にはベースプラグイン『PluginCommonBase.js』が必要です。
 * 『PluginCommonBase.js』は、RPGツクールMZのインストールフォルダ配下の
 * 以下のフォルダに格納されています。
 * dlc/BasicResources/plugins/official
 *
 * 利用規約:
 *  作者に無断で改変、再配布が可能で、利用形態(商用、18禁利用等)
 *  についても制限はありません。
 *  このプラグインはもうあなたのものです。
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

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