Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. {
  2. "particle_count_spawn": 50,
  3. "particle_count_activated": 3.0,
  4. "non_upgraded_spawning_radius": 4,
  5. "non_upgraded_count": {
  6. "min": 1.0,
  7. "max": 2.0
  8. },
  9. "upgrade_count_effectiveness": {
  10. "min": 0.2,
  11. "max": 0.5
  12. },
  13. "upgrade_count_radius_effectiveness": 0.15,
  14. "non_upgraded_range": 4,
  15. "upgrade_range_effectiveness": 4,
  16. "non_upgraded_delay": {
  17. "min": 10000.0,
  18. "max": 20000.0
  19. },
  20. "upgrade_delay_effectiveness": {
  21. "min": 0.8,
  22. "max": 1.0
  23. },
  24. "soulbook_essence_required_to_insert": 0.5,
  25. "soulbook_uses": 256,
  26. "efficiency_upgrade_range": {
  27. "min": 1.0,
  28. "max": 0.3
  29. },
  30. "midnight_jewel_range": 16,
  31. "midnight_jewel_count": {
  32. "min": 2.0,
  33. "max": 4.0
  34. },
  35. "midnight_jewel_delay": {
  36. "min": 500.0,
  37. "max": 1000.0
  38. },
  39. "midnight_jewel_spawning_radius": 4,
  40. "midnight_jewel_soulbook_essence_quantity": {
  41. "min": 1.0,
  42. "max": 5.0
  43. },
  44. "style_potion_effects": {
  45. "normal": [
  46. {
  47. "effect": "water_breathing",
  48. "duration": 6000,
  49. "chance": 0.1
  50. },
  51. {
  52. "effect": "strength",
  53. "duration": 6000,
  54. "chance": 0.1
  55. },
  56. {
  57. "effect": "slowness",
  58. "duration": 6000,
  59. "chance": 0.1
  60. },
  61. {
  62. "effect": "invisibility",
  63. "duration": 6000,
  64. "chance": 0.1
  65. },
  66. {
  67. "effect": "weakness",
  68. "duration": 6000,
  69. "chance": 0.1
  70. },
  71. {
  72. "effect": "regeneration",
  73. "duration": 6000,
  74. "chance": 0.1
  75. },
  76. {
  77. "effect": "speed",
  78. "duration": 6000,
  79. "chance": 0.1
  80. },
  81. {
  82. "effect": "resistance",
  83. "duration": 6000,
  84. "chance": 0.1
  85. }
  86. ],
  87. "end_stone": [
  88. {
  89. "effect": "speed",
  90. "duration": 6000,
  91. "chance": 0.1
  92. },
  93. {
  94. "effect": "absorption",
  95. "duration": 6000,
  96. "chance": 0.5
  97. },
  98. {
  99. "effect": "strength",
  100. "duration": 6000,
  101. "chance": 0.2
  102. }
  103. ],
  104. "wood": [
  105. {
  106. "effect": "slowness",
  107. "duration": 6000,
  108. "chance": 0.2
  109. },
  110. {
  111. "effect": "resistance",
  112. "duration": 6000,
  113. "chance": 0.5
  114. },
  115. {
  116. "effect": "poison",
  117. "duration": 6000,
  118. "chance": 0.1
  119. }
  120. ],
  121. "blaze": [
  122. {
  123. "effect": "fire_resistance",
  124. "duration": 6000,
  125. "chance": 0.5
  126. },
  127. {
  128. "effect": "regeneration",
  129. "duration": 6000,
  130. "chance": 0.2
  131. },
  132. {
  133. "effect": "weakness",
  134. "duration": 6000,
  135. "chance": 0.1
  136. }
  137. ],
  138. "stone": [
  139. {
  140. "effect": "glowing",
  141. "duration": 6000,
  142. "chance": 0.1
  143. },
  144. {
  145. "effect": "invisibility",
  146. "duration": 6000,
  147. "chance": 0.5
  148. },
  149. {
  150. "effect": "wither",
  151. "duration": 6000,
  152. "chance": 0.1
  153. }
  154. ]
  155. },
  156. "max_upgrades": {
  157. "count": 16,
  158. "delay": 16,
  159. "range": 16,
  160. "efficiency": 16,
  161. "crystal_dark": 16
  162. }
  163. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement