Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. TwoLivesLunge:
  2. Cooldown: 12
  3. Conditions:
  4. - targetwithin 25
  5. - offgcd
  6. Skills:
  7. - gcd{ticks=280} @self
  8. - stun{duration=60} @self
  9. - sound{s=entity.tnt.primed;p=0.5;v=2} @self
  10. - particles{particle=angryvillager;ammount=12;hS=0.5;vs=0.5;repeat=10;repeatinterval=6} @self
  11. - delay 60
  12. - leap{v=140;repeat=6;repeatinterval=1} @target
  13. - effect:explode @self
  14. - skill{s=TwoLivesLungeHit;repeat=120;repeatinterval=1}
  15. - delay 1
  16. - jump{v=1}
  17.  
  18.  
  19. TwoLivesDeath:
  20. Skills:
  21. - summon{type=TwoLivesDead} @self
  22. - throw{velocity=14;repeat=150;repeatinterval=1;vy=0} @entitiesnearorigin{r=3}
  23. - throw{velocity=14;repeat=150;repeatinterval=1;vy=0} @playersnearorigin{r=3}
  24. - particles{particle=happyvillager;a=80;hS=1.4;vS=1.4;repeatinterval=2;vy=0;repeat=62} @origin
  25. - delay 150
  26. - particles{particle=hugeexplosion;a=3} @origin
  27. #- summon{type=TwoLives} @origin
  28. - effect:explode @origin
  29. - effect:explode @origin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement