I'm having trouble with the plugin, i only want the blood effect happen only when enemy die, but the effect happens on default attack, i disabled the effect for default attack but the actor still does the effect animation
Viewing post in BloodSplatterEffect - Plugin for RPG MAKER MZ comments
Hey! To change the death animation, just put <deathanim: x> in the enemy's notebox in the database (replace x with your animation ID).
If you want an attack to not show blood at all, you can use the <noblood> notetag alongside this.
Alternatively, to disable the default blood globally, you can just set the very first parameter in the plugin settings to an empty animation ID.
It's been a little while since I worked on this plugin, so I’m going to look through the code again and push out some updates soon!