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.
Max Tp Extend - MaxTpExtend.js
Plugin desc : MaxTpExtendPlugin
License : MIT License
Author : triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/MaxTpExtend.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/MaxTpExtend.js
File name : MaxTpExtend.js
Help of plugin :
* @plugindesc MaxTpExtendPlugin * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/MaxTpExtend.js * @base PluginCommonBase * @author triacontane * * @help MaxTpExtend.js * * Extend the maximum TP. * Please describe the following in the memo field of * the database (*) that has the feature as follows. * <MaxTp:30> // The maximum TP will be added by 30. * * (*) Actors, Classes, Weapons, Armors, Enemies, and States * * Negative values can also be set. * The actual TP is the basic value of 100 with the specified * The values of all the memo fields will be added together. * * This plugin is released under the MIT License.