A set of sprites with blood added to the creature corpses.
Im afraid this does not work out of the box (for now), you will need some mod knowledge to get these working.
You can do it if you want, but you have to change the CFGs of the creatures whose images you want to change:
In “CreatureName.cfg”
....
[sprites]
...
DropDead = 192
...
transforms to:
....
[sprites]
...
DropDead = DEAD_SPRITE_NAME.
...
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
This will become:
Note
Useful information that users should know, even when skimming content.
Tip
Helpful advice for doing things better or more easily.
Important
Key information users need to know to achieve their goal.
Warning
Urgent info that needs immediate user attention to avoid problems.
Caution
Advises about risks or negative outcomes of certain actions.
Would be cool to have this as standard in the game (or as an On/Off option)
You can do it if you want, but you have to change the CFGs of the creatures whose images you want to change: In “CreatureName.cfg” .... [sprites] ... DropDead = 192 ...
transforms to: .... [sprites] ... DropDead = DEAD_SPRITE_NAME. ...