123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- local root = {
- {
- battleType = 1,
- id = 1,
- winSettle = 0,
- chestId = 31301
- },
- {
- battleType = 1,
- id = 2,
- winSettle = 1,
- chestId = 31302
- },
- {
- battleType = 1,
- id = 3,
- winSettle = 2,
- chestId = 31303
- },
- {
- battleType = 1,
- id = 4,
- winSettle = 3,
- chestId = 31304
- },
- {
- battleType = 1,
- id = 5,
- winSettle = 4,
- chestId = 31305
- },
- {
- battleType = 1,
- id = 6,
- winSettle = 5,
- chestId = 31306
- },
- {
- battleType = 103,
- id = 1,
- winSettle = 0,
- chestId = 31301
- },
- {
- battleType = 103,
- id = 2,
- winSettle = 1,
- chestId = 31302
- },
- {
- battleType = 103,
- id = 3,
- winSettle = 2,
- chestId = 31303
- },
- {
- battleType = 103,
- id = 4,
- winSettle = 3,
- chestId = 31304
- },
- {
- battleType = 103,
- id = 5,
- winSettle = 4,
- chestId = 31305
- },
- {
- battleType = 103,
- id = 6,
- winSettle = 5,
- chestId = 31306
- }
- }
- return root
|