Advertisement
nabe0929

Untitled

Jun 18th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. DrainShot:
  2. Skills:
  3. - projectile{onTick=DrainShot-Tick;onHit=DrainShot-Hit;v=4;d=160;i=1;hR=1;vR=1}
  4. DrainShot-Tick:
  5. Skills:
  6. - effect:particles{p=happyVillager;amount=5;speed=0;hS=0.2;vS=0.2} @origin
  7. DrainShot-Hit:
  8. Skills:
  9. - effect:particlesphere{particle=totem;amount=50;radius=2} @origin
  10. - damage{a=10}
  11. - heal{a=10}
  12. GuardSeed:
  13. Skills:
  14. - effect:particles{particle=reddust;amount=100;hS=1;vS=1;speed=5;color=#00FF00} @self
  15. - delay 20
  16. - effect:particlesphere{particle=cloud;amount=50;radius=3} @self
  17. - potion{type=SLOW;duration=200;lvl=2} @self
  18. - potion{type=RESISTANCE;duration=200;lvl=2} @self
  19. SummonMinion:
  20. Skills:
  21. - effect:particles{particle=reddust;amount=100;hS=1;vS=1;speed=5;color=#000000} @self
  22. - sound{s=block.metal.break;p=0.01} @self
  23. - delay 40
  24. - summon{type=ツリーミニオン;amount=2;radius=3} @self
  25. Suicide:
  26. Skills:
  27. - suicide
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement