17 lines
469 B
YAML
17 lines
469 B
YAML
|
IceBolt:
|
||
|
Skills:
|
||
|
- projectile{onTick=IceBolt-Tick;onHit=IceBolt-Hit;v=8;i=1;hR=1;vR=1}
|
||
|
|
||
|
IceBolt-Tick:
|
||
|
Skills:
|
||
|
- effect:particles{p=snowballpoof;amount=20;speed=0;hS=0.2;vS=0.2} @origin
|
||
|
|
||
|
IceBolt-Hit:
|
||
|
Skills:
|
||
|
- damage{a=10}
|
||
|
- potion{type=SLOW;duration=100;lvl=2}
|
||
|
|
||
|
Alert:
|
||
|
Skills:
|
||
|
- jsonmessage{m="[{'text':'Intruder alert! Intruder alert!','color':'red'}]"}
|
||
|
- rally{types=WorkerAutomaton;radius=10;vradius=4}
|