Guest User

Untitled

a guest
Oct 18th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. # For more information, check out the plugin manual or join us on Discord:
  2. # http://www.mythicmobs.net
  3. #
  4.  
  5. explosive_shot:
  6. Cooldown: <mmocore.skill.explosive_shot.cooldown>
  7. Skills:
  8. - onShoot{auraName=explosiveshot;onShoot=explosive_shot_arrow;duration=200;charges=1;targetcreative=true;cE=true} @self
  9. ### SKILL USE MESSAGE ###
  10. - message{m="&f[<caster.name>] &7readies an &c[Explosive Shot]"} @PlayersInRadius{r=30}
  11. #########################
  12. explosive_shot_arrow:
  13. Skills:
  14. - setvariable{var=caster.atk;value="%mmocore_stat_attack_damage%"} @self
  15. - sound{s=entity.blaze.shoot;p=1.5} @self
  16. - projectile{bulletType=ARROW;onTick=explosive_shot_tick;onHit=explosive_shot_hit;onEnd=explosive_shot_end;v=25;gravity=0.35;i=1;hR=1;vR=1.5;d=1000;mr=100;hnp=true;syo=1.5;tyo=1.8;sfo=0} @forward{f=10}
  17. explosive_shot_tick:
  18. Skills:
  19. - effect:particles{p=flame;a=5;speed=0.35}
  20. explosive_shot_hit:
  21. Skills:
  22. - damage{amount=(<mmocore.skill.explosive_shot.damage>+<caster.var.atk>);pi=true}
  23. explosive_shot_end:
  24. Skills:
  25. - effect:particles{p=explosion_huge;a=1;speed=0.1}
  26. - sound{s=entity.generic.explode;p=1} @origin
  27. - throw{velocity=15;velocityY=5} @entitiesnearorigin{r=5;ignore=players}
  28. - damage{a=(<mmocore.skill.explosive_shot.damage>+<caster.var.atk>)} @entitiesnearorigin{r=10}
Add Comment
Please, Sign In to add comment