Advertisement
CABABO2000

Help!

Dec 23rd, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ###########################################################
  2. ##################### MMOCORE Skill #######################
  3. ###########################################################
  4.  
  5.  
  6. mythicmobs-skill-id: BStomp
  7.  
  8. name: Stomp
  9. lore:
  10. - 'Leap into the air and land with'
  11. - 'a crushing force that deals {damage} &7damage.'
  12. - ''
  13. - '&3Costs {mana} Mana'
  14. - '&e{cooldown}s Cooldown'
  15. material: DIAMOND_BOOTS
  16.  
  17.  
  18. ###########################################################
  19. ####################### MM SKILL ##########################
  20. ###########################################################
  21.  
  22.  
  23. BStomp:
  24. Skills:
  25. - lunge{velocity=1.5;velocityY=1} @Forward{f=10;y=0.0}
  26. - effect:particles{p=reddust;c=#dddbdb;;a=15;y=0.2;hs=0.3;vs=0.2;Size=3} @Self
  27. - delay 20
  28. - velocity{m=set;x=0;y=-2;z=0} @self
  29. - damage{a="<modifier.damage>"} @EntitiesInRadius{r=3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement