Update History
- 20/10/23
Fixed a bug that caused HP to not be displayed as an integer in some cases.
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.
Download
最終更新:2020年10月23日 05:48