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 VX Exp Calc - PANDA_VXExpCalc.js
Plugin desc : Change the calculation method of the required EXP to the VX method.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20201025223419.html
File name : PANDA_VXExpCalc.js
Help of plugin :
* @target MV MZ * @plugindesc Change the calculation method of the required EXP to the VX method. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20201025223419.html * * @help Change the calculation method of the required EXP for each level * to the RPG Maker VX method as follows: * M[1] = Base Value * N[2] = 0.75 + Acceleration A / 200 * M[Lv] = M[Lv-1] * (1 + N[Lv]) * N[Lv] = N[Lv-1] * 0.9 * Total EXP[2] = M[1] * Total EXP[Lv] = Total EXP[Lv-1] + M[Lv-1] * * Only the Base Value and the Acceleration A of the EXP curve are used, * and the Extra Value and the Acceleration B are ignored. * It is different from "To Next Level" and "Total" values of the EXP curve. * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php *