Advertisement
Fishykarp

Blackgeardcannon

Aug 8th, 2020 (edited)
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. BlackGeardCannonSwitch:
  2. Conditions:
  3. - targetnotwithin 3
  4. Skills:
  5. - equip{item=BlackGeardCannon:0}
  6.  
  7. BlackGeardCannonBallAttack:
  8. Conditions:
  9. - targetnotwithin 3
  10. - mobscore GeardHealth;>0
  11. Skills:
  12. - potion{t=SLOW;d=40;l=255} @Self
  13. - delay 10
  14. - sound{s=game.tnt.primed;p=0.675;v=1} @Self
  15. - delay 20
  16. - projectile{onTick=GeardCannonE;onHit=GeardCannonD;v=6;i=1;hR=2.0;vR=2.0;sE=false;sB=false;mr=20}
  17.  
  18. GeardCannonE:
  19. Skills:
  20. - effect:particlesphere{p=reddust;a=40;r=1.35;color=#000000} @Origin
  21. - effect:particlesphere{p=blockcrack_173_0;a=15;r=0.6} @Origin
  22. - effect:particlesphere{p=blockcrack_49_0;a=15;r=0.6} @Origin
  23.  
  24. GeardCannonD:
  25. Skills:
  26. - damage{a=650}
  27. - potion{t=SLOW;d=40;l=0}
  28. - throw{v=6;vy=4}
  29. - sound{s=random.explode;p=0.7855;v=1}
  30.  
  31. BlackGeardSwordSwitch:
  32. Conditions:
  33. - targetwithin 3
  34. Skills:
  35. - equip{item=BlackGeardMeleeDamage:0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement