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/setnodamageticks.md
0 → 100644
View page @
38502e7a
## Description
Sets the immunity ticks on the target. This should be delayed if used immediately during an attack since the ticks are applied after an event completes.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| ticks | d, duration, t | The NoDamageTicks to set (for how many ticks the mobs will be invulnerable under normal circumstances) | 0 |
## Examples
Gives the caster invincibility after it attacks.
```
yaml
Skills
:
-
setNoDamageTicks{ticks=0;delay=1} @self ~onAttack
```
## Aliases
-
[x] setimmunityticks
\ No newline at end of file