BoxConfig.lua 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. local root = {
  2. {
  3. chestId = 30000,
  4. name = '雕花木箱',
  5. type = 1,
  6. breakLimit = 0,
  7. arenaLimit = 1,
  8. icon = 30001
  9. },
  10. {
  11. chestId = 30001,
  12. name = '雕花木箱',
  13. type = 1,
  14. breakLimit = 0,
  15. arenaLimit = 1,
  16. icon = 30001
  17. },
  18. {
  19. chestId = 30002,
  20. name = '素色银箱',
  21. type = 1,
  22. breakLimit = 0,
  23. arenaLimit = 1,
  24. icon = 30002
  25. },
  26. {
  27. chestId = 30003,
  28. name = '雕花银箱',
  29. type = 1,
  30. breakLimit = 1,
  31. arenaLimit = 0,
  32. icon = 30002
  33. },
  34. {
  35. chestId = 30004,
  36. name = '素色金箱',
  37. type = 1,
  38. breakLimit = 1,
  39. arenaLimit = 0,
  40. icon = 30003
  41. },
  42. {
  43. chestId = 30005,
  44. name = '雕花金箱',
  45. type = 1,
  46. breakLimit = 0,
  47. arenaLimit = 1,
  48. icon = 30003
  49. },
  50. {
  51. chestId = 30006,
  52. name = '镶玉金箱',
  53. type = 1,
  54. breakLimit = 0,
  55. arenaLimit = 1,
  56. icon = 30003
  57. },
  58. {
  59. chestId = 30007,
  60. name = '雕花木箱',
  61. type = 1,
  62. breakLimit = 0,
  63. arenaLimit = 1,
  64. icon = 30001
  65. },
  66. {
  67. chestId = 30008,
  68. name = '素色银箱',
  69. type = 1,
  70. breakLimit = 0,
  71. arenaLimit = 1,
  72. icon = 30002
  73. },
  74. {
  75. chestId = 30009,
  76. name = '雕花木箱',
  77. type = 1,
  78. breakLimit = 0,
  79. arenaLimit = 1,
  80. icon = 30001
  81. },
  82. {
  83. chestId = 30010,
  84. name = '素色银箱',
  85. type = 1,
  86. breakLimit = 0,
  87. arenaLimit = 1,
  88. icon = 30002
  89. },
  90. {
  91. chestId = 30011,
  92. name = '雕花银箱',
  93. type = 1,
  94. breakLimit = 0,
  95. arenaLimit = 1,
  96. icon = 30002
  97. },
  98. {
  99. chestId = 31001,
  100. name = '漆木宝箱',
  101. type = 2,
  102. breakLimit = 0,
  103. arenaLimit = 1,
  104. icon = 30001
  105. },
  106. {
  107. chestId = 31100,
  108. name = '梨木宝箱',
  109. type = 2,
  110. breakLimit = 1,
  111. arenaLimit = 0,
  112. icon = 30001
  113. },
  114. {
  115. chestId = 31101,
  116. name = '多宝铜箱',
  117. type = 2,
  118. breakLimit = 1,
  119. arenaLimit = 0,
  120. icon = 30005
  121. },
  122. {
  123. chestId = 31102,
  124. name = '百宝银箱',
  125. type = 2,
  126. breakLimit = 1,
  127. arenaLimit = 1,
  128. icon = 30006
  129. },
  130. {
  131. chestId = 31103,
  132. name = '珍宝金箱',
  133. type = 2,
  134. breakLimit = 1,
  135. arenaLimit = 1,
  136. icon = 30007
  137. },
  138. {
  139. chestId = 31201,
  140. name = '香火钱箱',
  141. type = 2,
  142. breakLimit = 1,
  143. arenaLimit = 0,
  144. icon = 30004
  145. },
  146. {
  147. chestId = 31202,
  148. name = '香火钱箱',
  149. type = 2,
  150. breakLimit = 1,
  151. arenaLimit = 0,
  152. icon = 30004
  153. },
  154. {
  155. chestId = 31203,
  156. name = '香火钱箱',
  157. type = 2,
  158. breakLimit = 1,
  159. arenaLimit = 0,
  160. icon = 30004
  161. },
  162. {
  163. chestId = 31204,
  164. name = '香火钱箱',
  165. type = 2,
  166. breakLimit = 1,
  167. arenaLimit = 0,
  168. icon = 30004
  169. },
  170. {
  171. chestId = 31205,
  172. name = '香火钱箱',
  173. type = 2,
  174. breakLimit = 1,
  175. arenaLimit = 0,
  176. icon = 30004
  177. },
  178. {
  179. chestId = 31206,
  180. name = '香火钱箱',
  181. type = 2,
  182. breakLimit = 1,
  183. arenaLimit = 0,
  184. icon = 30004
  185. },
  186. {
  187. chestId = 31207,
  188. name = '香火钱箱',
  189. type = 2,
  190. breakLimit = 1,
  191. arenaLimit = 0,
  192. icon = 30004
  193. },
  194. {
  195. chestId = 31208,
  196. name = '香火钱箱',
  197. type = 2,
  198. breakLimit = 1,
  199. arenaLimit = 0,
  200. icon = 30004
  201. },
  202. {
  203. chestId = 31209,
  204. name = '香火钱箱',
  205. type = 2,
  206. breakLimit = 1,
  207. arenaLimit = 0,
  208. icon = 30004
  209. },
  210. {
  211. chestId = 31210,
  212. name = '香火钱箱',
  213. type = 2,
  214. breakLimit = 1,
  215. arenaLimit = 0,
  216. icon = 30004
  217. },
  218. {
  219. chestId = 31301,
  220. name = '月华银箱',
  221. type = 2,
  222. breakLimit = 0,
  223. arenaLimit = 0,
  224. icon = 30003
  225. },
  226. {
  227. chestId = 31302,
  228. name = '月华银箱',
  229. type = 2,
  230. breakLimit = 0,
  231. arenaLimit = 0,
  232. icon = 30003
  233. },
  234. {
  235. chestId = 31303,
  236. name = '月华银箱',
  237. type = 2,
  238. breakLimit = 0,
  239. arenaLimit = 0,
  240. icon = 30003
  241. },
  242. {
  243. chestId = 31304,
  244. name = '月华银箱',
  245. type = 2,
  246. breakLimit = 0,
  247. arenaLimit = 0,
  248. icon = 30003
  249. },
  250. {
  251. chestId = 31305,
  252. name = '月华银箱',
  253. type = 2,
  254. breakLimit = 0,
  255. arenaLimit = 0,
  256. icon = 30003
  257. },
  258. {
  259. chestId = 31306,
  260. name = '月华银箱',
  261. type = 2,
  262. breakLimit = 0,
  263. arenaLimit = 0,
  264. icon = 30003
  265. },
  266. {
  267. chestId = 31307,
  268. name = '月华银箱',
  269. type = 2,
  270. breakLimit = 0,
  271. arenaLimit = 0,
  272. icon = 30003
  273. },
  274. {
  275. chestId = 31308,
  276. name = '月华银箱',
  277. type = 2,
  278. breakLimit = 0,
  279. arenaLimit = 0,
  280. icon = 30003
  281. },
  282. {
  283. chestId = 31309,
  284. name = '月华银箱',
  285. type = 2,
  286. breakLimit = 0,
  287. arenaLimit = 0,
  288. icon = 30003
  289. },
  290. {
  291. chestId = 31310,
  292. name = '月华银箱',
  293. type = 2,
  294. breakLimit = 0,
  295. arenaLimit = 0,
  296. icon = 30003
  297. },
  298. {
  299. chestId = 31401,
  300. name = '日曜金箱',
  301. type = 2,
  302. breakLimit = 0,
  303. arenaLimit = 0,
  304. icon = 30003
  305. },
  306. {
  307. chestId = 31402,
  308. name = '日曜金箱',
  309. type = 2,
  310. breakLimit = 0,
  311. arenaLimit = 0,
  312. icon = 30003
  313. },
  314. {
  315. chestId = 31403,
  316. name = '日曜金箱',
  317. type = 2,
  318. breakLimit = 0,
  319. arenaLimit = 0,
  320. icon = 30003
  321. },
  322. {
  323. chestId = 31404,
  324. name = '日曜金箱',
  325. type = 2,
  326. breakLimit = 0,
  327. arenaLimit = 0,
  328. icon = 30003
  329. },
  330. {
  331. chestId = 31405,
  332. name = '日曜金箱',
  333. type = 2,
  334. breakLimit = 0,
  335. arenaLimit = 0,
  336. icon = 30003
  337. },
  338. {
  339. chestId = 31406,
  340. name = '日曜金箱',
  341. type = 2,
  342. breakLimit = 0,
  343. arenaLimit = 0,
  344. icon = 30003
  345. },
  346. {
  347. chestId = 31407,
  348. name = '日曜金箱',
  349. type = 2,
  350. breakLimit = 0,
  351. arenaLimit = 0,
  352. icon = 30003
  353. },
  354. {
  355. chestId = 31408,
  356. name = '日曜金箱',
  357. type = 2,
  358. breakLimit = 0,
  359. arenaLimit = 0,
  360. icon = 30003
  361. },
  362. {
  363. chestId = 31409,
  364. name = '日曜金箱',
  365. type = 2,
  366. breakLimit = 0,
  367. arenaLimit = 0,
  368. icon = 30003
  369. },
  370. {
  371. chestId = 31410,
  372. name = '日曜金箱',
  373. type = 2,
  374. breakLimit = 0,
  375. arenaLimit = 0,
  376. icon = 30003
  377. },
  378. {
  379. chestId = 31501,
  380. name = '雕花木箱',
  381. type = 2,
  382. breakLimit = 0,
  383. arenaLimit = 1,
  384. icon = 30001
  385. },
  386. {
  387. chestId = 31502,
  388. name = '素色银箱',
  389. type = 2,
  390. breakLimit = 0,
  391. arenaLimit = 1,
  392. icon = 30002
  393. },
  394. {
  395. chestId = 31503,
  396. name = '雕花银箱',
  397. type = 2,
  398. breakLimit = 0,
  399. arenaLimit = 1,
  400. icon = 30002
  401. },
  402. {
  403. chestId = 31504,
  404. name = '素色金箱',
  405. type = 2,
  406. breakLimit = 0,
  407. arenaLimit = 1,
  408. icon = 30003
  409. },
  410. {
  411. chestId = 31505,
  412. name = '雕花金箱',
  413. type = 2,
  414. breakLimit = 0,
  415. arenaLimit = 1,
  416. icon = 30003
  417. },
  418. {
  419. chestId = 31506,
  420. name = '镶玉金箱',
  421. type = 2,
  422. breakLimit = 0,
  423. arenaLimit = 1,
  424. icon = 30003
  425. },
  426. {
  427. chestId = 31601,
  428. name = '冰魄宝箱',
  429. type = 2,
  430. breakLimit = 0,
  431. arenaLimit = 1,
  432. icon = 30002
  433. },
  434. {
  435. chestId = 31701,
  436. name = '炎魂宝箱',
  437. type = 2,
  438. breakLimit = 1,
  439. arenaLimit = 0,
  440. icon = 30003
  441. },
  442. {
  443. chestId = 32001,
  444. name = '福禄宝箱',
  445. type = 3,
  446. breakLimit = 1,
  447. arenaLimit = 1,
  448. icon = 30003
  449. },
  450. {
  451. chestId = 32002,
  452. name = '福禄宝箱',
  453. type = 3,
  454. breakLimit = 1,
  455. arenaLimit = 1,
  456. icon = 30003
  457. },
  458. {
  459. chestId = 32003,
  460. name = '福禄宝箱',
  461. type = 3,
  462. breakLimit = 1,
  463. arenaLimit = 1,
  464. icon = 30003
  465. },
  466. {
  467. chestId = 33001,
  468. name = '招财宝箱',
  469. type = 4,
  470. breakLimit = 1,
  471. arenaLimit = 1,
  472. icon = 30003
  473. },
  474. {
  475. chestId = 33002,
  476. name = '招财宝箱',
  477. type = 4,
  478. breakLimit = 1,
  479. arenaLimit = 1,
  480. icon = 30003
  481. },
  482. {
  483. chestId = 33003,
  484. name = '招财宝箱',
  485. type = 4,
  486. breakLimit = 1,
  487. arenaLimit = 1,
  488. icon = 30003
  489. },
  490. {
  491. chestId = 34001,
  492. name = '开运宝箱',
  493. type = 5,
  494. breakLimit = 1,
  495. arenaLimit = 1,
  496. icon = 30003
  497. },
  498. {
  499. chestId = 35001,
  500. name = '段位突破宝箱 ',
  501. type = 6,
  502. breakLimit = 1,
  503. arenaLimit = 1,
  504. icon = 30004
  505. }
  506. }
  507. return root