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.
Death Lost Mp Tp - DeathLostMpTp.js
Plugin desc : MP loss plugin when unable to battle
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/DeathLostMpTp.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/DeathLostMpTp.js
File name : DeathLostMpTp.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/DeathLostMpTp.js @plugindesc MP loss plugin when unable to battle @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 ----- DeathLostMpTp.js When a battler is KO’d, the actor’s MP or TP will be lost at the specified rate. Specify a value in the memo field (※1) or specify the loss rate using parameters. ※1 Memo field for actors, jobs, weapons, armor, states, and enemies. <DeathLostMp:50> // Lose 50% of MP when KO’d. <DeathLostTp:50> // Lose 50% of TP when KO’d. Memo values take priority over plugin parameters. Also, if a battler has multiple memo fields, the smallest value will be used. 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 from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param mpLostRate @text MP loss rate @desc This is the percentage of MP lost when incapacitated. At 100, all MP is lost. @type number @default 100 @min 0 @max 100 @param tpLostRate @text TP disappearance rate @desc This is the percentage of TP lost when incapacitated. At 100, all TP is lost. @type number @default 100 @min 0 @max 100 @param invalidDeathChargeTp @text TP charge disabled when incapacitated @desc When incapacitated, TP charge from damage is disabled. @type boolean @default false