BoxChoiceConfig.lua 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. local root = {
  2. {
  3. chestId = 33001,
  4. arenaLevel = 1,
  5. cardType = {3,4},
  6. goldMin = 440,
  7. goldMax = 440,
  8. card = 58,
  9. baseCards = {{qa=1,count=30}},
  10. choiceQa = {1}
  11. },
  12. {
  13. chestId = 33001,
  14. arenaLevel = 2,
  15. cardType = {3,4},
  16. goldMin = 440,
  17. goldMax = 440,
  18. card = 58,
  19. baseCards = {{qa=1,count=30}},
  20. choiceQa = {1}
  21. },
  22. {
  23. chestId = 33001,
  24. arenaLevel = 3,
  25. cardType = {3,4},
  26. goldMin = 560,
  27. goldMax = 560,
  28. card = 62,
  29. baseCards = {{qa=1,count=30}},
  30. choiceQa = {1}
  31. },
  32. {
  33. chestId = 33001,
  34. arenaLevel = 4,
  35. cardType = {6,8},
  36. goldMin = 680,
  37. goldMax = 680,
  38. card = 66,
  39. baseCards = {{qa=2,count=9}},
  40. choiceQa = {2}
  41. },
  42. {
  43. chestId = 33001,
  44. arenaLevel = 5,
  45. cardType = {6,8},
  46. goldMin = 800,
  47. goldMax = 800,
  48. card = 70,
  49. baseCards = {{qa=2,count=10},{qa=3,count=3}},
  50. choiceQa = {3}
  51. },
  52. {
  53. chestId = 33001,
  54. arenaLevel = 6,
  55. cardType = {6,8},
  56. goldMin = 920,
  57. goldMax = 920,
  58. card = 74,
  59. baseCards = {{qa=2,count=11},{qa=3,count=4}},
  60. choiceQa = {3}
  61. },
  62. {
  63. chestId = 33001,
  64. arenaLevel = 7,
  65. cardType = {6,8},
  66. goldMin = 1000,
  67. goldMax = 1000,
  68. card = 86,
  69. baseCards = {{qa=2,count=12},{qa=3,count=5}},
  70. choiceQa = {3}
  71. },
  72. {
  73. chestId = 33001,
  74. arenaLevel = 8,
  75. cardType = {6,8},
  76. goldMin = 1100,
  77. goldMax = 1100,
  78. card = 88,
  79. baseCards = {{qa=2,count=13},{qa=3,count=6}},
  80. choiceQa = {3}
  81. },
  82. {
  83. chestId = 33001,
  84. arenaLevel = 9,
  85. cardType = {6,8},
  86. goldMin = 1200,
  87. goldMax = 1200,
  88. card = 99,
  89. baseCards = {{qa=2,count=14},{qa=3,count=7}},
  90. choiceQa = {3}
  91. },
  92. {
  93. chestId = 33001,
  94. arenaLevel = 10,
  95. cardType = {6,8},
  96. goldMin = 1300,
  97. goldMax = 1300,
  98. card = 100,
  99. baseCards = {{qa=2,count=14},{qa=3,count=8}},
  100. choiceQa = {3}
  101. },
  102. {
  103. chestId = 33001,
  104. arenaLevel = 11,
  105. cardType = {6,8},
  106. goldMin = 1400,
  107. goldMax = 1400,
  108. card = 110,
  109. baseCards = {{qa=2,count=15},{qa=3,count=9}},
  110. choiceQa = {3}
  111. },
  112. {
  113. chestId = 33001,
  114. arenaLevel = 12,
  115. cardType = {6,8},
  116. goldMin = 1500,
  117. goldMax = 1500,
  118. card = 120,
  119. baseCards = {{qa=2,count=15},{qa=3,count=10}},
  120. choiceQa = {3}
  121. },
  122. {
  123. chestId = 33001,
  124. arenaLevel = 13,
  125. cardType = {6,8},
  126. goldMin = 1600,
  127. goldMax = 1600,
  128. card = 130,
  129. baseCards = {{qa=2,count=16},{qa=3,count=11}},
  130. choiceQa = {3}
  131. },
  132. {
  133. chestId = 33002,
  134. arenaLevel = 1,
  135. cardType = {4,5},
  136. goldMin = 3000,
  137. goldMax = 3000,
  138. card = 156,
  139. baseCards = {{qa=1,count=30}},
  140. choiceQa = {1}
  141. },
  142. {
  143. chestId = 33002,
  144. arenaLevel = 2,
  145. cardType = {4,5},
  146. goldMin = 3000,
  147. goldMax = 3000,
  148. card = 156,
  149. baseCards = {{qa=1,count=30}},
  150. choiceQa = {1}
  151. },
  152. {
  153. chestId = 33002,
  154. arenaLevel = 3,
  155. cardType = {5,6},
  156. goldMin = 3400,
  157. goldMax = 3400,
  158. card = 211,
  159. baseCards = {{qa=1,count=30}},
  160. choiceQa = {1}
  161. },
  162. {
  163. chestId = 33002,
  164. arenaLevel = 4,
  165. cardType = {6,8},
  166. goldMin = 3800,
  167. goldMax = 3800,
  168. card = 266,
  169. baseCards = {{qa=2,count=50}},
  170. choiceQa = {2}
  171. },
  172. {
  173. chestId = 33002,
  174. arenaLevel = 5,
  175. cardType = {6,8},
  176. goldMin = 4200,
  177. goldMax = 4200,
  178. card = 321,
  179. baseCards = {{qa=2,count=53},{qa=3,count=18}},
  180. choiceQa = {3}
  181. },
  182. {
  183. chestId = 33002,
  184. arenaLevel = 6,
  185. cardType = {6,8},
  186. goldMin = 4600,
  187. goldMax = 4600,
  188. card = 376,
  189. baseCards = {{qa=2,count=56},{qa=3,count=20}},
  190. choiceQa = {3}
  191. },
  192. {
  193. chestId = 33002,
  194. arenaLevel = 7,
  195. cardType = {6,8},
  196. goldMin = 5000,
  197. goldMax = 5000,
  198. card = 431,
  199. baseCards = {{qa=2,count=59},{qa=3,count=22}},
  200. choiceQa = {3}
  201. },
  202. {
  203. chestId = 33002,
  204. arenaLevel = 8,
  205. cardType = {8,10},
  206. goldMin = 5500,
  207. goldMax = 5500,
  208. card = 440,
  209. baseCards = {{qa=2,count=66},{qa=3,count=24}},
  210. choiceQa = {3}
  211. },
  212. {
  213. chestId = 33002,
  214. arenaLevel = 9,
  215. cardType = {8,10},
  216. goldMin = 6000,
  217. goldMax = 6000,
  218. card = 494,
  219. baseCards = {{qa=2,count=68},{qa=3,count=26}},
  220. choiceQa = {3}
  221. },
  222. {
  223. chestId = 33002,
  224. arenaLevel = 10,
  225. cardType = {8,10},
  226. goldMin = 6500,
  227. goldMax = 6500,
  228. card = 500,
  229. baseCards = {{qa=2,count=70},{qa=3,count=27}},
  230. choiceQa = {3}
  231. },
  232. {
  233. chestId = 33002,
  234. arenaLevel = 11,
  235. cardType = {8,10},
  236. goldMin = 7000,
  237. goldMax = 7000,
  238. card = 550,
  239. baseCards = {{qa=2,count=74},{qa=3,count=29}},
  240. choiceQa = {3}
  241. },
  242. {
  243. chestId = 33002,
  244. arenaLevel = 12,
  245. cardType = {8,10},
  246. goldMin = 7500,
  247. goldMax = 7500,
  248. card = 600,
  249. baseCards = {{qa=2,count=80},{qa=3,count=34}},
  250. choiceQa = {3}
  251. },
  252. {
  253. chestId = 33002,
  254. arenaLevel = 13,
  255. cardType = {8,10},
  256. goldMin = 8000,
  257. goldMax = 8000,
  258. card = 650,
  259. baseCards = {{qa=2,count=84},{qa=3,count=38}},
  260. choiceQa = {3}
  261. },
  262. {
  263. chestId = 33003,
  264. arenaLevel = 1,
  265. cardType = {5,6},
  266. goldMin = 6160,
  267. goldMax = 6160,
  268. card = 761,
  269. baseCards = {{qa=1,count=400}},
  270. choiceQa = {1}
  271. },
  272. {
  273. chestId = 33003,
  274. arenaLevel = 2,
  275. cardType = {5,6},
  276. goldMin = 6160,
  277. goldMax = 6160,
  278. card = 761,
  279. baseCards = {{qa=1,count=400}},
  280. choiceQa = {1}
  281. },
  282. {
  283. chestId = 33003,
  284. arenaLevel = 3,
  285. cardType = {6,7},
  286. goldMin = 7840,
  287. goldMax = 7840,
  288. card = 834,
  289. baseCards = {{qa=1,count=450}},
  290. choiceQa = {1}
  291. },
  292. {
  293. chestId = 33003,
  294. arenaLevel = 4,
  295. cardType = {8,10},
  296. goldMin = 9520,
  297. goldMax = 9520,
  298. card = 907,
  299. baseCards = {{qa=2,count=135}},
  300. choiceQa = {2}
  301. },
  302. {
  303. chestId = 33003,
  304. arenaLevel = 5,
  305. cardType = {8,10},
  306. goldMin = 11200,
  307. goldMax = 11200,
  308. card = 980,
  309. baseCards = {{qa=2,count=146},{qa=3,count=50}},
  310. choiceQa = {3}
  311. },
  312. {
  313. chestId = 33003,
  314. arenaLevel = 6,
  315. cardType = {10,12},
  316. goldMin = 12880,
  317. goldMax = 12880,
  318. card = 1053,
  319. baseCards = {{qa=2,count=157},{qa=3,count=56,kind=2}},
  320. choiceQa = {3}
  321. },
  322. {
  323. chestId = 33003,
  324. arenaLevel = 7,
  325. cardType = {10,12},
  326. goldMin = 14000,
  327. goldMax = 14000,
  328. card = 1207,
  329. baseCards = {{qa=2,count=165},{qa=3,count=62,kind=2}},
  330. choiceQa = {3}
  331. },
  332. {
  333. chestId = 33003,
  334. arenaLevel = 8,
  335. cardType = {10,12},
  336. goldMin = 15400,
  337. goldMax = 15400,
  338. card = 1232,
  339. baseCards = {{qa=2,count=185},{qa=3,count=67,kind=2}},
  340. choiceQa = {3}
  341. },
  342. {
  343. chestId = 33003,
  344. arenaLevel = 9,
  345. cardType = {10,12},
  346. goldMin = 16800,
  347. goldMax = 16800,
  348. card = 1383,
  349. baseCards = {{qa=2,count=190},{qa=3,count=73,kind=2}},
  350. choiceQa = {3}
  351. },
  352. {
  353. chestId = 33003,
  354. arenaLevel = 10,
  355. cardType = {10,12},
  356. goldMin = 17800,
  357. goldMax = 17800,
  358. card = 1400,
  359. baseCards = {{qa=2,count=196},{qa=3,count=76,kind=2}},
  360. choiceQa = {3}
  361. },
  362. {
  363. chestId = 33003,
  364. arenaLevel = 11,
  365. cardType = {10,12},
  366. goldMin = 18800,
  367. goldMax = 18800,
  368. card = 1498,
  369. baseCards = {{qa=2,count=203,kind=3},{qa=3,count=79,kind=2}},
  370. choiceQa = {3}
  371. },
  372. {
  373. chestId = 33003,
  374. arenaLevel = 12,
  375. cardType = {10,12},
  376. goldMin = 20000,
  377. goldMax = 20000,
  378. card = 1588,
  379. baseCards = {{qa=2,count=210,kind=3},{qa=3,count=82,kind=2}},
  380. choiceQa = {3}
  381. },
  382. {
  383. chestId = 33003,
  384. arenaLevel = 13,
  385. cardType = {10,12},
  386. goldMin = 21200,
  387. goldMax = 21200,
  388. card = 1678,
  389. baseCards = {{qa=2,count=216,kind=3},{qa=3,count=82,kind=2}},
  390. choiceQa = {3}
  391. }
  392. }
  393. return root