Welcome to PGMV! 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.
Recovery Over Limit - RecoveryOverLimit.js
Plugin desc : RecoveryOverLimitPlugin
License : MIT License
Author : triacontane
Website : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/RecoveryOverLimit.js
File name : RecoveryOverLimit.js
Help of plugin :
* @plugindesc RecoveryOverLimitPlugin * @author triacontane * * @param OverLimitHpColor * @desc This is the color of the text when the HP has over limit. * @default 0 * @type number * @min 0 * @max 20 * * @help RecoveryOverLimit.js * * You can create an active passive skill that allows you to * recover more HP than your original maximum. * Specify the following in the notes field of the database or * skill, item that has the feature. * <RecoveryOverLimit:50> // recover more than 50% of maximum HP. * * This plugin is released under the MIT License.