Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2021
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. SkullerBolt:
  2. Skills:
  3. - potion{type=SLOW;duration=25;lvl=10} @self
  4. - effect:particlering{particle=cloud;radius=1;points=25;amount=1;hS=0.01;vS=0;y=0} @self
  5. - delay 5
  6. - effect:particlering{particle=cloud;radius=1;points=25;amount=1;hS=0.01;vS=0;y=0.5} @self
  7. - delay 5
  8. - effect:particlering{particle=cloud;radius=1;points=25;amount=1;hS=0.01;vS=0;y=1} @self
  9. - delay 5
  10. - effect:particlering{particle=cloud;radius=1;points=25;amount=1;hS=0.01;vS=0;y=1.5} @self
  11. - delay 5
  12. - projectile{bulletType=MOB;mob=SkeletonProp;onTick=SkullerBolt-Tick;onHit=SkullerBolt-Hit;v=6;i=1;hR=2;vR=2;}
  13. SkullerBolt-Tick:
  14. Skills:
  15. - effect:particles{p=cloud;a=1} @origin
  16. SkullerBolt-Hit:
  17. Skills:
  18. - damage{a=10}
  19. - potion{type=SLOW;duration=100;lvl=2}
  20. - effect:particles{p=witchMagic;a=50;hS=1;vS=1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement