Tsukihime 1,489 Posted January 26, 2016 In RPG Maker MV, you have eight basic parameters to work with for your actorsMax HP max MP Attack Defense Magical Attack Magical Defense Agility Luck Parameters are managed for each class, and your actors' parameters are determined by their current level along with their current class. However, the only way to manage your parameters is through the editor, and the editor does not supportLevels beyond 99 Custom parameters that you would like to use in your game, if you have such a plugin This plugin provides you with a way to manage all of your parameters as external tables which you can edit using text editors like notepad, or more sophisticated spreadsheet software like Excel. You can set values for parameters individually for every level between 1 and 99, as well as levels beyond 99. You can also set values for any custom parameters that you may have in your game, though you would first need a plugin that provides custom parameter functionality. By maintaining your parameters externally, you should have more control over your game than before.More information and downloads available at HimeWorks 1 Share this post Link to post Share on other sites
Tsukihime 1,489 Posted May 7, 2016 Parameter tables has been updated to v1.3 It now allows you to assign a parameter table to an actor. When an actor has a parameter table, its parameters will come from its own table, rather than from its class. Share this post Link to post Share on other sites