Advertisement
Guest User

Blizzard

a guest
May 8th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.68 KB | None | 0 0
  1. Blizzard:
  2.   Cooldown: 1
  3.   Skills:
  4.  - message{m="&6<mob.name>&c&l Casts Blizzard on &6<target.name>!"} @PlayersInRadius{r=15}
  5.   - skill{s=BlizzardEffectOne}
  6.   - skill{s=BlizzardSoundOne}
  7.   - delay 3
  8.   - skill{s=BlizzardEffectOne}
  9.   - delay 3
  10.   - skill{s=BlizzardEffectOne}
  11.   - skill{s=BlizzardDamage}
  12. BlizzardEffectOne:
  13.   Cooldown: 0.15
  14.   Skills:
  15.  - effect:particles{p=snowshovel;a=100;hs=0.3;vs=0.3;s=0.4;y=0.9}
  16.   - effect:particles{p=snowballpoof;a=100;hs=0.2;vs=0.2;s=0.5;y=0.9}
  17. BlizzardSoundOne:
  18.   Cooldown: 0.15
  19.   Skills:
  20.  - effect:sound{s=block.fire.extinguish;v=1.0;p=2.0}
  21. BlizzardDamage:
  22.   Cooldown: 0.15
  23.   Skills:
  24.  - damage{a=3;i=true}
  25.   - potion{t=SLOW;d=200;l=0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement