Advertisement
Guest User

Grapple skill

a guest
Dec 24th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Grapple:
  2. Skills:
  3. - projectile{onTick=Grapple_Tick;onHit=Grapple_Hit;v=15;i=1;vR=1;hNp=true} @targetlocation
  4. - addtag{t=grappling} @self
  5. Grapple_Tick:
  6. TargetConditions:
  7. - hastag{t=grappling} @self
  8. Skills:
  9. - effect:particles{p=reddust;color=#000000;amount=10;speed=2;hS=0;vS=0.1} @origin
  10. - skill:Grapple_Block_Tick
  11. Grapple_Block_Tick:
  12. TargetConditions:
  13. - blockType{type=OAK_LEAVES} true
  14. - hastag{t=grappling} @self
  15. Skills:
  16. - skill:Grapple_Hit
  17. Grapple_Hit:
  18. TargetConditions:
  19. - blockType{type=DIRT,GRASS_BLOCK,GRAVEL,SAND,SNOW_BLOCK,SNOW} false
  20. - hastag{t=grappling}
  21. Skills:
  22. - pull{v=6;to=true} @self
  23. - removetag{t=grappling} @self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement