1234567891011121314151617181920212223 |
- local root = {
- {
- activeConfigId = 1,
- maxProgress = 10,
- item = {type=1,id=811,count=1}
- },
- {
- activeConfigId = 1,
- maxProgress = 30,
- item = {type=1,id=811,count=1}
- },
- {
- activeConfigId = 1,
- maxProgress = 60,
- item = {type=1,id=811,count=1}
- },
- {
- activeConfigId = 1,
- maxProgress = 100,
- item = {type=1,id=811,count=2}
- }
- }
- return root
|