Advertisement
Kichiro

Untitled

Aug 14th, 2019
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ShootHeal_SKL:
  2. Cooldown: 0
  3. Conditions:
  4. Skills:
  5. - effect:particles{particle=villager_happy;amount=200;hS=1.0;vS=1.0} @self
  6. - sound{s=entity.wither.shoot;v=2.0;p=0.75} @self
  7. - projectile{onTick=SKL-Tick;onHit=SKL-Hit;v=8;i=2;hR=0.25;vR=0.25;StopAtEntity=true;HitNonPlayers=true} @Parent
  8.  
  9. SKL-Tick:
  10. Skills:
  11. - effect:particles{p=villager_happy;amount=25;hS=0.2;vS=0.2;speed=15} @origin
  12. - effect:particles{p=villager_happy;amount=25;hS=0.2;vS=0.2;speed=15} @origin
  13. - effect:particles{p=villager_happy;amount=25;hS=0.2;vS=0.2;speed=15} @origin
  14. - effect:particles{p=villager_happy;amount=25;hS=0.2;vS=0.2;speed=15} @origin
  15.  
  16. SKL-Hit:
  17. Skills:
  18. - effect:particles{p=villager_happy;amount=50;hS=1.2;vS=1.2;speed=1} @Parent
  19. - sound{s=entity.wither.hurt;v=1.5;p=1.0} @Parent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement