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/ignite.md
0 → 100644
View page @
38502e7a
## Description
Sets the targeted entity on fire.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| ticks | t,d,duration | How many ticks the target should burn | 60 |
## Examples
Ignites the entity that the mob using this skill is attacking for 100
ticks (5 seconds)
```
yaml
Skills
:
-
ignite{ticks=100} @trigger ~onAttack
```
\ No newline at end of file