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.
PANDA Change Buff Rate - PANDA_ChangeBuffRate.js
Plugin desc : Change individually the buff / debuff rates of the parameters.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20201122225821.html
File name : PANDA_ChangeBuffRate.js
Help of plugin :
* @target MV MZ * @plugindesc Change individually the buff / debuff rates of the parameters. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20201122225821.html * * @help Change individually the buff / debuff rates of the parameters. * * The buff / debuff rate is 0.25 per level by default, * but you can change this rate for each parameter and for buff / debuff. * Please change the rates for each parameter and for buff / debuff, * in the plug-in parameters. * For example, if you set the buff rate to 0.5, * it will be 1.5 times for 1-level buff, and 2 times for 2-level buff. * And if you set the debuff rate to 0.2, * it will be 0.8 times for 1-level debuff, and 0.6 times for 2-level debuff. * The number of levels remains the default value 2. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param mhpBuffRate * @text Buff Rate of MaxHP(mhp) * @desc Specify the buff rate per level as a decimal for MaxHP(mhp). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param mhpDebuffRate * @text Debuff Rate of MaxHP(mhp) * @desc Specify the debuff rate per level as a decimal for MaxHP(mhp). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param mmpBuffRate * @text Buff Rate of MaxMP(mmp) * @desc Specify the buff rate per level as a decimal for MaxMP(mmp). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param mmpDebuffRate * @text Debuff Rate of MaxMP(mmp) * @desc Specify the debuff rate per level as a decimal for MaxMP(mmp). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param atkBuffRate * @text Buff Rate of Attack Power(atk) * @desc Specify the buff rate per level as a decimal for Attack Power(atk). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param atkDebuffRate * @text Debuff Rate of Attack Power(atk) * @desc Specify the debuff rate per level as a decimal for Attack Power(atk). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param defBuffRate * @text Buff Rate of Defense Power(def) * @desc Specify the buff rate per level as a decimal for Defense Power(def). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param defDebuffRate * @text Debuff Rate of Defense Power(def) * @desc Specify the debuff rate per level as a decimal for Defense Power(def). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param matBuffRate * @text Buff Rate of Magic Attack Power(mat) * @desc Specify the buff rate per level as a decimal for Magic Attack Power(mat). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param matDebuffRate * @text Debuff Rate of Magic Attack Power(mat) * @desc Specify the debuff rate per level as a decimal for Magic Attack Power(mat). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param mdfBuffRate * @text Buff Rate of Magic Defense Power(mdf) * @desc Specify the buff rate per level as a decimal for Magic Defense Power(mdf). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param mdfDebuffRate * @text Debuff Rate of Magic Defense Power(mdf) * @desc Specify the debuff rate per level as a decimal for Magic Defense Power(mdf). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param agiBuffRate * @text Buff Rate of Agility(agi) * @desc Specify the buff rate per level as a decimal for Agility(agi). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param agiDebuffRate * @text Debuff Rate of Agility(agi) * @desc Specify the debuff rate per level as a decimal for Agility(agi). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param lukBuffRate * @text Buff Rate of Luck(luk) * @desc Specify the buff rate per level as a decimal for Luck(luk). * @default 0.25 * @type number * @decimals 4 * @min 0 * * @param lukDebuffRate * @text Debuff Rate of Luck(luk) * @desc Specify the debuff rate per level as a decimal for Luck(luk). * @default 0.25 * @type number * @decimals 4 * @min 0 *