Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. display:
  2. name: 'Člověk'
  3.  
  4. options:
  5. default: true
  6. display: true
  7.  
  8. # Only regens when out of combat
  9. off-combat-health-regen: true
  10. off-combat-mana-regen: true
  11.  
  12. attributes:
  13. mana-regeneration:
  14. base: 0.5
  15. per-level: 0.25
  16. max-mana:
  17. base: 20
  18. per-level: 1
  19. max-health:
  20. base: 20
  21. per-level: 1.5
  22. attack-damage:
  23. base: 1
  24. per-level: 1.5
  25.  
  26. resource:
  27. health:
  28. type: MAX
  29. value:
  30. base: 1
  31. per-level: 1
  32. max: 2
  33. off-combat: true
  34.  
  35. mana:
  36. char: ■
  37. color: BLUE
  38. name: 'Mana'
  39.  
  40. triggers:
  41. level-up-2:
  42. - 'message{format="Odemkl jsi"}'
  43. - 'message{format="Klátič nemrtvých"}'
  44. - 'item{type=DIAMOND;amount=1}'
  45. - 'command{format="lp user %player% parent set lvl2"}'
  46. level-up-99:
  47. - 'command{format="mmocore admin skill-points give %player% 1"}'
  48.  
  49. # Experience sources for main class experience.
  50. main-exp-sources:
  51. - 'killmythicmob{type=PeacefulZombie;amount=2-5}'
  52. - 'killmythicmob{type=Drownedpirate;amount=4-9}'
  53. - 'killmythicmob{type=Piglin;amount=6-13}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement