Advertisement
Guest User

MMOCore execution.yml

a guest
Mar 25th, 2020
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.36 KB | None | 0 0
  1. # The internal name of the MM skill
  2. mythicmobs-skill-id: Execution
  3.  
  4. name: Execution
  5. lore:
  6. - 'Fire an Arrow that deals heavy damage.'
  7. - 'Execute the target if they have less'
  8. - 'than &4{ratio}% &7HP.'
  9. - ''
  10. - '&e{cooldown}s Cooldown'
  11. material: TIPPED_ARROW
  12. cooldown:
  13.   base: 1 #30
  14.   per-level: -1
  15.   max: 1 #30
  16.   min: 15
  17. ratio:
  18.   base: 15.0
  19.   per-level: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement