corrected typo authored by Lxlp's avatar Lxlp
...@@ -37,9 +37,9 @@ SetOwner: ...@@ -37,9 +37,9 @@ SetOwner:
HealOwner: HealOwner:
Cooldown: 10 Cooldown: 10
TargetConditions: TargetConditions:
- health{h<20} true - health{h=<20} true
Skills: Skills:
- heal{a=10} - heal{a=10}
- message{m=<3} - message{m=I healed you!}
``` ```
> This skill would only heal the owner of the mob once every 10 seconds and only if they have less than 20 points of health left > This skill would only heal the owner of the mob once every 10 seconds and only if they have less than 20 points of health left
\ No newline at end of file