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 Buff Boost - NUUN_BuffBoost.js
Plugin desc : Buff, debuff multiplier effect rate increase/decrease characteristics
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_BuffBoost.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_BuffBoost.js
File name : NUUN_BuffBoost.js
Help of plugin :
* @target MZ * @plugindesc Buff, debuff multiplier effect rate increase/decrease characteristics * @author NUUN * @version 1.0.1 * * @help * You can set the characteristics that increase or decrease the effect rate of the buff and debuff magnification. * Normal buff and debuff multipliers are 25% per stage, but the multiplier can be increased or decreased depending on the characteristics. * When the multiplier is 1.2x, the buff or debuff multiplier is 30%(25%*1.2). * * Notes with characteristics * <BuffBoost[BuffId]:[rate]> * [BuffId]:BuffID 0:HP 1:MP 2:ATK 3:DEF 4:MAT 5:MDF 6:AGI 7:LUK * [rate]: Magnification (positive number) 1.0x at 100, 1.2x at buff at 120 * * <DebuffBoost[BuffId]:[rate]> * [BuffId]:DebuffID 0:HP 1:MP 2:ATK 3:DEF 4:MAT 5:MDF 6:AGI 7:LUK * [rate]: Magnification (positive number) 1.0x at 100, 0.8x at buff at 80 * * Log * 12/8/2022 Ver.1.0.1 * Changed the display in languages other than Japanese to English. * 2/12/2022 Ver.1.0.0 * First edition. *