Advertisement
Guest User

enchant skill

a guest
Jan 13th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.05 KB | None | 0 0
  1. BugAuraOne:
  2.   Skills:
  3.  - aura{auraName=BugAuraOne;Interval=100;onTick=BugAuraTick;onStart=BugAuraOneOn;onEnd=BugAuraOneOff;duration=120;refreshDuration=true;CancelOnDeath=false}
  4. BugAuraOneOn:
  5.   Skills:
  6.  - TagAdd{t=BugAuraOne}
  7. BugAuraOneOff:
  8.   Skills:
  9.  - TagRemove{t=BugAuraOne}
  10. BugAuraTwo:
  11.   Skills:
  12.  - aura{auraName=BugAuraTwo;Interval=100;onTick=BugAuraTick;onStart=BugAuraTwoOn;onEnd=BugAuraTwoOff;duration=120;refreshDuration=true;CancelOnDeath=false}
  13. BugAuraTwoOn:
  14.   Skills:
  15.  - TagAdd{t=BugAuraTwo}
  16. BugAuraTwoOff:
  17.   Skills:
  18.  - TagRemove{t=BugAuraTwo}
  19. BugAuraThree:
  20.   Skills:
  21.  - aura{auraName=BugAuraThree;Interval=100;onTick=BugAuraTick;onStart=BugAuraThreeOn;onEnd=BugAuraThreeOff;duration=120;refreshDuration=true;CancelOnDeath=false}
  22. BugAuraThreeOn:
  23.   Skills:
  24.  - TagAdd{t=BugAuraThree}
  25. BugAuraThreeOff:
  26.   Skills:
  27.  - TagRemove{t=BugAuraThree}
  28. BugAuraTick:
  29.   Skills:
  30.  - orbital{onTick=BugAuraEffect;r=1;points=32;duration=100;OY=0.7}
  31. BugAuraEffect:
  32.   Skills:
  33.  - effect:particles{p=happy_villager;a=1;hs=0.1;vs=0.1} @Origin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement