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.
NUUN Damage Gauge - NUUN_DamageGauge.js
Plugin desc : Damage amount gauge visualization
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_DamageGauge.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_DamageGauge.js
File name : NUUN_DamageGauge.js
Help of plugin :
* @target MZ
* @plugindesc Damage amount gauge visualization
* @author NUUN
* @version 1.1.0
* @base NUUN_Base
* @orderAfter NUUN_Base
*
* @help
* Visualizes the amount of damage reduced when taking damage.
*
* The visualization function at the time of damage cannot be set with the TPB gauge.
*
* FilteringClass
* Enter the applicable window class or gauge class, identification name, or identifier.
*
* Terms of Use
* This plugin is distributed under the MIT license.
*
* Log
* 9/17/2024 Ver.1.1.0
* Fixed so that the recovery visualization gauge can also be applied.
* 5/24/2024 Ver.1.0.3
* Corrected processing by updating "NUUN_GaugeValueEX".
* 4/16/2023 Ver.1.0.2
* Modified filtering class processing to support "ExtraGauge" and "SceneCustomMenu".
* 12/6/2022 Ver.1.0.1
* Changed the Type of color specification plug-in parameter to color. (Core script Ver.1.6.0 or later)
* Changed the display in languages other than Japanese to English.
* 7/18/2022 Ver.1.0.0
* First edition.
*
* @param DamageGaugeSetting
* @text Visualization gauge settings
* @desc Visualization gauge settings.
* @type struct<DamageGauge>[]
* @default ["{¥"Type¥":¥"'hp'¥",¥"FilteringClass¥":¥"¥",¥"DamageGaugeSetting¥":¥"------------------------------¥",¥"DamageValueWait¥":¥"60¥",¥"DamageDuration¥":¥"20¥",¥"DamageColor1¥":¥"18¥",¥"DamageColor2¥":¥"18¥"}"]
* @parent CommonSetting
*