Advertisement
Kichiro

Untitled

Dec 8th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. SFM_FireBall:
  2. Conditions:
  3. - playerwithin{d=24}
  4. - playerwithin{d=8} cancel
  5. - targetnotinlineofsight cancel
  6. Cooldown: 5
  7. Skills:
  8. - effect:particles{p=lava;amount=5;hS=0.3;vS=0.3;y=1.25;repeat=6;repeatInterval=5} @Self
  9. - effect:particles{p=block_crack;m=magma_block;amount=5;hS=0.15;vS=0.15;y=1.25;repeat=6;repeatInterval=5} @Self
  10. - delay 30
  11. - projectile{onTick=SFM-Tick;onHit=SFM-Hit;v=12;i=2;hR=1.5;vR=1.5;StartYOffset=1.5;HeightFromSurface=1.75;MaxRange=24;TargetYOffset=0.5} @PIR{r=24;limit=1;sort=NEAREST}
  12. - message{msg="&7&o[&6&o!&7&o] &6&oБой:&7&o Скелет Огненный маг выпускает огненный шар..."} @PIR{r=24}
  13. - effect:sound{s=block.fire.extinguish;v=2;p=1;} @PIR{r=24}
  14.  
  15. SFM-Tick:
  16. Skills:
  17. - effect:particlesphere{p=block_crack;m=magma_block;amount=30;radius=0.15;speed=0} @origin
  18. - effect:particles{p=lava;amount=2;hS=0.1;vS=0.1;speed=0} @origin
  19.  
  20. SFM-Hit:
  21. Skills:
  22. - effect:particles{p=lava;amount=5;hS=0.25;vS=0.25;repeat=15;repeatInterval=10;y=0.75} PIR{r=1}
  23. - effect:particles{p=block_crack;m=magma_block;amount=5;hS=0.25;vS=0.25;repeat=15;repeatInterval=10;y=0.75} PIR{r=1}
  24. - sound{s=entity.generic.explode;v=1.5;p=1.5} PIR{r=1}
  25. - basedamage{m=1.0} PIR{r=1}
  26. - basedamage{m=0.25;repeat=9;repeatInterval=10} PIR{r=1}
  27. - potion{type=SLOW;d=150;level=5} PIR{r=1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement