123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- local root = {
- {
- id = 2001,
- refreshType = 2,
- buyNumLimit = 1,
- goodName = '算命符',
- consume = 410,
- item = {type=1,id=811,count=5}
- },
- {
- id = 2002,
- refreshType = 2,
- buyNumLimit = 1,
- goodName = '玉叶',
- consume = 239,
- item = {type=1,id=101,count=2000}
- },
- {
- id = 2003,
- refreshType = 2,
- buyNumLimit = 1,
- goodName = '宝箱',
- consume = 157,
- item = {type=1,id=31100,count=1}
- },
- {
- id = 1001,
- refreshType = 1,
- buyNumLimit = 1,
- goodName = '天卡',
- consume = 1075,
- item = {type=1,id=60003,count=1}
- },
- {
- id = 1002,
- refreshType = 1,
- buyNumLimit = 1,
- goodName = '地卡',
- consume = 645,
- item = {type=1,id=60002,count=3}
- },
- {
- id = 1003,
- refreshType = 1,
- buyNumLimit = 1,
- goodName = '人卡',
- consume = 290,
- item = {type=1,id=60001,count=10}
- }
- }
- return root
|