Limiting the actors that can take down a enemy

This plugin is compatible with RPG Maker MV and RPG Maker MZ.

Summary

You can limit the actors who can give the finishing blow to the enemy.
For example, you can make it so that only the main character can give the
finishing blow, or only the character who should be avenged in the
revenge event can give the finishing blow.

Usage

Fill in the notes section of the enemies.
Example: If you want to make sure that only actors with an Actor ID of
1, 3 or 7 can give the finish blow

<FinishBlowActorID:1, 3, 7>

The way it works is that when you damage an enemy character with the
above settings, if the target's HP left is less than or equal to the
damage value, HP will always remain at 1 point for attacks other than
the corresponding actor ID.
(On the surface, it looks like giving the damage.)
You can use this to obscure the exact HP, but due to these specifications,
you can't use it for games that show the enemy's HP gauge.

Notes

You don't need to worry about the system word.
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年08月30日 20:14