Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. FireballBarrage:
  2. Skills:
  3. - shootfireball{y=1;v=4;repeatInterval=30;repeat=100;} @target
  4. - delay 10
  5. - shootfireball{y=1;v=4} @target
  6. - delay 10
  7. - shootfireball{y=1;v=4} @target
  8. Magmaspit:
  9. Skills:
  10. - projectile{ot=Magmaspit-Tick;oh=Magmaspit-Hit;v=6;i=1;hR=1;vR=1;in=0.75} @PIR{r=40}
  11. Magmaspit-Tick:
  12. Skills:
  13. - effect:particles{p=magma_ball;amount=1;speed=1;hS=0.2;vS=0.2} @origin
  14. Magmaspit-Hit:
  15. Skills:
  16. - particles{p=dripLava;amount=30;hSpread=0.2;ySpread=0.2;speed=0.1;yOffset=0.5} @Target
  17. - damage{a=10}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement