Advertisement
miki_sayaka123

market.json

Apr 26th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. {
  2. "@safari": {
  3. "price": [30, 30],
  4. "discountprice": [25, 25],
  5. "delim": 1,
  6. "amt": [100, 100],
  7. "chance": 1,
  8. "discountChance": 0.05,
  9. "silverChance": 0
  10. },
  11. "@great": {
  12. "price": [70, 80],
  13. "discountprice": [50, 60],
  14. "delim": 5,
  15. "amt": [30, 60],
  16. "chance": 1,
  17. "discountChance": 0.05,
  18. "silverChance": 0
  19. },
  20. "@ultra": {
  21. "price": [150, 180],
  22. "discountprice": [120, 130],
  23. "delim": 5,
  24. "amt": [10, 20],
  25. "chance": 1,
  26. "discountChance": 0.05,
  27. "silverChance": 0
  28. },
  29. "@bait": {
  30. "price": [120, 140],
  31. "discountprice": [80, 90],
  32. "delim": 1,
  33. "amt": [50, 50],
  34. "chance": 1,
  35. "discountChance": 0.05,
  36. "silverChance": 0
  37. },
  38. "@gacha": {
  39. "price": [140, 160],
  40. "discountprice": [90, 120],
  41. "amt": [40, 80],
  42. "delim": 5,
  43. "chance": 1,
  44. "discountChance": 0.05,
  45. "silverChance": 0
  46. },
  47. "@box": {
  48. "price": [-1, -1],
  49. "discountprice": [-1, -1],
  50. "amt": [10, 10],
  51. "delim": 1,
  52. "chance": 1,
  53. "discountChance": 0,
  54. "silverChance": 0
  55. },
  56. "@pokeblock": {
  57. "price": [10000, 10000],
  58. "discountprice": [10000, 10000],
  59. "amt": [10, 15],
  60. "chance": 1,
  61. "discountChance": 0.05,
  62. "silverChance": 1,
  63. "silverPrice": [8, 13],
  64. "silverDiscount": [2, 6]
  65. },
  66. "@whtapricorn": {
  67. "price": [170, 200],
  68. "discountprice": [120, 140],
  69. "amt": [10, 20],
  70. "delim": 1,
  71. "chance": 0.2,
  72. "discountChance": 0.05,
  73. "silverChance": 0.5,
  74. "silverPrice": [3, 4],
  75. "silverDiscount": [2, 2]
  76. },
  77. "@blkapricorn": {
  78. "price": [170, 200],
  79. "discountprice": [120, 140],
  80. "amt": [10, 20],
  81. "delim": 1,
  82. "chance": 0.2,
  83. "discountChance": 0.05,
  84. "silverChance": 0.5,
  85. "silverPrice": [3, 4],
  86. "silverDiscount": [2, 2]
  87. },
  88. "@pnkapricorn": {
  89. "price": [170, 200],
  90. "discountprice": [120, 140],
  91. "amt": [10, 20],
  92. "delim": 1,
  93. "chance": 0.2,
  94. "discountChance": 0.05,
  95. "silverChance": 0.5,
  96. "silverPrice": [3, 4],
  97. "silverDiscount": [2, 2]
  98. },
  99. "@bluapricorn": {
  100. "price": [170, 200],
  101. "discountprice": [120, 140],
  102. "amt": [10, 20],
  103. "chance": 0.2,
  104. "discountChance": 0.05,
  105. "silverChance": 0.5,
  106. "silverPrice": [3, 4],
  107. "silverDiscount": [2, 2]
  108. },
  109. "@grnapricorn": {
  110. "price": [170, 200],
  111. "discountprice": [120, 140],
  112. "amt": [10, 20],
  113. "delim": 1,
  114. "chance": 0.2,
  115. "discountChance": 0.05,
  116. "silverChance": 0.5,
  117. "silverPrice": [3, 4],
  118. "silverDiscount": [2, 2]
  119. },
  120. "@redapricorn": {
  121. "price": [200, 240],
  122. "discountprice": [150, 180],
  123. "amt": [10, 20],
  124. "delim": 1,
  125. "chance": 0.2,
  126. "discountChance": 0.05,
  127. "silverChance": 0.75,
  128. "silverPrice": [3, 4],
  129. "silverDiscount": [2, 2]
  130. },
  131. "@ylwapricorn": {
  132. "price": [200, 240],
  133. "discountprice": [150, 180],
  134. "amt": [10, 20],
  135. "delim": 1,
  136. "chance": 0.2,
  137. "discountChance": 0.05,
  138. "silverChance": 0.75,
  139. "silverPrice": [3, 4],
  140. "silverDiscount": [2, 2]
  141. },
  142. "@gem": {
  143. "price": [1500, 1800],
  144. "discountprice": [1000, 1200],
  145. "amt": [1, 3],
  146. "delim": 100,
  147. "chance": 0.5,
  148. "discountChance": 0.05,
  149. "silverChance": 0.5,
  150. "silverPrice": [18, 24],
  151. "silverDiscount": [10, 14]
  152. },
  153. "@mail": {
  154. "price": [1000, 2000],
  155. "discountprice": [300, 800],
  156. "amt": [1, 3],
  157. "delim": 100,
  158. "chance": 0.42,
  159. "discountChance": 0.15,
  160. "silverChance": 0.33,
  161. "silverPrice": [10, 15],
  162. "silverDiscount": [1, 5]
  163. },
  164. "@pack": {
  165. "price": [3000, 5000],
  166. "discountprice": [2100, 2400],
  167. "amt": [1, 5],
  168. "delim": 100,
  169. "chance": 0.33,
  170. "discountChance": 0.05,
  171. "silverChance": 0.66,
  172. "silverPrice": [28, 35],
  173. "silverDiscount": [15, 18]
  174. },
  175. "@stick": {
  176. "price": [99999, 99999],
  177. "discountprice": [2100, 2400],
  178. "amt": [1, 1],
  179. "delim": 1,
  180. "chance": 0.15,
  181. "discountChance": 0,
  182. "silverChance": 0
  183. },
  184. "@amulet": {
  185. "price": [50000, 75000],
  186. "discountprice": [3000, 3500],
  187. "amt": [1, 1],
  188. "delim": 5000,
  189. "chance": 0.15,
  190. "discountChance": 0.05,
  191. "silverDelim": 5,
  192. "silverChance": 0.5,
  193. "silverPrice": [250, 300],
  194. "silverDiscount": [100, 150]
  195. },
  196. "@honey": {
  197. "price": [50000, 75000],
  198. "discountprice": [3000, 3500],
  199. "amt": [1, 1],
  200. "delim": 5000,
  201. "chance": 0.15,
  202. "discountChance": 0.05,
  203. "silverDelim": 5,
  204. "silverChance": 0.5,
  205. "silverPrice": [250, 300],
  206. "silverDiscount": [50, 150]
  207. },
  208. "@scarf": {
  209. "price": [50000, 75000],
  210. "discountprice": [3000, 3500],
  211. "amt": [1, 1],
  212. "delim": 5000,
  213. "chance": 0.15,
  214. "discountChance": 0.05,
  215. "silverDelim": 5,
  216. "silverChance": 0.5,
  217. "silverPrice": [250, 300],
  218. "silverDiscount": [50, 150]
  219. },
  220. "@cookie": {
  221. "price": [1500, 1800],
  222. "discountprice": [1000, 1200],
  223. "amt": [2, 4],
  224. "delim": 100,
  225. "chance": 0.2,
  226. "discountChance": 0.05,
  227. "silverChance": 0.75,
  228. "silverPrice": [15, 18],
  229. "silverDiscount": [5, 10]
  230. },
  231. "@celebrityTicket": {
  232. "price": [6000, 7500],
  233. "discountprice": [2500, 5000],
  234. "amt": [1, 4],
  235. "delim": 500,
  236. "chance": 0.05,
  237. "discountChance": 0.05,
  238. "silverChance": 0.75,
  239. "silverPrice": [40, 50],
  240. "silverDiscount": [12, 32]
  241. },
  242. "@rare": {
  243. "price": [3000, 4500],
  244. "discountprice": [800, 2500],
  245. "amt": [2, 5],
  246. "delim": 100,
  247. "chance": 1,
  248. "discountChance": 0.05,
  249. "silverChance": 0.85,
  250. "silverPrice": [20, 28],
  251. "silverDiscount": [5, 15]
  252. },
  253. "@water": {
  254. "price": [60000, 80000],
  255. "discountprice": [40000, 55000],
  256. "amt": [1, 1],
  257. "delim": 5000,
  258. "chance": 0.02,
  259. "discountChance": 0.05,
  260. "silverChance": 0.5,
  261. "silverPrice": [450, 550],
  262. "silverDiscount": [280, 390]
  263. }
  264. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement