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.
Regenerate Message - RegenerateMessage.js
Plugin desc : Play Message Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/RegenerateMessage.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/RegenerateMessage.js
File name : RegenerateMessage.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/RegenerateMessage.js @plugindesc Play Message Plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- RegenerateMessage.js Displays a message when HP or MP changes during battle due to the regeneration rate of a trait. Messages can be set separately for damage and recovery, but cannot be set for individual states. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param hpDamageMessage @text HP damage message @desc This message appears when HP is reduced due to the regeneration rate setting. %1 is the target’s name, and %2 is the damage value. @type string @default %1のHPが %2 減少した! @param mpDamageMessage @text MP Damage Message @desc This message appears when MP is reduced due to the regeneration rate setting. %1 is the target’s name, and %2 is the damage value. @type string @default %1のMPが %2 減少した! @param tpDamageMessage @text TP Damage Message @desc This message appears when TP is reduced due to the regeneration rate setting. %1 is the target’s name, and %2 is the damage value. @default %1のTPが %2 減少した! @param hpRecoverMessage @text HP recovery message @desc This message appears when HP is recovered according to the regeneration rate setting. %1 is the target’s name, and %2 is the amount recovered. @type string @default %1のHPが %2 回復した! @param mpRecoverMessage @text MP recovery message @desc This message appears when MP is recovered due to the regeneration rate setting. %1 is the target’s name, and %2 is the amount recovered. @type string @default %1のMPが %2 回復した! @param tpRecoverMessage @text TP recovery message @desc This message appears when TP is recovered due to the regeneration rate setting. %1 is the target’s name, and %2 is the amount recovered. @type string @default %1のTPが %2 回復した!