Added example authored by Ticxo's avatar Ticxo
......@@ -82,7 +82,14 @@ To fix this, we will have to:
```yaml
Skills:
- (wip)
- skill{s=[
- cancelevent
- skill{s=[
- state{s=attack} @self
- delay 5
- damage{a=2;type=ATTACK} @EIC{r=3;a=180;conditions=[ - isPlayer{} true ]}
];cooldown=1}
];sync=true} ~onAttack
```
---
......
......