12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- local root = {
- {
- chestId = 30001,
- level = 1,
- weight = 1
- },
- {
- chestId = 30002,
- level = 1,
- weight = 0,
- weightAdd = {{id=3,weight=100},{id=1,chestId=30002,weight=-100},{id=1,chestId=30003,weight=-100},{id=1,chestId=30004,weight=-100}}
- },
- {
- chestId = 30003,
- level = 3,
- weight = 0,
- weightAdd = {{id=3,weight=10000},{id=1,chestId=30003,weight=-10000},{id=1,chestId=30004,weight=-10000}}
- },
- {
- chestId = 30004,
- level = 7,
- weight = 0,
- weightAdd = {{id=3,weight=1000000},{id=1,chestId=30004,weight=-1000000}}
- },
- {
- chestId = 30005,
- level = 6,
- weight = 0
- },
- {
- chestId = 30006,
- level = 6,
- weight = 0
- },
- {
- chestId = 30007,
- level = 4,
- weight = 0
- },
- {
- chestId = 30008,
- level = 4,
- weight = 0
- },
- {
- chestId = 30009,
- level = 6,
- weight = 0
- },
- {
- chestId = 30010,
- level = 6,
- weight = 0
- },
- {
- chestId = 30011,
- level = 6,
- weight = 0
- }
- }
- return root
|