Advertisement
Guest User

magicSwords JSON

a guest
Oct 18th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. {
  2.  
  3. "slot": "mainhand",
  4. "whitelist": [
  5. {
  6. "item":"minecraft:golden_sword"
  7. },
  8. {
  9. "item":"botania:thundersword"
  10. },
  11. {
  12. "item":"botania:starsword"
  13. },
  14. {
  15. "item":"botania:terrasword"
  16. },
  17. {
  18. "item":"botania:elementiumsword"
  19. },
  20. {
  21. "item":"botania:manasteelsword"
  22. }
  23. ],
  24. "qualities": [
  25. {
  26. "name": "Swift",
  27. "color": "blue",
  28. "weight": 10,
  29. "attributes": [
  30. {
  31. "name": "mkultra.cooldown_rate",
  32. "amount": 0.1,
  33. "operation": 2
  34. },
  35. {
  36. "name": "mkultra.magicAttackDamage",
  37. "amount": 1,
  38. "operation": 0
  39. },
  40. {
  41. "name": "mkultra.maxMana",
  42. "amount": 1,
  43. "operation": 0
  44. },
  45. {
  46. "name": "generic.attackSpeed",
  47. "amount": 0.1,
  48. "operation": 2
  49. }
  50. ]
  51. },
  52. {
  53. "name": "Regenerative",
  54. "color": "blue",
  55. "weight": 10,
  56. "attributes": [
  57. {
  58. "name": "mkultra.manaRegen",
  59. "amount": 1,
  60. "operation": 0
  61. },
  62. {
  63. "name": "mkultra.magicAttackDamage",
  64. "amount": 1,
  65. "operation": 0
  66. },
  67. {
  68. "name": "mkultra.maxMana",
  69. "amount": 1,
  70. "operation": 0
  71. }
  72. ]
  73. },
  74. {
  75. "name": "Enduring",
  76. "color": "blue",
  77. "weight": 10,
  78. "attributes": [
  79. {
  80. "name": "mkultra.maxMana",
  81. "amount": 5,
  82. "operation": 0
  83. },
  84. {
  85. "name": "mkultra.magicAttackDamage",
  86. "amount": 1,
  87. "operation": 0
  88. }
  89. ]
  90. },
  91. {
  92. "name": "Destructive",
  93. "color": "blue",
  94. "weight": 10,
  95. "attributes": [
  96. {
  97. "name": "mkultra.magicAttackDamage",
  98. "amount": 2,
  99. "operation": 0
  100. },
  101. {
  102. "name": "mkultra.maxMana",
  103. "amount": 1,
  104. "operation": 0
  105. }
  106. ]
  107. },
  108. {
  109. "name": "Furious",
  110. "color": "blue",
  111. "weight": 10,
  112. "attributes": [
  113. {
  114. "name": "mkultra.spell_crit_chance",
  115. "amount": 0.05,
  116. "operation": 0
  117. },
  118. {
  119. "name": "mkultra.spell_crit_damage",
  120. "amount": 0.1,
  121. "operation": 0
  122. },
  123. {
  124. "name": "mkultra.melee_crit_chance",
  125. "amount": 0.05,
  126. "operation": 0
  127. },
  128. {
  129. "name": "mkultra.meleeCritDamage",
  130. "amount": 0.1,
  131. "operation": 0
  132. },
  133. {
  134. "name": "mkultra.magicAttackDamage",
  135. "amount": 1,
  136. "operation": 0
  137. },
  138. {
  139. "name": "mkultra.maxMana",
  140. "amount": 1,
  141. "operation": 0
  142. }
  143. ]
  144. }
  145. ]
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement