Advertisement
Fishykarp

V-Snake Skills

Jul 30th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. VSnakeMelee:
  2. Conditions:
  3. - stance body
  4. Skills:
  5. - basedamage{m=1} @PIR:1.5
  6. - effect:particlering{particle=happyvillager;radius=1;points=20;amount:50;hS=0;vS=0.5;yOffset=0.5} @self
  7. - effect:particlering{particle=happyvillager;radius=1;points=3;amount:12;hS=0;vS=0.5;yOffset=0.5} @self
  8. - effect:particlering{particle=happyvillager;radius=1;points=15;amount:4;hS=0;vS=0.5;yOffset=0.5} @self
  9.  
  10. VSnakeRanged:
  11. Conditions:
  12. - stance head
  13. Skills:
  14. - projectile{onTick=VSnakeTick;onHit=VSnakeHit;v=8;i=1;hR=1.5;vR=1.5}
  15. VSnakeTick:
  16. Skills:
  17. - effect:particles{p=slime;amount=25;speed=0;hS=0.2;vS=0.2} @origin
  18. VSnakeHit:
  19. Skills:
  20. - basedamage{m=0.25}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement