Advertisement
Guest User

Untitled

a guest
Sep 11th, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.81 KB | None | 0 0
  1. Artifacts Skill:
  2. MANEPCreeperShot: # Mythic Artifacts NEP bow shot
  3.   Cooldown: 2 # this is in seconds.
  4.   Conditions:
  5.  - holding{m=BOW} true # make sure player is holding a bow to use this bow skill
  6.   Skills:
  7.  - cancelevent # cancel the normal arrow shot and replace it with the projectile below when the skill is not on cooldown
  8.   - projectile{bulletType=MOB;mob=NEP_CreeperArrow;oT=MANEP_oT;oE=MANEP_oE;i=1;hR=0.99;vR=0.99;d=120;mr=120;v=30;syo=1.5;tyo=0;hp=true;hnp=true;sE=true;sB=true;g=0.1} @forward{f=100;y=0.0} # The creeper arrow
  9. MANEP_oT:
  10.   Skills:
  11.  - effect:particles{particle=crit;a=2;hS=0.05;vS=0.05;s=0.025;y=0} @origin  # trail of particles like a normal arrow has
  12. MANEP_oE:
  13.   Skills:
  14.  - summon{type=NEP_ChargedCreeper;a=1;r=0} @origin # summon the creeper that tracks down entities and explodes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement