ignite
Sets the victim on fire for a specified number of ticks with custom damage per tick.
Categories: combat
Required arguments
| Key(s) | Description | Type |
|---|---|---|
damage_per_tick | The amount of damage dealt per fire tick. Supports expressions. | EXPRESSION |
ticks | The number of fire ticks to apply to the victim. Supports expressions. | EXPRESSION |
Trigger parameters required
VICTIMPLAYER
Example
effects:
- id: ignite
args:
damage_per_tick: %level%
ticks: 20 * %level%
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |