Advertisement
Faldonboy

Thunder

May 2nd, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.57 KB | None | 0 0
  1. Thunder:
  2.   Cooldown: 3
  3.   Skills:
  4.  - skill{s=ThunderDamage}
  5.   - skill{s=ThunderSound}
  6.   - skill{s=ThunderEffect}
  7.   - delay 4
  8.   - skill{s=ThunderEffect}
  9.   - delay 4
  10.   - skill{s=ThunderEffect}
  11. ThunderDamage:
  12.   Cooldown: 0.25
  13.   Skills:
  14.  - damage{a=4;i=true}
  15.   - potion{t=CONFUSION;d=100;l=3}
  16. ThunderEffect:
  17.   Cooldown: 0.25
  18.   Skills:
  19.  - effect:particles{p=magicCrit;hs=0.3;vs=0.3;a=300;s=0.1;y=0.9}
  20.   - effect:particles{p=instantSpell;hs=0.2;vs=0.2;a=20;s=0.1;y=0.9}
  21. ThunderSound:
  22.   Cooldown: 0.25
  23.   Skills:
  24.  - effect:sound{s=entity.lightning.thunder;v=1.0;p=2.0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement