Advertisement
Aladalar

Untitled

Jul 23rd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. [{
  2. "name":"Berserk",
  3. "legs": {
  4. "name":"Leggins of Odin's Might",
  5. "item": "chainmail_leggings",
  6. "armor": 6,
  7. "lore": "When the shits aint bearable, then will come bersekr might"},
  8. "feets": {
  9. "name":"Thors Lightning Boots",
  10. "item": "chainmail_boots",
  11. "enchant": ["protection"],
  12. "enchant_level": [5],
  13. "armor": 6,
  14. "lore": "Even the Thor was sweating in them"},
  15. "weapon": {
  16. "name":"Asgardian weapon",
  17. "item": "diamond_axe",
  18. "damage": 6,
  19. "enchant": ["fire_aspect", "sharpness"],
  20. "enchant_level": [3, 5],
  21. "lore": "Weapon worthy even for gods!"}
  22. },
  23. {
  24. "name":"Rogue",
  25. "head": {
  26. "name":"Swallow's nest",
  27. "item": "leather_helmet",
  28. "enchant": ["protection"],
  29. "enchant_level": [2],
  30. "armor": 2,
  31. "lore": "Really? Birds nest aint best head protection."},
  32. "body": {
  33. "name":"Dont want this",
  34. "item": "leather_chestplate",
  35. "enchant": ["protection"],
  36. "enchant_level": [2],
  37. "armor": 2,
  38. "lore": "Well, it's tracksuit of dead men"},
  39. "legs": {
  40. "name":"Sweatpants",
  41. "item": "leather_leggings",
  42. "enchant": ["protection"],
  43. "enchant_level": [3],
  44. "armor": 2,
  45. "lore": "Even if you shit them, they will protect you"},
  46. "feets": {
  47. "name":"Boots of Mercury",
  48. "item": "leather_boots",
  49. "enchant": ["feather_falling"],
  50. "enchant_level": [1],
  51. "armor": 2,
  52. "lore": "Even Usain Bolt want them"},
  53. "weapon": {
  54. "name":"Godasker",
  55. "item": "golden_sword",
  56. "damage": 5,
  57. "enchant": ["sharpness"],
  58. "enchant_level": [3],
  59. "lore": "Ask a god for this shit."}
  60. },
  61. {
  62. "name":"hunter",
  63. "head": {
  64. "name":"Eagle eye",
  65. "item": "chainmail_helmet",
  66. "enchant": ["protection"],
  67. "enchant_level": [3],
  68. "armor": 5,
  69. "lore": "Eagle always will have better sight then you."},
  70. "body": {
  71. "name":"Fox hide",
  72. "item": "leather_chestplate",
  73. "enchant": ["protection"],
  74. "enchant_level": [3],
  75. "armor": 5,
  76. "lore": "This aint orginary fox hide"},
  77. "legs": {
  78. "name":"Cavemands trousers",
  79. "item": "leather_leggings",
  80. "enchant": ["protection"],
  81. "enchant_level": [3],
  82. "armor": 5,
  83. "lore": "With light breeze in it"},
  84. "feets": {
  85. "name":"Ninja's boots",
  86. "item": "chainmail_leggings",
  87. "enchant": ["protection"],
  88. "enchant_level": [2],
  89. "armor": 5,
  90. "lore": "Boots are primary armor type"},
  91. "weapon": {
  92. "name":"Bow of Oddysey",
  93. "item": "bow",
  94. "damage": 6,
  95. "enchant": ["flame", "power"],
  96. "enchant_level": [2, 3],
  97. "lore": "Just a bow with fancy name"}
  98. },
  99. {
  100. "name":"Tank",
  101. "head": {
  102. "name":"Bulls Helmet",
  103. "item": "iron_helmet",
  104. "enchant": ["protection", "fire_protection", "projectile_protection", "thorns"],
  105. "enchant_level": [4, 3, 4, 3],
  106. "armor": 5,
  107. "lore": "Well it havent horns but still usable."},
  108. "body": {
  109. "name":"Thors armor",
  110. "item": "iron_chestplate",
  111. "enchant": ["protection", "fire_protection", "projectile_protection", "thorns"],
  112. "enchant_level": [4, 4, 4, 2],
  113. "armor": 5,
  114. "lore": "Thor doesnt fit in it anymore"},
  115. "legs": {
  116. "name":"Muardins shorts",
  117. "item": "iron_leggings",
  118. "enchant": ["protection", "fire_protection", "projectile_protection", "thorns"],
  119. "enchant_level": [5, 5, 5, 1],
  120. "armor": 5,
  121. "lore": "To small for his package"},
  122. "feets": {
  123. "name":"Nauticu's boots",
  124. "item": "iron_boots",
  125. "enchant": ["protection", "fire_protection", "projectile_protection", "thorns"],
  126. "enchant_level": [3, 4, 3, 3],
  127. "armor": 2,
  128. "lore": "They are so heravy you dont want to get stomp at your feet"},
  129. "weapon": {
  130. "name":"Better than bare hand",
  131. "item": "golden_sword",
  132. "damage": 3,
  133. "enchant_level": [2],
  134. "enchant": ["sharpness"],
  135. "lore": "Well you cant afford real weapon"}
  136.  
  137. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement