Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. display:
  2. name: 'Leviathan'
  3. lore:
  4. # - 'The warrior has extraordinary fighting and'
  5. # - 'evolving capabilities, which grant him much'
  6. # - 'higher per-level stats than other classes.'
  7. # - ''
  8. # - '&8&lStrength'
  9. # - '&7 Attack Damage: &c2 &7(+&c0.1&7)'
  10. # - '&7 Attack Speed: &c4.2 &7(+&c0.05&7)'
  11. # - '&7 Max Health: &c24 &7(+&c0.5&7)'
  12. # - ''
  13. # - '&8&lDexterity'
  14. # - '&7 Knockback Resistance: &a0% &7(+&a0%&7)'
  15. # - '&7 Movement Speed: &a20 &7(+&a0&7)'
  16. # - '&7 Speed Malus Reduction: &a40% &7(+&a2%&7)'
  17. # - ''
  18. # - '&8&lIntellect'
  19. # - '&7 Max Mana: &920 &7(+&90&7)'
  20. # - '&7 Health Regen: &90.1 &7(+&90&7)'
  21. # - '&7 Mana Regen: &90.166 &7(+&90&7)'
  22. item: DIRT
  23.  
  24. max-level:30
  25.  
  26. mana:
  27. char: ≈
  28. color: TEAL
  29. name: 'Tide'
  30.  
  31. attributes:
  32. max-health:
  33. base: 20
  34. per-level: 0.2334
  35. health-regeneration:
  36. base: 0.1
  37. per-level: 0.001334
  38. max-mana:
  39. base: 20
  40. per-level: 0.2
  41. mana-regeneration:
  42. base: 1
  43. per-level: 0.02
  44. armor:
  45. base: 0
  46. per-level: 0
  47. attack-damage:
  48. base: 1
  49. per-level: 0.1334
  50. attack-speed:
  51. base: 4
  52. per-level: 0
  53. movement-speed:
  54. base: 0.2
  55. per-level: 0
  56. max-stellium:
  57. base: 30
  58. per-level: 0
  59. stellium-regeneration:
  60. base: 0.0002779
  61. per-level: 0
  62. physical-damage:
  63. base: 0
  64. per-level: 0.1667
  65. magical-damage:
  66. base: 0
  67. per-level: 0.1667
  68. projectile-damage:
  69. base: 0
  70. per-level: -0.3
  71.  
  72. options:
  73. display: false
  74.  
  75. main-exp-sources:
  76.  
  77. - 'killmob{type=BLAZE;amount=7-10}'
  78. - 'killmob{type=CAVE_SPIDER;amount=3-5}'
  79. - 'killmob{type=CREEPER;amount=4-6}'
  80. - 'killmob{type=DROWNED;amount=4-6}'
  81. - 'killmob{type=ELDER_GUARDIAN;amount=49-51}'
  82. - 'killmob{type=ENDER_DRAGON;amount=99-109}'
  83. - 'killmob{type=ENDERMAN;amount=8-11}'
  84. - 'killmob{type=ENDERMITE;amount=7-10}'
  85. - 'killmob{type=EVOKER;amount=6-9}'
  86. - 'killmob{type=GHAST;amount=6-9}'
  87. - 'killmob{type=GIANT;amount=35-38}'
  88. - 'killmob{type=GUARDIAN;amount=8-11}'
  89. - 'killmob{type=HUSK;amount=3-6}'
  90. - 'killmob{type=ILLUSIONER;amount=6-9}'
  91. - 'killmob{type=MAGMA_CUBE;amount=6-9}'
  92. - 'killmob{type=PHANTOM;amount=5-8}'
  93. - 'killmob{type=PIG_ZOMBIE;amount=7-10}'
  94. - 'killmob{type=POLAR_BEAR;amount=4-7}'
  95. - 'killmob{type=SILVERFISH;amount=3-6}'
  96. - 'killmob{type=SKELETON;amount=4-6}'
  97. - 'killmob{type=SHULKER;amount=10-13}'
  98. - 'killmob{type=SLIME;amount=3-5}'
  99. - 'killmob{type=SPIDER;amount=4-6}'
  100. - 'killmob{type=STRAY;amount=4-6}'
  101. - 'killmob{type=VEX;amount=5-7}'
  102. - 'killmob{type=VINDICATOR;amount=5-7}'
  103. - 'killmob{type=WITCH;amount=4-6}'
  104. - 'killmob{type=WITHER;amount=48-51}'
  105. - 'killmob{type=WITHER_SKELETON;amount=7-9}'
  106. - 'killmob{type=WOLF;amount=2-5}'
  107. - 'killmob{type=ZOMBIE;amount=4-6}'
  108. - 'killmob{type=ZOMBIE_VILLAGER;amount=4-6}'
  109. - 'killmob{type=PILLAGER;amount=9-11}'
  110. - 'killmob{type=RAVAGER;amount=4-6}'
  111.  
  112. triggers:
  113. level-up:
  114. - 'command{format="mmocore admin attribute-points give %player% 1"}'
  115.  
  116. class-chosen:
  117. - 'mmoitem{type=LANCE;id=LEVIATHANN;amount=1}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement