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 Gauge Value Animation - NUUN_GaugeValueAnimation.js
Plugin desc : Gauge numerical update animation
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_GaugeValueAnimation.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_GaugeValueAnimation.js
File name : NUUN_GaugeValueAnimation.js
Help of plugin :
* @target MZ
* @plugindesc Gauge numerical update animation
* @author NUUN
* @version 1.3.0
* @base NUUN_Base
* @orderAfter NUUN_Base
* @orderAfter NUUN_GaugeValueEX
*
*
* @help
* When the numbers displayed in gauges such as damage, recovery, and consumption change, by default they change to the numbers after the change in an instant.
* In this plug-in, the numerical value of the gauge is displayed by increasing or decreasing with animation. By default, the value is gradually changed over 20 frames.
* Also, on the map, the gauge will change without animation, but with this plug-in, both the gauge and the numerical value will change gradually.
* If you do not want to animate the numerical value of the gauge, set the value of "OnUpdateValue" (numerical change animation) of the corresponding plug-in parameter to false.
*
* Experience value animation
* Experience value animation only supports the currently acquired experience value.
* Only compatible with NUUN plugins.
*
* Terms of Use
* This plugin is distributed under the MIT license.
*
* Log
* 9/28/2024 Ver.1.3.0
* Supports gauge loop processing.
* 9/28/2024 Ver.1.2.3
* Processing fixes.
* 11/13/2022 Ver.1.2.2
* Fixed an issue where gauges would not switch with some plugins.
* Changed the display in languages other than Japanese to English.
* 6/12/2022 Ver.1.2.1
* Fixed an issue where the default settings for Gauge and Numerical Update Frame Settings were not applied correctly.
* 1/1/2022 Ver.1.2.0
* Combo box for setting of status type to apply.
* Processing refactoring.
* 3/27/2021 Ver.1.1.2
* Fixed the problem that the numerical animation does not stop when the change value is reversed during the numerical animation.
* 3/1/2021 Ver.1.1.1
* Fixed update processing of gauge numbers.
* 2/19/2021 Ver.1.1.0
* Added a feature that does not animate certain gauge values.
* 1/26/2021 Ver.1.0.1
* Changed the method of plug-in parameters.
* Added a function that allows you to set the animation time of the gauge and numerical value separately.
* 1/26/2021 Ver.1.0.0
* first edition.
*
* @param UpdateFlameValue
* @text Gauge and numerical update frame settings
* @desc Specifies the number of update frames for gauges and numerical changes. (1 second at 60)
* @default ["{¥"StatusType¥":¥"'hp'¥",¥"UpdateFlame¥":¥"20¥",¥"OnUpdateValue¥":¥"true¥"}","{¥"StatusType¥":¥"'mp'¥",¥"UpdateFlame¥":¥"20¥",¥"OnUpdateValue¥":¥"true¥"}","{¥"StatusType¥":¥"'tp'¥",¥"UpdateFlame¥":¥"60¥",¥"OnUpdateValue¥":¥"true¥"}"]
* @type struct<UpdateFlameValueDate>[]
*