An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

NUUN Status Param EX - NUUN_StatusParamEX.js

Plugin desc : Actor status maximum setting

License : MIT License

Author : NUUN

Website : https://github.com/munokura/NUUN-MZ-plugins/blob/master/NUUN_StatusParamEX.js

Desc page : https://github.com/nuun888/MZ

Download Page : https://raw.githubusercontent.com/munokura/NUUN-MZ-plugins/master/NUUN_StatusParamEX.js

File name : NUUN_StatusParamEX.js

Help of plugin :

@target MZ
@url https://github.com/nuun888/MZ
@plugindesc Actor status maximum setting
@author NUUN
@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/NUUN-MZ-plugins ).
Original plugin by NUUN.
Please check the latest official version at:
https://github.com/nuun888/MZ
-----

This sets a limit on an actor's ability scores. By default, the ability score
limit is infinity.
This plugin allows you to set a custom limit.
Setting it to -1 will set it to infinity (the core script's limit).

Maximum values can be set for each actor and job.
Actor or Job Memo Field
<MaxLimitHP:[param]> Maximum HP
<MaxLimitMP:[param]> Maximum MP
<MaxLimitTP:[param]> Maximum TP
<MaxLimitATK:[param]> Maximum Attack Power
<MaxLimitDEF:[param]> Maximum Defense Power
<MaxLimitMAT:[param]> Maximum Magic Power
<MaxLimitMDF:[param]> Maximum Magic Defense
<MaxLimitAGI:[param]> Maximum Agility
<MaxLimitLUK:[param]> Maximum Luck
*When entering a value in [param], remove the [] and enter only the value.

If multiple values are set, the highest value will be applied.

Terms of Use
This plugin is distributed under the MIT License.

Update History
2024/10/28 Ver. 1.0.3
Fixed a typo in the Max Magic Power and Max Magic Defense settings.
2022/1/22 Ver. 1.0.2
Fixed an issue that caused errors to occur during battle.
2022/1/22 Ver. 1.0.1
Fixed an issue that prevented default values from being retrieved correctly.
Fixed an issue that caused errors to occur when starting the game.
2022/1/22 Ver. 1.0.0
First release

@param limitHP
@text Maximum HP
@desc Actor's maximum HP limit (-1 for unlimited)
@type number
@default -1
@min -1

@param limitMP
@text Upper limit maximum MP
@desc Actor's maximum MP limit (-1 for unlimited)
@type number
@default -1
@min -1

@param limitTP
@text Upper limit max TP
@desc Actor's maximum TP limit (-1 is the default value).
@type number
@default -1
@min -1

@param limitAtk
@text Upper limit maximum attack power
@desc Actor's maximum attack power (-1 for unlimited)
@type number
@default -1
@min -1

@param limitDef
@text Upper limit maximum defense power
@desc Actor's maximum defense limit (-1 for unlimited).
@type number
@default -1
@min -1

@param limitMat
@text Upper limit maximum magic power
@desc Actor's maximum magic power (-1 for unlimited)
@type number
@default -1
@min -1

@param limitMdf
@text Upper limit maximum magic defense
@desc Actor's maximum magic defense (-1 for unlimited).
@type number
@default -1
@min -1

@param limitAgi
@text Upper max agility
@desc Actor's maximum limit for agility (-1 for unlimited).
@type number
@default -1
@min -1

@param limitLuk
@text Maximum luck limit
@desc Actor's maximum luck limit (-1 for unlimited).
@type number
@default -1
@min -1

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.