| ticks | t, duration, d | Ticks frozen in powdered snow | 60 |
## Examples
Freezes the entity that the mob using this skill is attacking for 100
ticks (5 seconds).
```yaml
Skills:
-freeze{ticks=100} @trigger ~onAttack
```
It's possible that the method above may not work due to how the game handles the freezing status. In case that happens, it's still possible to do something like the following