Advertisement
VOrlando520

Untitled

Nov 3rd, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. {
  2. "modifiers": false,
  3. "minGTSPrice": 1000,
  4. "maxGTSPrice": 50000,
  5. "minAHStartPrice": 1000,
  6. "maxAHStartPrice": 50000,
  7. "minAHBid": 100,
  8. "maxAHBid": 5000,
  9. "stsPrice": 0,
  10. "inner": [
  11. {
  12. "item": "*",
  13. "modifiers": false,
  14. "minGTSPrice": 100,
  15. "maxGTSPrice": 20000,
  16. "minAHStartPrice": 100,
  17. "maxAHStartPrice": 20000,
  18. "minAHBid": 50,
  19. "maxAHBid": 500,
  20. "stsPrice": 0,
  21. "inner": []
  22. },
  23. {
  24. "spec": "*",
  25. "modifiers": false,
  26. "minGTSPrice": 100,
  27. "maxGTSPrice": 20000,
  28. "minAHStartPrice": 100,
  29. "maxAHStartPrice": 20000,
  30. "minAHBid": 50,
  31. "maxAHBid": 500,
  32. "stsPrice": 0,
  33. "inner": [
  34. {
  35. "spec": "shiny",
  36. "modifiers": true,
  37. "minGTSPrice": 50000,
  38. "maxGTSPrice": 100000,
  39. "minAHStartPrice": 1000,
  40. "maxAHStartPrice": 50000,
  41. "minAHBid": 100,
  42. "maxAHBid": 5000,
  43. "stsPrice": 0,
  44. "priceModifier": 1.5,
  45. "bidModifier": 1.0,
  46. "inner": []
  47. },
  48. {
  49. "spec": "ability:2",
  50. "modifiers": true,
  51. "minGTSPrice": 60000,
  52. "maxGTSPrice": 65000,
  53. "minAHStartPrice": 1000,
  54. "maxAHStartPrice": 50000,
  55. "minAHBid": 100,
  56. "maxAHBid": 5000,
  57. "stsPrice": 0,
  58. "priceModifier": 2.0,
  59. "bidModifier": 1.0,
  60. "inner": []
  61. },
  62. {
  63. "spec": "Moltres",
  64. "modifiers": false,
  65. "minGTSPrice": 40000,
  66. "maxGTSPrice": 150000,
  67. "minAHStartPrice": 5000,
  68. "maxAHStartPrice": 150000,
  69. "minAHBid": 500,
  70. "maxAHBid": 5000,
  71. "stsPrice": 10000,
  72. "inner": []
  73. },
  74. {
  75. "spec": "Articuno",
  76. "modifiers": false,
  77. "minGTSPrice": 40000,
  78. "maxGTSPrice": 150000,
  79. "minAHStartPrice": 5000,
  80. "maxAHStartPrice": 150000,
  81. "minAHBid": 500,
  82. "maxAHBid": 5000,
  83. "stsPrice": 10000,
  84. "inner": []
  85. },
  86. {
  87. "spec": "Zapdos",
  88. "modifiers": false,
  89. "minGTSPrice": 40000,
  90. "maxGTSPrice": 150000,
  91. "minAHStartPrice": 5000,
  92. "maxAHStartPrice": 150000,
  93. "minAHBid": 500,
  94. "maxAHBid": 5000,
  95. "stsPrice": 10000,
  96. "inner": []
  97. },
  98. {
  99. "spec": "Mew",
  100. "modifiers": false,
  101. "minGTSPrice": 220000,
  102. "maxGTSPrice": 300000,
  103. "minAHStartPrice": 5000,
  104. "maxAHStartPrice": 150000,
  105. "minAHBid": 500,
  106. "maxAHBid": 5000,
  107. "stsPrice": 10000,
  108. "inner": [
  109. {
  110. "spec": "clone:1",
  111. "modifiers": false,
  112. "minGTSPrice": 170000,
  113. "maxGTSPrice": 190000,
  114. "minAHStartPrice": 5000,
  115. "maxAHStartPrice": 150000,
  116. "minAHBid": 500,
  117. "maxAHBid": 5000,
  118. "stsPrice": 10000,
  119. "inner": []
  120. },
  121. {
  122. "spec": "clone:2",
  123. "modifiers": false,
  124. "minGTSPrice": 120000,
  125. "maxGTSPrice": 130000,
  126. "minAHStartPrice": 5000,
  127. "maxAHStartPrice": 150000,
  128. "minAHBid": 500,
  129. "maxAHBid": 5000,
  130. "stsPrice": 10000,
  131. "inner": []
  132. },
  133. {
  134. "spec": "clone:3",
  135. "modifiers": false,
  136. "minGTSPrice": 70000,
  137. "maxGTSPrice": 80000,
  138. "minAHStartPrice": 5000,
  139. "maxAHStartPrice": 150000,
  140. "minAHBid": 500,
  141. "maxAHBid": 5000,
  142. "stsPrice": 10000,
  143. "inner": []
  144. }
  145. ]
  146. },
  147. {
  148. "spec": "Mewtwo",
  149. "modifiers": false,
  150. "minGTSPrice": 140000,
  151. "maxGTSPrice": 160000,
  152. "minAHStartPrice": 5000,
  153. "maxAHStartPrice": 150000,
  154. "minAHBid": 500,
  155. "maxAHBid": 5000,
  156. "stsPrice": 10000,
  157. "inner": []
  158. }
  159. ]
  160. }
  161. ]
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement