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.
MNKR Limit Param MZ - MNKR_LimitParamMZ.js
Plugin desc : Specify the upper and lower limits of basic ability scores.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_LimitParamMZ.js
File name : MNKR_LimitParamMZ.js
Help of plugin :
@target MZ @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_LimitParamMZ.js @plugindesc Specify the upper and lower limits of basic ability scores. @author munokura @license MIT License @help # Function Specifies the upper and lower limits of basic ability scores. By default, the upper limit in RPG Maker MZ is set to 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. There is no plugin command. # 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 @option Infinity @parent upperParam @param upperMp @text Max MP @desc Specifies the upper limit of maximum MP. @type combo @default Infinity @option Infinity @parent upperParam @param upperAtk @text Attack Power @desc Specifies the upper limit of attack power. @type combo @default Infinity @option Infinity @parent upperParam @param upperDef @text Defense power @desc Specifies the upper limit of defense power. @type combo @default Infinity @option Infinity @parent upperParam @param upperMat @text magic power @desc Specifies the upper limit of magical power. @type combo @default Infinity @option Infinity @parent upperParam @param upperMdf @text magic defense @desc Specifies the upper limit of magic defense. @type combo @default Infinity @option Infinity @parent upperParam @param upperAgi @text Agility @desc Specifies the upper limit for agility. @type combo @default Infinity @option Infinity @parent upperParam @param upperLuk @text luck @desc Specifies the upper limit of luck. @type combo @default Infinity @option Infinity @parent upperParam @param lowerParam @text Ability Score Lower Limit @param lowerHp @text Max HP @desc Specifies the lower limit of maximum HP. @type number @default 1 @min 1 @parent lowerParam @param lowerMp @text Max MP @desc Specifies the lower limit of maximum MP. @type number @default 0 @parent lowerParam @param lowerAtk @text Attack Power @desc Specifies the minimum attack power. @type number @default 0 @parent lowerParam @param lowerDef @text Defense power @desc Specifies the lower limit of defense power. @type number @default 0 @parent lowerParam @param lowerMat @text magic power @desc Specifies the minimum value of magic power. @type number @default 0 @parent lowerParam @param lowerMdf @text magic defense @desc Specifies the lower limit of magic defense. @type number @default 0 @parent lowerParam @param lowerAgi @text Agility @desc Specifies the lower limit for agility. @type number @default 0 @parent lowerParam @param lowerLuk @text luck @desc Specifies the lower limit of luck. @type number @default 0 @parent lowerParam