Advertisement
Dnthy

Untitled

Mar 1st, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. inf:
  2. Skills:
  3. - missile{ot=infTICK;oh=infHIT;v=8;i=1;hR=1;vR=1;in=0.75}
  4.  
  5. infTICK:
  6. Skills:
  7. - effect:particles{p=lava;a=1;s=4} @origin
  8.  
  9. infHIT:
  10. Skills:
  11. - damage{a=8;i=false}
  12. - explosion{yield=4}
  13. - ignite{ticks=100}
  14.  
  15. fireBolt:
  16. Skills:
  17. - projectile{onTick=fireBoltTick;onHit=fireBoltHit;v=8;i=1;hR=1;vR=1}
  18.  
  19. fireBoltTick:
  20. Skills:
  21. - effect:particles{p=flame;amount=10;speed=10;hS=0.1;vS=0.1} @origin
  22.  
  23. fireBoltHit:
  24. Skills:
  25. - damage{a=3}
  26. - ignite{ticks=100}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement