Advertisement
Guest User

Test Skill

a guest
Oct 15th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Test:
  2. Conditions:
  3. Cooldown:
  4. Skills:
  5. - projectile{onTick=TestTick;onHit=TestHit;onEnd=TestEnd;i=1;v=5;mr=20;hnp=true;g=0.3} @Forward{f=0.1;y=0.0}
  6.  
  7. TestTick:
  8. Conditions:
  9. Cooldown:
  10. Skills:
  11. - effect:particles{particle=spell_mob;color#621CED;a=30;hs=0.2;vs=0.2} @origin
  12. - effect:particles{particle=spell_mob;color#46076E;a=20;hs=0.1;vs=0.1} @origin
  13.  
  14. TestHit:
  15. Conditions:
  16. Cooldown:
  17. Skills:
  18. - damage{a=5}
  19.  
  20. TestEnd:
  21. Conditions:
  22. Cooldown:
  23. Skills:
  24. - effect:particles{particle=explosion_normal;a=20;hs=0.3;vs=0.3} @origin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement