Dnthy

Untitled

Mar 7th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. inf:
  2. Cooldown: 10
  3. Skills:
  4. - missile{ot=infTICK;oh=infHIT;v=8;i=1;hR=1;vR=1;in=0.75}
  5.  
  6. infTICK:
  7. Skills:
  8. - effect:particles{p=lava;a=1;s=4} @origin
  9. - sound{s=entity.tnt.primed;p=1;v=5} @self
  10.  
  11. infHIT:
  12. Skills:
  13. - damage{a=4}
  14. - explosion{yield=1}
  15. - ignite{ticks=100}
  16.  
  17. fireBolt:
  18. Skills:
  19. - projectile{onTick=fireBoltTick;onHit=fireBoltHit;v=8;i=1;hR=1;vR=1;mr=10}
  20.  
  21. fireBoltTick:
  22. Skills:
  23. - effect:particles{p=flame;amount=4;speed=0.1;hS=0;vS=0} @origin
  24. - sound{s=entity.generic.explode;p=1;v=10} @origin
  25.  
  26. fireBoltHit:
  27. Skills:
  28. - damage{a=8;i=true}
  29. - ignite{ticks=100}
  30.  
  31. fireSkill:
  32. Cooldown: 16
  33. Skills:
  34. - effect:particlering{p=reddust;color=#FF4314;radius=5;points=32;amount=100;hS=1;vS=0;delay=20} @self
  35. - Delay 80
  36. - skill{s=fireBolt} @Ring{radius=10;points=10}
Advertisement
Add Comment
Please, Sign In to add comment