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

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

MNKR Limit Param MV - MNKR_LimitParamMV.js

Plugin desc : Specify the upper and lower limits of basic ability scores.

License : MIT License

Author : munokura

Website : https://github.com/munokura/MNKR-MV-plugins/blob/master/MNKR_LimitParamMV.js

Desc page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_LimitParamMV.js

Download Page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_LimitParamMV.js

File name : MNKR_LimitParamMV.js

Help of plugin :

@target MV
@url https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_LimitParamMV.js
@plugindesc Specify the upper and lower limits of basic ability scores.
@author munokura
@license MIT License

@help
Specifies the upper and lower limits of basic ability scores.

In RPG Maker MV's core script, the upper limits are as follows:
Max HP: 999999
Max MP: 9999
Other basic ability scores: 999

The lower limits in the core script are as follows:
Max MP: 0
Other basic ability scores: 1

These values can be specified for each ability using the plugin.
The plugin's default maximum value, "Infinity," specifies infinity.

Note:
Do not specify a lower limit greater than the upper limit.
In that case, the lower limit will be the same as the upper limit.

The upper and lower limits that can be specified in the database ability curve
are different from the limits specified in the core script.
This plugin only changes the core script specifications.

You can change ability scores beyond the default limits using event commands
such as
◆Increase/Decrease Ability Score: Harold, Defense - 1

Terms of Use:
MIT License.
http://opensource.org/licenses/mit-license.php
You may modify and redistribute this without permission from the author, and
there are no restrictions on its use (commercial, R18, etc.).

@param upperParam
@text Ability Score Limit

@param upperHp
@text Max HP
@desc Specifies the upper limit of maximum HP.
@type combo
@default Infinity
@parent upperParam
@option Infinity

@param upperMp
@text Max MP
@desc Specifies the upper limit of maximum MP.
@type combo
@default Infinity
@parent upperParam
@option Infinity

@param upperAtk
@text Attack Power
@type combo
@default Infinity
@parent upperParam
@option Infinity

@param upperDef
@text Defense power
@desc Specifies the upper limit of defense power.
@type combo
@default Infinity
@parent upperParam
@option Infinity

@param upperMat
@text magic power
@desc Specifies the upper limit of magical power.
@type combo
@default Infinity
@parent upperParam
@option Infinity

@param upperMdf
@text magic defense
@desc Specifies the upper limit of magic defense.
@type combo
@default Infinity
@parent upperParam
@option Infinity

@param upperAgi
@text Agility
@desc Specifies the upper limit for agility.
@type combo
@default Infinity
@parent upperParam
@option Infinity

@param upperLuk
@text luck
@desc Specifies the upper limit of luck.
@type combo
@default Infinity
@parent upperParam
@option Infinity

@param lowerParam
@text Ability Score Lower Limit

@param lowerHp
@text Max HP
@desc Specifies the lower limit of maximum HP.
@default 0
@parent lowerParam

@param lowerMp
@text Max MP
@desc Specifies the lower limit of maximum MP.
@default 0
@parent lowerParam

@param lowerAtk
@text Attack Power
@desc Specifies the minimum attack power.
@default 0
@parent lowerParam

@param lowerDef
@text Defense power
@desc Specifies the lower limit of defense power.
@default 0
@parent lowerParam

@param lowerMat
@text magic power
@desc Specifies the minimum value of magic power.
@default 0
@parent lowerParam

@param lowerMdf
@text magic defense
@desc Specifies the lower limit of magic defense.
@default 0
@parent lowerParam

@param lowerAgi
@text Agility
@desc Specifies the lower limit for agility.
@default 0
@parent lowerParam

@param lowerLuk
@text luck
@desc Specifies the lower limit of luck.
@default 0
@parent lowerParam

スポンサードリンク

-MV plugins

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