123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- --[[
- StageInfoConfig_proto.lua
- exported by excel2lua.py
- from file:关卡信息表.xlsx
- --]]
- return {
- [1] = {
- ID = 1,
- reward = {0},
- condition = 1,
- front = 0,
- type = 1,
- parameter = 0,
- box = {40001,40002,40003},
- boxcondition = {2,4,5},
- },
- [2] = {
- ID = 2,
- reward = {0},
- condition = 1,
- front = 1,
- type = 1,
- parameter = 0,
- box = {40001,40002,40003},
- boxcondition = {3,6,8},
- },
- [3] = {
- ID = 3,
- reward = {0},
- condition = 2,
- front = 2,
- type = 1,
- parameter = 0,
- box = {40001,40002,40003},
- boxcondition = {3,6,8},
- },
- [4] = {
- ID = 4,
- reward = {0},
- condition = 3,
- front = 3,
- type = 1,
- parameter = 0,
- box = {40001,40002,40003},
- boxcondition = {3,6,8},
- },
- [5] = {
- ID = 5,
- reward = {0},
- condition = 4,
- front = 4,
- type = 1,
- parameter = 0,
- box = {40001,40002,40003},
- boxcondition = {3,6,8},
- },
- [6] = {
- ID = 6,
- reward = {0},
- condition = 5,
- front = 5,
- type = 1,
- parameter = 0,
- box = {40001,40002,40003},
- boxcondition = {3,6,8},
- },
- [7] = {
- ID = 7,
- reward = {0},
- condition = 7,
- front = 6,
- type = 1,
- parameter = 0,
- box = {40001,40002,40003},
- boxcondition = {3,6,8},
- },
- [8] = {
- ID = 8,
- reward = {0},
- condition = 10,
- front = 7,
- type = 1,
- parameter = 0,
- box = {40001,40002,40003},
- boxcondition = {3,6,8},
- },
- [9] = {
- ID = 9,
- reward = {0},
- condition = 11,
- front = 8,
- type = 1,
- parameter = 0,
- box = {40001,40002,40003},
- boxcondition = {3,6,8},
- },
- [10] = {
- ID = 10,
- reward = {0},
- condition = 12,
- front = 9,
- type = 1,
- parameter = 0,
- box = {40001,40002,40003},
- boxcondition = {3,6,8},
- },
- }
|