ArenaRewardConfig.lua 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311
  1. local root = {
  2. {
  3. level = 1,
  4. id = 1,
  5. score = 50,
  6. items = {type=1,id=11011,count=4}
  7. },
  8. {
  9. level = 2,
  10. id = 2,
  11. score = 150,
  12. items = {type=1,id=13011,count=4}
  13. },
  14. {
  15. level = 2,
  16. id = 3,
  17. score = 200,
  18. items = {type=1,id=301,count=6}
  19. },
  20. {
  21. level = 2,
  22. id = 4,
  23. score = 250,
  24. items = {type=1,id=811,count=3}
  25. },
  26. {
  27. level = 3,
  28. id = 5,
  29. score = 350,
  30. items = {type=1,id=101,count=250}
  31. },
  32. {
  33. level = 3,
  34. id = 6,
  35. score = 400,
  36. items = {type=1,id=102,count=50}
  37. },
  38. {
  39. level = 3,
  40. id = 7,
  41. score = 450,
  42. items = {type=1,id=301,count=6}
  43. },
  44. {
  45. level = 3,
  46. id = 8,
  47. score = 500,
  48. items = {type=1,id=101,count=300}
  49. },
  50. {
  51. level = 3,
  52. id = 9,
  53. score = 550,
  54. items = {type=1,id=30001,count=1}
  55. },
  56. {
  57. level = 4,
  58. id = 10,
  59. score = 650,
  60. items = {type=1,id=301,count=6}
  61. },
  62. {
  63. level = 4,
  64. id = 11,
  65. score = 700,
  66. items = {type=1,id=101,count=400}
  67. },
  68. {
  69. level = 4,
  70. id = 12,
  71. score = 750,
  72. items = {type=1,id=30002,count=1}
  73. },
  74. {
  75. level = 4,
  76. id = 13,
  77. score = 800,
  78. items = {type=1,id=502,count=1}
  79. },
  80. {
  81. level = 4,
  82. id = 14,
  83. score = 850,
  84. items = {type=1,id=101,count=500}
  85. },
  86. {
  87. level = 4,
  88. id = 15,
  89. score = 900,
  90. items = {type=1,id=501,count=1}
  91. },
  92. {
  93. level = 4,
  94. id = 16,
  95. score = 950,
  96. items = {type=1,id=102,count=50}
  97. },
  98. {
  99. level = 5,
  100. id = 17,
  101. score = 1050,
  102. items = {type=1,id=301,count=6}
  103. },
  104. {
  105. level = 5,
  106. id = 18,
  107. score = 1100,
  108. items = {type=1,id=101,count=750}
  109. },
  110. {
  111. level = 5,
  112. id = 19,
  113. score = 1150,
  114. items = {type=1,id=102,count=50}
  115. },
  116. {
  117. level = 5,
  118. id = 20,
  119. score = 1200,
  120. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  121. },
  122. {
  123. level = 5,
  124. id = 21,
  125. score = 1250,
  126. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  127. },
  128. {
  129. level = 5,
  130. id = 22,
  131. score = 1300,
  132. items = {type=1,id=101,count=1250}
  133. },
  134. {
  135. level = 5,
  136. id = 23,
  137. score = 1350,
  138. items = {type=1,id=811,count=5}
  139. },
  140. {
  141. level = 6,
  142. id = 24,
  143. score = 1450,
  144. items = {type=1,id=301,count=6}
  145. },
  146. {
  147. level = 6,
  148. id = 25,
  149. score = 1500,
  150. items = {type=1,id=30002,count=1}
  151. },
  152. {
  153. level = 6,
  154. id = 26,
  155. score = 1550,
  156. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  157. },
  158. {
  159. level = 6,
  160. id = 27,
  161. score = 1600,
  162. items = {type=1,id=101,count=1250}
  163. },
  164. {
  165. level = 6,
  166. id = 28,
  167. score = 1650,
  168. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  169. },
  170. {
  171. level = 6,
  172. id = 29,
  173. score = 1700,
  174. items = {type=1,id=811,count=5}
  175. },
  176. {
  177. level = 6,
  178. id = 30,
  179. score = 1750,
  180. items = {type=1,id=102,count=50}
  181. },
  182. {
  183. level = 7,
  184. id = 31,
  185. score = 1850,
  186. items = {type=1,id=301,count=6}
  187. },
  188. {
  189. level = 7,
  190. id = 32,
  191. score = 1900,
  192. items = {type=1,id=30002,count=1}
  193. },
  194. {
  195. level = 7,
  196. id = 33,
  197. score = 1950,
  198. items = {type=1,id=101,count=2000}
  199. },
  200. {
  201. level = 7,
  202. id = 34,
  203. score = 2000,
  204. items = {type=2,id=10000,qa=3,count=1,breakLv=13}
  205. },
  206. {
  207. level = 7,
  208. id = 35,
  209. score = 2050,
  210. items = {type=1,id=102,count=50}
  211. },
  212. {
  213. level = 7,
  214. id = 36,
  215. score = 2100,
  216. items = {type=1,id=811,count=5}
  217. },
  218. {
  219. level = 7,
  220. id = 37,
  221. score = 2150,
  222. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  223. },
  224. {
  225. level = 8,
  226. id = 38,
  227. score = 2250,
  228. items = {type=1,id=301,count=6}
  229. },
  230. {
  231. level = 8,
  232. id = 39,
  233. score = 2300,
  234. items = {type=1,id=811,count=5}
  235. },
  236. {
  237. level = 8,
  238. id = 40,
  239. score = 2350,
  240. items = {type=1,id=101,count=2500}
  241. },
  242. {
  243. level = 8,
  244. id = 41,
  245. score = 2400,
  246. items = {type=1,id=30002,count=1}
  247. },
  248. {
  249. level = 8,
  250. id = 42,
  251. score = 2450,
  252. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  253. },
  254. {
  255. level = 8,
  256. id = 43,
  257. score = 2500,
  258. items = {type=1,id=30001,count=1}
  259. },
  260. {
  261. level = 8,
  262. id = 44,
  263. score = 2550,
  264. items = {type=1,id=102,count=50}
  265. },
  266. {
  267. level = 9,
  268. id = 45,
  269. score = 2650,
  270. items = {type=1,id=301,count=6}
  271. },
  272. {
  273. level = 9,
  274. id = 46,
  275. score = 2700,
  276. items = {type=1,id=811,count=5}
  277. },
  278. {
  279. level = 9,
  280. id = 47,
  281. score = 2750,
  282. items = {type=1,id=30002,count=1}
  283. },
  284. {
  285. level = 9,
  286. id = 48,
  287. score = 2800,
  288. items = {type=1,id=101,count=2500}
  289. },
  290. {
  291. level = 9,
  292. id = 49,
  293. score = 2850,
  294. items = {type=1,id=102,count=50}
  295. },
  296. {
  297. level = 9,
  298. id = 50,
  299. score = 2900,
  300. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  301. },
  302. {
  303. level = 9,
  304. id = 51,
  305. score = 2950,
  306. items = {type=2,id=10000,qa=3,count=1,breakLv=13}
  307. },
  308. {
  309. level = 10,
  310. id = 52,
  311. score = 3050,
  312. items = {type=1,id=301,count=6}
  313. },
  314. {
  315. level = 10,
  316. id = 53,
  317. score = 3100,
  318. items = {type=1,id=811,count=5}
  319. },
  320. {
  321. level = 10,
  322. id = 54,
  323. score = 3150,
  324. items = {type=1,id=102,count=50}
  325. },
  326. {
  327. level = 10,
  328. id = 55,
  329. score = 3200,
  330. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  331. },
  332. {
  333. level = 10,
  334. id = 56,
  335. score = 3250,
  336. items = {type=1,id=101,count=2500}
  337. },
  338. {
  339. level = 10,
  340. id = 57,
  341. score = 3300,
  342. items = {type=1,id=30002,count=1}
  343. },
  344. {
  345. level = 10,
  346. id = 58,
  347. score = 3350,
  348. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  349. },
  350. {
  351. level = 11,
  352. id = 59,
  353. score = 3450,
  354. items = {type=1,id=301,count=6}
  355. },
  356. {
  357. level = 11,
  358. id = 60,
  359. score = 3500,
  360. items = {type=1,id=811,count=5}
  361. },
  362. {
  363. level = 11,
  364. id = 61,
  365. score = 3550,
  366. items = {type=1,id=102,count=50}
  367. },
  368. {
  369. level = 11,
  370. id = 62,
  371. score = 3600,
  372. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  373. },
  374. {
  375. level = 11,
  376. id = 63,
  377. score = 3650,
  378. items = {type=1,id=101,count=2500}
  379. },
  380. {
  381. level = 11,
  382. id = 64,
  383. score = 3700,
  384. items = {type=1,id=30002,count=1}
  385. },
  386. {
  387. level = 11,
  388. id = 65,
  389. score = 3750,
  390. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  391. },
  392. {
  393. level = 12,
  394. id = 66,
  395. score = 3850,
  396. items = {type=1,id=301,count=6}
  397. },
  398. {
  399. level = 12,
  400. id = 67,
  401. score = 3900,
  402. items = {type=1,id=811,count=5}
  403. },
  404. {
  405. level = 12,
  406. id = 68,
  407. score = 3950,
  408. items = {type=1,id=102,count=50}
  409. },
  410. {
  411. level = 12,
  412. id = 69,
  413. score = 4000,
  414. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  415. },
  416. {
  417. level = 12,
  418. id = 70,
  419. score = 4050,
  420. items = {type=1,id=101,count=2500}
  421. },
  422. {
  423. level = 12,
  424. id = 71,
  425. score = 4100,
  426. items = {type=1,id=30002,count=1}
  427. },
  428. {
  429. level = 12,
  430. id = 72,
  431. score = 4150,
  432. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  433. },
  434. {
  435. level = 13,
  436. id = 73,
  437. score = 4250,
  438. items = {type=1,id=301,count=6}
  439. },
  440. {
  441. level = 13,
  442. id = 74,
  443. score = 4300,
  444. items = {type=1,id=811,count=5}
  445. },
  446. {
  447. level = 13,
  448. id = 75,
  449. score = 4350,
  450. items = {type=1,id=102,count=50}
  451. },
  452. {
  453. level = 13,
  454. id = 76,
  455. score = 4400,
  456. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  457. },
  458. {
  459. level = 13,
  460. id = 77,
  461. score = 4450,
  462. items = {type=1,id=101,count=2500}
  463. },
  464. {
  465. level = 13,
  466. id = 78,
  467. score = 4500,
  468. items = {type=1,id=30002,count=1}
  469. },
  470. {
  471. level = 13,
  472. id = 79,
  473. score = 4550,
  474. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  475. },
  476. {
  477. level = 14,
  478. id = 80,
  479. score = 4650,
  480. items = {type=1,id=301,count=6}
  481. },
  482. {
  483. level = 14,
  484. id = 81,
  485. score = 4700,
  486. items = {type=1,id=811,count=5}
  487. },
  488. {
  489. level = 14,
  490. id = 82,
  491. score = 4750,
  492. items = {type=1,id=102,count=50}
  493. },
  494. {
  495. level = 14,
  496. id = 83,
  497. score = 4800,
  498. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  499. },
  500. {
  501. level = 14,
  502. id = 84,
  503. score = 4850,
  504. items = {type=1,id=101,count=2500}
  505. },
  506. {
  507. level = 14,
  508. id = 85,
  509. score = 4900,
  510. items = {type=1,id=30002,count=1}
  511. },
  512. {
  513. level = 14,
  514. id = 86,
  515. score = 4950,
  516. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  517. },
  518. {
  519. level = 15,
  520. id = 87,
  521. score = 5050,
  522. items = {type=1,id=301,count=6}
  523. },
  524. {
  525. level = 15,
  526. id = 88,
  527. score = 5100,
  528. items = {type=1,id=811,count=5}
  529. },
  530. {
  531. level = 15,
  532. id = 89,
  533. score = 5150,
  534. items = {type=1,id=102,count=50}
  535. },
  536. {
  537. level = 15,
  538. id = 90,
  539. score = 5200,
  540. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  541. },
  542. {
  543. level = 15,
  544. id = 91,
  545. score = 5250,
  546. items = {type=1,id=101,count=2500}
  547. },
  548. {
  549. level = 15,
  550. id = 92,
  551. score = 5300,
  552. items = {type=1,id=30002,count=1}
  553. },
  554. {
  555. level = 15,
  556. id = 93,
  557. score = 5350,
  558. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  559. },
  560. {
  561. level = 16,
  562. id = 94,
  563. score = 5450,
  564. items = {type=1,id=301,count=6}
  565. },
  566. {
  567. level = 16,
  568. id = 95,
  569. score = 5500,
  570. items = {type=1,id=811,count=5}
  571. },
  572. {
  573. level = 16,
  574. id = 96,
  575. score = 5550,
  576. items = {type=1,id=102,count=50}
  577. },
  578. {
  579. level = 16,
  580. id = 97,
  581. score = 5600,
  582. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  583. },
  584. {
  585. level = 16,
  586. id = 98,
  587. score = 5650,
  588. items = {type=1,id=101,count=2500}
  589. },
  590. {
  591. level = 16,
  592. id = 99,
  593. score = 5700,
  594. items = {type=1,id=30002,count=1}
  595. },
  596. {
  597. level = 16,
  598. id = 100,
  599. score = 5750,
  600. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  601. },
  602. {
  603. level = 17,
  604. id = 101,
  605. score = 5850,
  606. items = {type=1,id=301,count=6}
  607. },
  608. {
  609. level = 17,
  610. id = 102,
  611. score = 5900,
  612. items = {type=1,id=811,count=5}
  613. },
  614. {
  615. level = 17,
  616. id = 103,
  617. score = 5950,
  618. items = {type=1,id=102,count=50}
  619. },
  620. {
  621. level = 17,
  622. id = 104,
  623. score = 6000,
  624. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  625. },
  626. {
  627. level = 17,
  628. id = 105,
  629. score = 6050,
  630. items = {type=1,id=101,count=2500}
  631. },
  632. {
  633. level = 17,
  634. id = 106,
  635. score = 6100,
  636. items = {type=1,id=30002,count=1}
  637. },
  638. {
  639. level = 17,
  640. id = 107,
  641. score = 6150,
  642. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  643. },
  644. {
  645. level = 18,
  646. id = 108,
  647. score = 6250,
  648. items = {type=1,id=301,count=6}
  649. },
  650. {
  651. level = 18,
  652. id = 109,
  653. score = 6300,
  654. items = {type=1,id=811,count=5}
  655. },
  656. {
  657. level = 18,
  658. id = 110,
  659. score = 6350,
  660. items = {type=1,id=102,count=50}
  661. },
  662. {
  663. level = 18,
  664. id = 111,
  665. score = 6400,
  666. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  667. },
  668. {
  669. level = 18,
  670. id = 112,
  671. score = 6450,
  672. items = {type=1,id=101,count=2500}
  673. },
  674. {
  675. level = 18,
  676. id = 113,
  677. score = 6500,
  678. items = {type=1,id=30002,count=1}
  679. },
  680. {
  681. level = 18,
  682. id = 114,
  683. score = 6550,
  684. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  685. },
  686. {
  687. level = 19,
  688. id = 115,
  689. score = 6650,
  690. items = {type=1,id=301,count=6}
  691. },
  692. {
  693. level = 19,
  694. id = 116,
  695. score = 6700,
  696. items = {type=1,id=811,count=5}
  697. },
  698. {
  699. level = 19,
  700. id = 117,
  701. score = 6750,
  702. items = {type=1,id=102,count=50}
  703. },
  704. {
  705. level = 19,
  706. id = 118,
  707. score = 6800,
  708. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  709. },
  710. {
  711. level = 19,
  712. id = 119,
  713. score = 6850,
  714. items = {type=1,id=101,count=2500}
  715. },
  716. {
  717. level = 19,
  718. id = 120,
  719. score = 6900,
  720. items = {type=1,id=30002,count=1}
  721. },
  722. {
  723. level = 19,
  724. id = 121,
  725. score = 6950,
  726. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  727. },
  728. {
  729. level = 20,
  730. id = 122,
  731. score = 7050,
  732. items = {type=1,id=301,count=6}
  733. },
  734. {
  735. level = 20,
  736. id = 123,
  737. score = 7100,
  738. items = {type=1,id=811,count=5}
  739. },
  740. {
  741. level = 20,
  742. id = 124,
  743. score = 7150,
  744. items = {type=1,id=102,count=50}
  745. },
  746. {
  747. level = 20,
  748. id = 125,
  749. score = 7200,
  750. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  751. },
  752. {
  753. level = 20,
  754. id = 126,
  755. score = 7250,
  756. items = {type=1,id=101,count=2500}
  757. },
  758. {
  759. level = 20,
  760. id = 127,
  761. score = 7300,
  762. items = {type=1,id=30002,count=1}
  763. },
  764. {
  765. level = 20,
  766. id = 128,
  767. score = 7350,
  768. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  769. },
  770. {
  771. level = 20,
  772. id = 129,
  773. score = 7400,
  774. items = {type=1,id=301,count=6}
  775. },
  776. {
  777. level = 20,
  778. id = 130,
  779. score = 7450,
  780. items = {type=1,id=811,count=5}
  781. },
  782. {
  783. level = 20,
  784. id = 131,
  785. score = 7500,
  786. items = {type=1,id=102,count=50}
  787. },
  788. {
  789. level = 20,
  790. id = 132,
  791. score = 7550,
  792. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  793. },
  794. {
  795. level = 20,
  796. id = 133,
  797. score = 7600,
  798. items = {type=1,id=101,count=2500}
  799. },
  800. {
  801. level = 20,
  802. id = 134,
  803. score = 7650,
  804. items = {type=1,id=30002,count=1}
  805. },
  806. {
  807. level = 20,
  808. id = 135,
  809. score = 7700,
  810. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  811. },
  812. {
  813. level = 20,
  814. id = 136,
  815. score = 7750,
  816. items = {type=1,id=301,count=6}
  817. },
  818. {
  819. level = 20,
  820. id = 137,
  821. score = 7800,
  822. items = {type=1,id=811,count=5}
  823. },
  824. {
  825. level = 20,
  826. id = 138,
  827. score = 7850,
  828. items = {type=1,id=102,count=50}
  829. },
  830. {
  831. level = 20,
  832. id = 139,
  833. score = 7900,
  834. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  835. },
  836. {
  837. level = 20,
  838. id = 140,
  839. score = 7950,
  840. items = {type=1,id=101,count=2500}
  841. },
  842. {
  843. level = 20,
  844. id = 141,
  845. score = 8000,
  846. items = {type=1,id=30002,count=1}
  847. },
  848. {
  849. level = 20,
  850. id = 142,
  851. score = 8050,
  852. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  853. },
  854. {
  855. level = 20,
  856. id = 143,
  857. score = 8100,
  858. items = {type=1,id=301,count=6}
  859. },
  860. {
  861. level = 20,
  862. id = 144,
  863. score = 8150,
  864. items = {type=1,id=811,count=5}
  865. },
  866. {
  867. level = 21,
  868. id = 145,
  869. score = 8250,
  870. items = {type=1,id=102,count=50}
  871. },
  872. {
  873. level = 21,
  874. id = 146,
  875. score = 8300,
  876. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  877. },
  878. {
  879. level = 21,
  880. id = 147,
  881. score = 8350,
  882. items = {type=1,id=101,count=2500}
  883. },
  884. {
  885. level = 21,
  886. id = 148,
  887. score = 8400,
  888. items = {type=1,id=30002,count=1}
  889. },
  890. {
  891. level = 21,
  892. id = 149,
  893. score = 8450,
  894. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  895. },
  896. {
  897. level = 21,
  898. id = 150,
  899. score = 8500,
  900. items = {type=1,id=301,count=6}
  901. },
  902. {
  903. level = 21,
  904. id = 151,
  905. score = 8550,
  906. items = {type=1,id=811,count=5}
  907. },
  908. {
  909. level = 21,
  910. id = 152,
  911. score = 8600,
  912. items = {type=1,id=102,count=50}
  913. },
  914. {
  915. level = 21,
  916. id = 153,
  917. score = 8650,
  918. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  919. },
  920. {
  921. level = 21,
  922. id = 154,
  923. score = 8700,
  924. items = {type=1,id=101,count=2500}
  925. },
  926. {
  927. level = 21,
  928. id = 155,
  929. score = 8750,
  930. items = {type=1,id=30002,count=1}
  931. },
  932. {
  933. level = 21,
  934. id = 156,
  935. score = 8800,
  936. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  937. },
  938. {
  939. level = 21,
  940. id = 157,
  941. score = 8850,
  942. items = {type=1,id=301,count=6}
  943. },
  944. {
  945. level = 21,
  946. id = 158,
  947. score = 8900,
  948. items = {type=1,id=811,count=5}
  949. },
  950. {
  951. level = 21,
  952. id = 159,
  953. score = 8950,
  954. items = {type=1,id=102,count=50}
  955. },
  956. {
  957. level = 21,
  958. id = 160,
  959. score = 9000,
  960. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  961. },
  962. {
  963. level = 21,
  964. id = 161,
  965. score = 9050,
  966. items = {type=1,id=101,count=2500}
  967. },
  968. {
  969. level = 21,
  970. id = 162,
  971. score = 9100,
  972. items = {type=1,id=30002,count=1}
  973. },
  974. {
  975. level = 21,
  976. id = 163,
  977. score = 9150,
  978. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  979. },
  980. {
  981. level = 21,
  982. id = 164,
  983. score = 9200,
  984. items = {type=1,id=301,count=6}
  985. },
  986. {
  987. level = 21,
  988. id = 165,
  989. score = 9250,
  990. items = {type=1,id=811,count=5}
  991. },
  992. {
  993. level = 21,
  994. id = 166,
  995. score = 9300,
  996. items = {type=1,id=102,count=50}
  997. },
  998. {
  999. level = 21,
  1000. id = 167,
  1001. score = 9350,
  1002. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  1003. },
  1004. {
  1005. level = 22,
  1006. id = 168,
  1007. score = 9450,
  1008. items = {type=1,id=101,count=2500}
  1009. },
  1010. {
  1011. level = 22,
  1012. id = 169,
  1013. score = 9500,
  1014. items = {type=1,id=30002,count=1}
  1015. },
  1016. {
  1017. level = 22,
  1018. id = 170,
  1019. score = 9550,
  1020. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  1021. },
  1022. {
  1023. level = 22,
  1024. id = 171,
  1025. score = 9600,
  1026. items = {type=1,id=301,count=6}
  1027. },
  1028. {
  1029. level = 22,
  1030. id = 172,
  1031. score = 9650,
  1032. items = {type=1,id=811,count=5}
  1033. },
  1034. {
  1035. level = 22,
  1036. id = 173,
  1037. score = 9700,
  1038. items = {type=1,id=102,count=50}
  1039. },
  1040. {
  1041. level = 22,
  1042. id = 174,
  1043. score = 9750,
  1044. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  1045. },
  1046. {
  1047. level = 22,
  1048. id = 175,
  1049. score = 9800,
  1050. items = {type=1,id=101,count=2500}
  1051. },
  1052. {
  1053. level = 22,
  1054. id = 176,
  1055. score = 9850,
  1056. items = {type=1,id=30002,count=1}
  1057. },
  1058. {
  1059. level = 22,
  1060. id = 177,
  1061. score = 9900,
  1062. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  1063. },
  1064. {
  1065. level = 22,
  1066. id = 178,
  1067. score = 9950,
  1068. items = {type=1,id=301,count=6}
  1069. },
  1070. {
  1071. level = 22,
  1072. id = 179,
  1073. score = 10000,
  1074. items = {type=1,id=811,count=5}
  1075. },
  1076. {
  1077. level = 22,
  1078. id = 180,
  1079. score = 10050,
  1080. items = {type=1,id=102,count=50}
  1081. },
  1082. {
  1083. level = 22,
  1084. id = 181,
  1085. score = 10100,
  1086. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  1087. },
  1088. {
  1089. level = 22,
  1090. id = 182,
  1091. score = 10150,
  1092. items = {type=1,id=101,count=2500}
  1093. },
  1094. {
  1095. level = 22,
  1096. id = 183,
  1097. score = 10200,
  1098. items = {type=1,id=30002,count=1}
  1099. },
  1100. {
  1101. level = 22,
  1102. id = 184,
  1103. score = 10250,
  1104. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  1105. },
  1106. {
  1107. level = 22,
  1108. id = 185,
  1109. score = 10300,
  1110. items = {type=1,id=301,count=6}
  1111. },
  1112. {
  1113. level = 22,
  1114. id = 186,
  1115. score = 10350,
  1116. items = {type=1,id=811,count=5}
  1117. },
  1118. {
  1119. level = 22,
  1120. id = 187,
  1121. score = 10400,
  1122. items = {type=1,id=102,count=50}
  1123. },
  1124. {
  1125. level = 22,
  1126. id = 188,
  1127. score = 10450,
  1128. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  1129. },
  1130. {
  1131. level = 22,
  1132. id = 189,
  1133. score = 10500,
  1134. items = {type=1,id=101,count=2500}
  1135. },
  1136. {
  1137. level = 22,
  1138. id = 190,
  1139. score = 10550,
  1140. items = {type=1,id=30002,count=1}
  1141. },
  1142. {
  1143. level = 23,
  1144. id = 191,
  1145. score = 10650,
  1146. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  1147. },
  1148. {
  1149. level = 23,
  1150. id = 192,
  1151. score = 10700,
  1152. items = {type=1,id=301,count=6}
  1153. },
  1154. {
  1155. level = 23,
  1156. id = 193,
  1157. score = 10750,
  1158. items = {type=1,id=811,count=5}
  1159. },
  1160. {
  1161. level = 23,
  1162. id = 194,
  1163. score = 10800,
  1164. items = {type=1,id=102,count=50}
  1165. },
  1166. {
  1167. level = 23,
  1168. id = 195,
  1169. score = 10850,
  1170. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  1171. },
  1172. {
  1173. level = 23,
  1174. id = 196,
  1175. score = 10900,
  1176. items = {type=1,id=101,count=2500}
  1177. },
  1178. {
  1179. level = 23,
  1180. id = 197,
  1181. score = 10950,
  1182. items = {type=1,id=30002,count=1}
  1183. },
  1184. {
  1185. level = 23,
  1186. id = 198,
  1187. score = 11000,
  1188. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  1189. },
  1190. {
  1191. level = 23,
  1192. id = 199,
  1193. score = 11050,
  1194. items = {type=1,id=301,count=6}
  1195. },
  1196. {
  1197. level = 23,
  1198. id = 200,
  1199. score = 11100,
  1200. items = {type=1,id=811,count=5}
  1201. },
  1202. {
  1203. level = 23,
  1204. id = 201,
  1205. score = 11150,
  1206. items = {type=1,id=102,count=50}
  1207. },
  1208. {
  1209. level = 23,
  1210. id = 202,
  1211. score = 11200,
  1212. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  1213. },
  1214. {
  1215. level = 23,
  1216. id = 203,
  1217. score = 11250,
  1218. items = {type=1,id=101,count=2500}
  1219. },
  1220. {
  1221. level = 23,
  1222. id = 204,
  1223. score = 11300,
  1224. items = {type=1,id=30002,count=1}
  1225. },
  1226. {
  1227. level = 23,
  1228. id = 205,
  1229. score = 11350,
  1230. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  1231. },
  1232. {
  1233. level = 23,
  1234. id = 206,
  1235. score = 11400,
  1236. items = {type=1,id=301,count=6}
  1237. },
  1238. {
  1239. level = 23,
  1240. id = 207,
  1241. score = 11450,
  1242. items = {type=1,id=811,count=5}
  1243. },
  1244. {
  1245. level = 23,
  1246. id = 208,
  1247. score = 11500,
  1248. items = {type=1,id=102,count=50}
  1249. },
  1250. {
  1251. level = 23,
  1252. id = 209,
  1253. score = 11550,
  1254. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  1255. },
  1256. {
  1257. level = 23,
  1258. id = 210,
  1259. score = 11600,
  1260. items = {type=1,id=101,count=2500}
  1261. },
  1262. {
  1263. level = 23,
  1264. id = 211,
  1265. score = 11650,
  1266. items = {type=1,id=30002,count=1}
  1267. },
  1268. {
  1269. level = 23,
  1270. id = 212,
  1271. score = 11700,
  1272. items = {type=2,id=10000,qa=1,count=4,breakLv=13}
  1273. },
  1274. {
  1275. level = 23,
  1276. id = 213,
  1277. score = 11750,
  1278. items = {type=1,id=301,count=6}
  1279. },
  1280. {
  1281. level = 23,
  1282. id = 214,
  1283. score = 11800,
  1284. items = {type=1,id=811,count=5}
  1285. },
  1286. {
  1287. level = 23,
  1288. id = 215,
  1289. score = 11850,
  1290. items = {type=1,id=102,count=50}
  1291. },
  1292. {
  1293. level = 23,
  1294. id = 216,
  1295. score = 11900,
  1296. items = {type=2,id=10000,qa=2,count=1,breakLv=13}
  1297. },
  1298. {
  1299. level = 23,
  1300. id = 217,
  1301. score = 11950,
  1302. items = {type=1,id=101,count=2500}
  1303. },
  1304. {
  1305. level = 23,
  1306. id = 218,
  1307. score = 12000,
  1308. items = {type=1,id=30002,count=1}
  1309. }
  1310. }
  1311. return root