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 Status - MaxStatus.js
Plugin desc : Status Maximum Value Setting Ver0.0.2 (2024/12/27)
License : MIT License
Author : PotatoDragon
Website : https://github.com/pota-gon/RPGMakerMZ/wiki
Desc page : https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Config/Max/MaxStatus.js
Download Page : https://raw.githubusercontent.com/munokura/PotatoDragon-MZ-plugins/main/MaxStatus.js
File name : MaxStatus.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/pota-gon/RPGMakerMZ/refs/heads/main/plugins/Config/Max/MaxStatus.js @plugindesc Status Maximum Value Setting Ver0.0.2 (2024/12/27) @author PotatoDragon @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/PotatoDragon-MZ-plugins ). Original plugin by PotatoDragon. Please check the latest official version at: https://github.com/pota-gon/RPGMakerMZ/wiki ----- ## Overview Adds a feature to set the maximum value of normal ability scores. ## How to Use 1. Change the plugin parameter you want to change the maximum value for. 2. The ability score will change to the set upper limit. * Setting it to -1 will set it to infinite. @param ActorHPMax @text Actor HP Max @desc Actor's maximum HP @default 99999 @min -1 @max 999999999999999 @param ActorMPMax @text Actor MP Max @desc Actor's maximum MP @default 99999 @min -1 @max 999999999999999 @param ActorOtherMax @text Actor and other ability maximum values @desc Actor's other normal ability scores maximum @default 9999 @min -1 @max 999999999999999 @param EnemyHPMax @text Maximum enemy character HP @desc Maximum HP of enemy characters @default 99999 @min -1 @max 999999999999999 @param EnemyMPMax @text Maximum enemy character MP @desc Maximum enemy character MP @default 99999 @min -1 @max 999999999999999 @param EnemyOtherMax @text Maximum enemy character and other ability values @desc Maximum other normal ability values of enemy characters @default 9999 @min -1 @max 999999999999999