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.
RX T Damage Limiter - RX_T_DamageLimiter.js
Plugin desc : It is possible to set a limit on the damage value given to your opponent.
License : MIT License
Author : TYPE74RX-T
Website : https://w.atwiki.jp/type74rx-t/pages/221.html
Desc page : https://w.atwiki.jp/type74rx-t/pages/221.html
Download Page : https://raw.githubusercontent.com/munokura/RX_T-plugins/refs/heads/main/RX_T_DamageLimiter.js
File name : RX_T_DamageLimiter.js
Help of plugin :
* @target MV MZ * @plugindesc It is possible to set a limit on the damage value given to your opponent. * @author TYPE74RX-T * @url https://w.atwiki.jp/type74rx-t/pages/221.html * * @param SystemWord in Notes1 * @text System word 1 * @desc System word to fill in the notes field * @default DamageLimiter * * @param SystemWord in Notes2 * @text System word 2 * @desc System word to fill in the notes field * @default DamageLimitPiercer * * @help Damage Limiter * * This plugin is compatible with RPG Maker MV and RPG Maker MZ. * * ◆Summary * It is possible to set a limit on the damage value given to your opponent. * For example, if you set the damage limiter to 1, you can only deal 1 point * of damage, no matter how powerful your attack is. * This can be set for actors, enemies, states, weapons and armors. * And you can also ignore these features to create skills and items * that do damage. * * ◆Usage * Fill in the note section. * Example: If you want to cap the damage dealt to 50 * target of Effect: actors, enemies, states, weapons and armors * * <DamageLimiter:50> * * Setting to ignore damage limits(target of Effect: skills and item) * * <DamageLimitPiercer> * * [Spec] * For example, if an enemy has a damage limiter and more than one * limiting state applied, the minimum value of those states is the * limiter value. * * [Caution] * If the plug-ins ”Absorbs damage”, ”Voids damage”, and ”Damage Reduction” are * implemented at the same time, their implementation priority is as follows. * 1st:”Absorbs damage” 2nd:”Voids damage” * 3rd:”Damage Reduction” 4th:This Plugin * * [Notes] * You don’t need to worry about the plugin parameters. * It’s just that the way you set up the notes field is different depending * on whether you are using the English or Japanese version. * * ◆License * This plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php