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.
NRP Limit Grow Item - NRP_LimitGrowItem.js
Plugin desc : v1.01 Set limits on grow items.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (https://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_LimitGrowItem.js
Desc page : https://newrpg.seesaa.net/article/498340928.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_LimitGrowItem.js
File name : NRP_LimitGrowItem.js
Help of plugin :
Set a limit on the amount of growth for grow items.
* Prevent unlimited actor enhancements.
*
* Note that this does not set a limit on the parameter.
* It only sets a limit on the growth value of the parameter.
*
* -------------------------------------------------------------------
* [Usage]
* -------------------------------------------------------------------
* Set the limit value for each parameter in LimitParamList.
*
* -------------------------------------------------------------------
* [Integration with other plugins]
* -------------------------------------------------------------------
* Can also be used with NRP_LevelGrowTP.js.
* Please specify the value of "TpParamId"
* used there as a plugin parameter.
*
* It may be possible to use the same method with other plugins
* that create other original parameters,
* but it depends on the implementation and cannot be guaranteed.
*
* -------------------------------------------------------------------
* [Terms]
* -------------------------------------------------------------------
* There are no restrictions.
* Modification, redistribution freedom, commercial availability,
* and rights indication are also optional.
* The author is not responsible,
* but will deal with defects to the extent possible.
*
* @-----------------------------------------------------
* @ [Plugin Parameters]
* @-----------------------------------------------------
*
* @param LimitParamList
* @type struct<LimitParam>[]
* @default ["{¥"ParamId¥":¥"0¥",¥"Note¥":¥"Max HP¥",¥"LimitNumber¥":¥"¥"}","{¥"ParamId¥":¥"1¥",¥"Note¥":¥"Max MP¥",¥"LimitNumber¥":¥"¥"}","{¥"ParamId¥":¥"2¥",¥"Note¥":¥"Attack¥",¥"LimitNumber¥":¥"¥"}","{¥"ParamId¥":¥"3¥",¥"Note¥":¥"Defence¥",¥"LimitNumber¥":¥"¥"}","{¥"ParamId¥":¥"4¥",¥"Note¥":¥"M.Attack¥",¥"LimitNumber¥":¥"¥"}","{¥"ParamId¥":¥"5¥",¥"Note¥":¥"M.Defence¥",¥"LimitNumber¥":¥"¥"}","{¥"ParamId¥":¥"6¥",¥"Note¥":¥"Agility¥",¥"LimitNumber¥":¥"¥"}","{¥"ParamId¥":¥"7¥",¥"Note¥":¥"Luck¥",¥"LimitNumber¥":¥"¥"}"]
* @desc The parameters to be covered and their limits.