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 Acceleration Feature - NUUN_AccelerationFeature.js
Plugin desc : Ability value increase/decrease feature per turn
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_AccelerationFeature.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_AccelerationFeature.js
File name : NUUN_AccelerationFeature.js
Help of plugin :
* @target MZ * @plugindesc Ability value increase/decrease feature per turn * @author NUUN * @version 2.0.3 * * @help * You can set the feature that the ability value gradually increases for each turn. * * Note field with features * <AbilityIncrease:[param],[rate]> At the end of the turn, ability value ID[param] increases agility by [rate]% each turn. * [param]:Ability ID * 0:MaxHP 1:MaxMP 2:ATK 3:DEF 4:MAT 5:MDF 6:AGI 7:LUK * [rate]:Increase rate Increase rate is added every turn. * <Acceleration:6, 10> Agility increases by 10% each turn. * It is reset if there are no growth rate values to retrieve. * * Terms of Use * This plugin is distributed under the MIT license. * * * Log * 8/8/2025 Ver.2.0.3 * Fixed an issue where abilities would increase while moving. * 11/25/2022 Ver.2.0.2 * Changed the display in languages other than Japanese to English. * 1/26/2022 Ver.2.0.1 * Fixed an issue where an error would occur when starting the game from the middle of a save. * 1/25/2022 Ver.2.0.0 * Compatible with all abilities. * A separate plug-in for processing elapsed turns. * 8/10/2021 Ver.1.0.1 * Fixed Actor TPB not progressing. * 8/9/2021 Ver.1.0.0 * First edition. *