Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Show whitespace changes
Inline
Side-by-side
skills/mechanics/suicide.md
0 → 100644
View page @
38502e7a
## Description
Instantly kills the mob. This is a no-target mechanic and will only
affect the casting mob.
This won't work on a few non-mob entities like boats or armor stands! For them, the use of
[
Remove
](
/skills/mechanics/remove
)
is advised!
## Attributes
> *This mechanic has no attributes*
## Examples
10% Chance to kill the casting mob when damaged.
```
yaml
Skills
:
-
suicide ~onDamaged 0.1
```
<!--TAGS-->
<!--tag:Damage-->