123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- local root = {
- {
- cupGroupId = 101,
- sceneLv = 1,
- items = {{type=1,id=101,count=200}}
- },
- {
- cupGroupId = 101,
- sceneLv = 2,
- items = {{type=1,id=102,count=50}}
- },
- {
- cupGroupId = 101,
- sceneLv = 3,
- items = {{type=1,id=811,count=5}}
- },
- {
- cupGroupId = 101,
- sceneLv = 4,
- items = {{type=2,id=10000,qa=2,count=1}}
- },
- {
- cupGroupId = 101,
- sceneLv = 5,
- items = {{type=2,id=10000,qa=3,count=1}}
- },
- {
- cupGroupId = 101,
- sceneLv = 6,
- items = {{type=1,id=811,count=5}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 7,
- items = {{type=2,id=10000,qa=2,count=1}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 8,
- items = {{type=1,id=101,count=1000}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 9,
- items = {{type=1,id=102,count=50}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 10,
- items = {{type=1,id=301,count=5}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 11,
- items = {{type=1,id=501,count=1}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 12,
- items = {{type=2,id=10000,qa=2,count=1}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 13,
- items = {{type=2,id=10000,qa=3,count=1}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 14,
- items = {{type=1,id=811,count=5}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 15,
- items = {{type=1,id=101,count=2000}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 16,
- items = {{type=1,id=102,count=100}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 17,
- items = {{type=1,id=301,count=5}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 18,
- items = {{type=1,id=501,count=1}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 19,
- items = {{type=2,id=10000,qa=2,count=1}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 20,
- items = {{type=1,id=811,count=5}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 21,
- items = {{type=2,id=10000,qa=3,count=1}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 22,
- items = {{type=1,id=101,count=3000}},
- isReset = true
- },
- {
- cupGroupId = 101,
- sceneLv = 23,
- items = {{type=2,id=10000,qa=3,count=1}},
- isReset = true
- }
- }
- return root
|