Advertisement
ReshiStar

Untitled

Jan 9th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. # This is the way stats are organized in the item lore.
  2. # You can remove or change line positions as much as you like to.
  3. # Make sure each line ONLY has the placeholder as text.
  4. #
  5. # The lines starting with {bar} are strips that will be
  6. # removed from the lore if there is nothing under it.
  7. # The lines starting with {sbar} will stay whatever is below them.
  8.  
  9. lore-format:
  10. - '#durability-state#'
  11. # - '{bar}&8&m--------&f&l &nGeneral&8 &m--------------'
  12. - '#two-handed#'
  13. - '#mana-cost#'
  14. - '{sbar}&8&m----------------------------------'
  15. - '#required-class#'
  16. - '#required-level#'
  17. - '#required-strength#'
  18. - '#required-dexterity#'
  19. - '#required-intelligence#'
  20. - '#required-exploration#'
  21. - '#required-defense#'
  22. - '#required-wealth#'
  23. - '#required-blades#'
  24. - '#required-spears#'
  25. - '#required-magic#'
  26. - '#required-melee#'
  27. - '#required-archery#'
  28. - '#required-labour#'
  29. - '#required-taming#'
  30. - '#required-leadership#'
  31. - '#required-raiding#'
  32. - '#required-lightfaith#'
  33. - '#required-darkfaith#'
  34. - '#success-rate#'
  35. - '{bar}'
  36. # - '{bar}&8&m--------&2&l &nElements&8 &m--------------'
  37. - '{bar}'
  38. - '#pickaxe-power#'
  39. - '#attack-damage#'
  40. - '#attack-speed#'
  41. - '#range#'
  42. - '#arrow-velocity#'
  43. - '{bar}'
  44. - '#critical-strike-power#'
  45. - '#critical-strike-chance#'
  46. - '{bar}'
  47. - '#fire-damage#'
  48. - '#ice-damage#'
  49. - '#wind-damage#'
  50. - '#earth-damage#'
  51. - '#thunder-damage#'
  52. - '#water-damage#'
  53. - '#light-damage#'
  54. - '#darkness-damage#'
  55. # - '{bar}&8&m--------&2&l &nElements&8 &m--------------'
  56. - '{bar}'
  57. - '#armor#'
  58. - '#armor-toughness#'
  59. - '{bar}'
  60. - '#fire-defense#'
  61. - '#ice-defense#'
  62. - '#wind-defense#'
  63. - '#earth-defense#'
  64. - '#thunder-defense#'
  65. - '#water-defense#'
  66. - '#light-defense#'
  67. - '#darkness-defense#'
  68. - '{bar}'
  69. - '#block-power#'
  70. - '#block-rating#'
  71. - '#block-cooldown-reduction#'
  72. - '#dodge-rating#'
  73. - '#dodge-cooldown-reduction#'
  74. - '#parry-rating#'
  75. - '#parry-cooldown-reduction#'
  76. - '#knockback-resistance#'
  77. - '#skill-cooldown-reduction#'
  78. - '{bar}'
  79. - '#damage-reduction#'
  80. - '#fall-damage-reduction#'
  81. - '#fire-damage-reduction#'
  82. - '#magic-damage-reduction#'
  83. - '#projectile-damage-reduction#'
  84. - '#physical-damage-reduction#'
  85. - '{bar}'
  86. #- '#stamina-cost#'
  87. # - '{bar}&8&m--------&f&l &nStatistics&8 &m-------------'
  88. - '#max-health#'
  89. - '#regeneration#'
  90. - '#restore-health#'
  91. - '#max-mana#'
  92. - '#mana-regeneration#'
  93. - '#restore-mana#'
  94. #- '#max-stamina#'
  95. #- '#stamina-regeneration#'
  96. #- '#restore-stamina#'
  97. #- '#restore-food#'
  98. #- '#restore-saturation#'
  99. # - '{bar}&8&m--------&f&l &nStatistics&8 &m-------------'
  100. #- '#can-deconstruct#'
  101. - '{bar}'
  102. - '#can-identify#'
  103. - '#knockback#'
  104. - '#recoil#'
  105. - '#note-weight#'
  106. - '#pvp-damage#'
  107. - '#pve-damage#'
  108. - '#blunt-power#'
  109. - '#blunt-rating#'
  110. - '#weapon-damage#'
  111. - '#magic-damage#'
  112. - '#skill-damage#'
  113. - '#physical-damage#'
  114. - '#projectile-damage#'
  115. - '#undead-damage#'
  116.  
  117.  
  118. - '#movement-speed#'
  119. - '#staff-spirit#'
  120. - '#lute-attack-effect#'
  121. #- '#autosmelt#'
  122. #- '#bouncing-crack#'
  123. #- '#soulbinding-chance#'
  124. #- '#soulbound-break-chance#'
  125. #- '#soulbound-level#'
  126. #- '#repair#'
  127. - '#item-cooldown#'
  128. - '#additional-experience#'
  129.  
  130. # - '{bar}&8&m--------&b&l &nEffects&8 &m---------------'
  131. - '{bar}'
  132. - '#effects#'
  133. # - '{bar}&8&m--------&b&l &nAbilities&8 &m--------------'
  134. - '{bar}'
  135. - '#commands#'
  136. # - '{bar}&8&m--------&b&l &nEffects&8 &m---------------'
  137. # - '#perm-effects#'
  138. - '{bar}'
  139. - '{bar}'
  140. - '#soulbound#'
  141. - '{sbar}&8&m----------------------------------'
  142. - '#tier#'
  143. - '{sbar}&8&m----------------------------------'
  144. # - '{bar}&8&m--------&e&l &nGem Stones&8 &m-----------'
  145. - '#gem-stones#'
  146. - '#gem-stone-lore#'
  147. - '{bar}'
  148. # - '{sbar}&8&m--------------------------------'
  149. - '#set#'
  150. - '{bar}'
  151. - '#lore#'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement