|
|
================
|
|
|
|
|
|
## 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**
|
|
|
## Attributes:
|
|
|
|
|
|
| Attribute | Alias | Description |
|
|
|
| --------- | ----- | ----------- |
|
|
|
| ticks | | the nodamageticks to set |
|
|
|
|
|
|
**Examples**
|
|
|
```
|
|
|
## Examples:
|
|
|
|
|
|
Gives the caster invincibility after it attacks.
|
|
|
```yaml
|
|
|
- setNoDamageTicks{ticks=0;delay=1} @trigger ~onAttack
|
|
|
``` |
|
|
\ No newline at end of file |