Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Change Damage Color - ChangeDamageColor.js
Plugin desc : ChangeDamageColorPlugin
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/ChangeDamageColor.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/ChangeDamageColor.js
File name : ChangeDamageColor.js
Help of plugin :
* @plugindesc ChangeDamageColorPlugin * @target MZ * @base PluginCommonBase * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/ChangeDamageColor.js * @author triacontane * * @param HpDamageColor * @default * @type combo * @option #ffffff * @option white * @option rgba(255,255,255,1.0) * * @param HpRecoverColor * @default * @type combo * @option #b9ffb5 * @option white * @option rgba(255,255,255,1.0) * * @param MpDamageColor * @default * @type combo * @option #ffff90 * @option white * @option rgba(255,255,255,1.0) * * @param MpRecoverColor * @default * @type combo * @option #b9ffb5 * @option white * @option rgba(255,255,255,1.0) * * @param InvalidSwitch * @desc Invalid switch * @default 0 * @type switch * * @help ChangeDamageColor.js * * Changes the text color for damage or recovery. * Specify the new text color from the parameters. * You can use the CSS color scheme for the text color. * * The base plugin "PluginCommonBase.js" is required to use this plugin. * The "PluginCommonBase.js" is here. * (MZ install path)dlc/BasicResources/plugins/official/PluginCommonBase.js * * This plugin is released under the MIT License.