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.
NUUN Level Up Recovery - NUUN_LevelUpRecovery.js
Plugin desc : Recovery at level up
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_LevelUpRecovery.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_LevelUpRecovery.js
File name : NUUN_LevelUpRecovery.js
Help of plugin :
* @target MZ
* @plugindesc Recovery at level up
* @author NUUN
* @base NUUN_Base
* @orderAfter NUUN_Base
* @version 1.0.0
*
* @help
* Restores specified stats when leveling up.
*
* You can recover HP, MP, TP, user parameters, and state.
* Please set the recovery target in the plug-in parameter. (Default is HP, MP, full state recovery)
*
* Terms of Use
* This plugin is distributed under the MIT license.
*
* Log
* 7/8/2023 Ver.1.0.0
* first edition.
*
* @param LevelUpRecoveryData
* @desc Set the recovery when leveling up.
* @text Level up recovery settings
* @type struct<LevelUpRecoveryList>[]
* @default ["{¥"LevelUpRecovery¥":¥"'HpRecovery'¥",¥"LevelUpFormula¥":¥"¥",¥"LevelUpStateRecovery¥":¥"[]¥"}","{¥"LevelUpRecovery¥":¥"'MpRecovery'¥",¥"LevelUpFormula¥":¥"¥",¥"LevelUpStateRecovery¥":¥"[]¥"}","{¥"LevelUpRecovery¥":¥"'StateRecovery'¥",¥"LevelUpFormula¥":¥"¥",¥"LevelUpStateRecovery¥":¥"[]¥"}"]
*