cookieXL

Untitled

Jun 12th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Flames:
  2. Skills:
  3. - projectile{onTick=FlamesTick;onHit=FlamesHit;onEnd=FlamesEnd;i=1;v=10;mr=25;sB=true;hp=false;hnp=true;sE=true;syo=1} @targetlocation
  4. - sound{s=entity.ghast.shoot;v=2} @self
  5. FlamesTick:
  6. Cooldown: 0
  7. Conditions:
  8. Skills:
  9. - effect:particles{p=smoke;a=2;s=0.01;hS=0.1;vS=0}@Origin
  10. - effect:particles{p=reddust;a=2;s=0.01;hS=0.1;vS=0;}@Origin
  11. FlamesHit:
  12. Cooldown: 0
  13. Conditions:
  14. Skills:
  15. - sound{s=entity.generic.explode} @origin
  16. - damage{a="<mmocore.skill.Flames.damage>"} @target
  17. - ignite{d="<mmocore.skill.Flames.igniteduration>"} @target
  18. FlamesEnd:
  19. Cooldown: 0
  20. Conditions:
  21. Skills:
  22. - sound{s=entity.generic.explode} @origin
  23. - sound{s=entity.generic.burn} @origin
  24. - damage{a="<mmocore.skill.Flames.damage>"} @target
  25. - ignite{d="<mmocore.skill.Flames.igniteduration>"} @target
Add Comment
Please, Sign In to add comment