An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

RX T Guts State - RX_T_GutsState.js

Plugin desc : You can create a state where your HP remains even if you take heavy, life-threatening damage.

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_GutsState.js

File name : RX_T_GutsState.js

Help of plugin :

* @target MV MZ
 * @plugindesc You can create a state where your HP remains even if you take heavy, life-threatening damage.
 * @author TYPE74RX-T
 * @url https://w.atwiki.jp/type74rx-t/pages/221.html
 *
 * @param SystemWord in Notes1
 * @text System word
 * @desc System word to fill in the notes field
 * @default Guts
 *
 * @param SystemWord in Notes2
 * @text System word
 * @desc System word to fill in the notes field
 * @default SuperGuts
 *
 * @param SystemWord in Notes3
 * @text System word
 * @desc System word to fill in the notes field
 * @default RemoveGutsAtEndOfTurn
 *
 * @help Guts State
 *
 * This plugin is compatible with RPG Maker MV and RPG Maker MZ.
 *
 * ◆Summary
 * You can create a state where your HP remains even if you take damage
 * so large that your HP drops to 0.
 * It also allows you to keep a certain amount of HP even if you take a lot of
 * damage.
 * Applying this effect to an enemy’s setting could make the enemy’s behavior
 * even more varied.
 * Of course, you can also set up the actors, so try to find different ways to
 * use it.
 *
 * ◆Usage
 * Fill in the notes section of the states.
 * Example 1: If you want to create a state where your HP is at least 5% of
 * your maximum and you want to hold on at 1 HP even if you get hit by an
 * attack that reduces your HP to 0
 *
 * <Guts:5>
 *
 * Example 2: If you want to create a state where you can maintain HP at 70% of
 * maximum value even if you receive attack that reduces HP to less than 70% of
 * maximum value
 *
 * <SuperGuts:70>
 *
 * All numbers are percentages.
 * You can also put multiple guts states on it, so use it to your advantage.
 *
 * The state also has a once you have withstood an attack that reduces your
 * HP to 0, or an attack that reduces your HP to a specified value or less,
 * the state is immediately canceled, regardless of the condition for
 * canceling the state.
 * But, you can add the following setting to the guts state so that the state is
 * removed at the end of a turn that you hold on to(In TPB mode, when it’s that
 * battler’s turn after hold on).
 *
 * <RemoveGutsAtEndOfTurn>
 *
 * Guts (except for Super guts) is automatically removed when you reach a
 * lower HP than the value of guts you set, even if you don’t hold on at 1 HP.
 * Removed states in any setting will not be revival even if HP is healed.
 *
 * ◆Caution
 * If you want to create more than one guts state, you must set them all to
 * different values.
 * If you set more than one state with the same number, it will not behave
 * correctly when you receive more than one of those states.
 *
 * ◆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

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.