Change Enemy Sprite when Dying
Last updated
Last updated
This plugin allows you to set a new sprite for an enemy when its HP fall below 20% during battle. Use the following notetag in the enemy's note box:
<dyingSprite: filename>
Replace "filename" with the name of the image in your "img/enemies/" folder that you want to display when the enemy's HP is at or below 20%.
Example:
<dyingSprite:Slime_Weak>
Notes:
- Ensure the specified sprite file exists in "img/enemies/".
- The sprite will automatically revert back if healed above 20% HP.