123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- -- 此文件工具自动生成,不要修改
- ---@class cfg_hangupReboot_column
- ---唯一序号
- ---地图顺序id*10000+怪物类型*100+排序
- ---@field id number @序号 column=1 A
- ---当前挂机地图id
- ---@field mapId number @地图id column=2 B
- ---地图名称备注方便策划查看
- ---@field mapName string @地图名称 column=3 C
- ---1=小怪
- ---2=黄金怪
- ---@field monsterName number @怪物类型 column=4 D
- ---离线挂机服务器重启状态下,每多少秒涨多少经验值
- ---秒#经验值配置
- ---@field monsterGroup IntList @经验值 column=5 E
- local cfg_hangupReboot =
- {
- {id=10101, mapId=1001, mapName="勇者大陆", monsterGroup={2,400}},
- {id=20101, mapId=1004, mapName="仙踪林", monsterGroup={2,400}},
- {id=30101, mapId=1052, mapName="幻术园", monsterGroup={2,400}},
- {id=40101, mapId=1003, mapName="冰风谷", monsterGroup={2,1000}},
- {id=50101, mapId=1002, mapName="地下城1", monsterGroup={2,1400}},
- {id=60101, mapId=1102, mapName="地下城2", monsterGroup={2,1400}},
- {id=70101, mapId=1202, mapName="地下城3", monsterGroup={2,1400}},
- {id=80101, mapId=1005, mapName="失落之塔1"},
- {id=90101, mapId=1105, mapName="失落之塔2"},
- {id=100101, mapId=1205, mapName="失落之塔3"},
- {id=110101, mapId=1305, mapName="失落之塔4"},
- {id=120101, mapId=1405, mapName="失落之塔5"},
- {id=130101, mapId=1505, mapName="失落之塔6"},
- {id=140101, mapId=1605, mapName="失落之塔7"},
- {id=150101, mapId=1008, mapName="亚特兰蒂斯1", monsterGroup={2,2150}},
- {id=160101, mapId=1108, mapName="亚特兰蒂斯2", monsterGroup={2,2150}},
- {id=170101, mapId=1208, mapName="黄金·亚特兰蒂斯1", monsterGroup={2,2150}},
- {id=180101, mapId=1308, mapName="黄金·亚特兰蒂斯2", monsterGroup={2,2150}},
- {id=190101, mapId=1009, mapName="死亡沙漠1", monsterGroup={2,3889}},
- {id=200101, mapId=1109, mapName="死亡沙漠2", monsterGroup={2,3889}},
- {id=210101, mapId=1209, mapName="黄金·死亡沙漠1", monsterGroup={2,3889}},
- {id=220101, mapId=1309, mapName="黄金·死亡沙漠2", monsterGroup={2,3889}},
- {id=230101, mapId=1060, mapName="泊湖雨林1", monsterGroup={2,5737}},
- {id=240101, mapId=1160, mapName="泊湖雨林2", monsterGroup={2,5737}},
- {id=250101, mapId=1260, mapName="黄金·泊湖雨林1", monsterGroup={2,5737}},
- {id=260101, mapId=1360, mapName="黄金·泊湖雨林2", monsterGroup={2,5737}},
- {id=270101, mapId=1034, mapName="幽暗森林1", monsterGroup={2,7476}},
- {id=280101, mapId=1134, mapName="幽暗森林2", monsterGroup={2,7476}},
- {id=290101, mapId=1234, mapName="黄金·幽暗森林1", monsterGroup={2,7476}},
- {id=300101, mapId=1334, mapName="黄金·幽暗森林2", monsterGroup={2,7476}},
- {id=310101, mapId=1011, mapName="天空之城1", monsterGroup={2,9456}},
- {id=320101, mapId=1111, mapName="天空之城2", monsterGroup={2,9456}},
- {id=330101, mapId=1211, mapName="天空之城3", monsterGroup={2,9456}},
- {id=340101, mapId=1311, mapName="黄金·天空之城1", monsterGroup={2,9456}},
- {id=350101, mapId=1411, mapName="黄金·天空之城2", monsterGroup={2,9456}},
- {id=360101, mapId=1511, mapName="黄金·天空之城3", monsterGroup={2,9456}},
- {id=370101, mapId=1038, mapName="坎特鲁废墟1", monsterGroup={2,12178}},
- {id=380101, mapId=1138, mapName="坎特鲁废墟2", monsterGroup={2,12178}},
- {id=390101, mapId=1238, mapName="黄金·坎特鲁废墟1", monsterGroup={2,12178}},
- {id=400101, mapId=1338, mapName="黄金·坎特鲁废墟2", monsterGroup={2,12178}},
- {id=410101, mapId=1039, mapName="坎特鲁遗址1", monsterGroup={2,20253}},
- {id=420101, mapId=1139, mapName="坎特鲁遗址2", monsterGroup={2,20253}},
- {id=430101, mapId=1239, mapName="黄金·坎特鲁遗址1", monsterGroup={2,20253}},
- {id=440101, mapId=1339, mapName="黄金·坎特鲁遗址2", monsterGroup={2,20253}},
- {id=450101, mapId=1058, mapName="冰霜之城1", monsterGroup={2,40072}},
- {id=460101, mapId=1158, mapName="冰霜之城2", monsterGroup={2,40072}},
- {id=470101, mapId=1258, mapName="冰霜之城3", monsterGroup={2,40072}},
- {id=480101, mapId=1358, mapName="黄金·冰霜之城1", monsterGroup={2,40072}},
- {id=490101, mapId=1458, mapName="黄金·冰霜之城2", monsterGroup={2,40072}},
- {id=500101, mapId=1558, mapName="黄金·冰霜之城3", monsterGroup={2,40072}},
- {id=510101, mapId=1057, mapName="安宁池", monsterGroup={2,73276}},
- {id=520101, mapId=1157, mapName="黄金·安宁池", monsterGroup={2,73276}},
- {id=40201, mapId=1003, mapName="冰风谷", monsterName=2, monsterGroup={120,23000}},
- {id=50201, mapId=1002, mapName="地下城1", monsterName=2, monsterGroup={120,35000}},
- {id=60201, mapId=1102, mapName="地下城2", monsterName=2, monsterGroup={120,35000}},
- {id=70201, mapId=1202, mapName="地下城3", monsterName=2, monsterGroup={120,35000}},
- {id=80201, mapId=1005, mapName="失落之塔1", monsterName=2, monsterGroup={120,78000}},
- {id=90201, mapId=1105, mapName="失落之塔2", monsterName=2, monsterGroup={120,78000}},
- {id=100201, mapId=1205, mapName="失落之塔3", monsterName=2, monsterGroup={120,78000}},
- {id=110201, mapId=1305, mapName="失落之塔4", monsterName=2, monsterGroup={120,78000}},
- {id=120201, mapId=1405, mapName="失落之塔5", monsterName=2, monsterGroup={120,78000}},
- {id=130201, mapId=1505, mapName="失落之塔6", monsterName=2, monsterGroup={120,78000}},
- {id=140201, mapId=1605, mapName="失落之塔7", monsterName=2, monsterGroup={120,78000}},
- {id=150201, mapId=1008, mapName="亚特兰蒂斯1", monsterName=2, monsterGroup={120,195000}},
- {id=160201, mapId=1108, mapName="亚特兰蒂斯2", monsterName=2, monsterGroup={120,195000}},
- {id=170201, mapId=1208, mapName="黄金·亚特兰蒂斯1", monsterName=2, monsterGroup={120,195000}},
- {id=180201, mapId=1308, mapName="黄金·亚特兰蒂斯2", monsterName=2, monsterGroup={120,195000}},
- {id=190201, mapId=1009, mapName="死亡沙漠1", monsterName=2, monsterGroup={120,350000}},
- {id=200201, mapId=1109, mapName="死亡沙漠2", monsterName=2, monsterGroup={120,350000}},
- {id=210201, mapId=1209, mapName="黄金·死亡沙漠1", monsterName=2, monsterGroup={120,350000}},
- {id=220201, mapId=1309, mapName="黄金·死亡沙漠2", monsterName=2, monsterGroup={120,350000}},
- {id=230201, mapId=1060, mapName="泊湖雨林1", monsterName=2, monsterGroup={120,555101}},
- {id=240201, mapId=1160, mapName="泊湖雨林2", monsterName=2, monsterGroup={120,555101}},
- {id=250201, mapId=1260, mapName="黄金·泊湖雨林1", monsterName=2, monsterGroup={120,555101}},
- {id=260201, mapId=1360, mapName="黄金·泊湖雨林2", monsterName=2, monsterGroup={120,555101}},
- {id=270201, mapId=1034, mapName="幽暗森林1", monsterName=2, monsterGroup={120,748976}},
- {id=280201, mapId=1134, mapName="幽暗森林2", monsterName=2, monsterGroup={120,748976}},
- {id=290201, mapId=1234, mapName="黄金·幽暗森林1", monsterName=2, monsterGroup={120,748976}},
- {id=300201, mapId=1334, mapName="黄金·幽暗森林2", monsterName=2, monsterGroup={120,748976}},
- {id=310201, mapId=1011, mapName="天空之城1", monsterName=2, monsterGroup={120,912296}},
- {id=320201, mapId=1111, mapName="天空之城2", monsterName=2, monsterGroup={120,912296}},
- {id=330201, mapId=1211, mapName="天空之城3", monsterName=2, monsterGroup={120,912296}},
- {id=340201, mapId=1311, mapName="黄金·天空之城1", monsterName=2, monsterGroup={120,912296}},
- {id=350201, mapId=1411, mapName="黄金·天空之城2", monsterName=2, monsterGroup={120,912296}},
- {id=360201, mapId=1511, mapName="黄金·天空之城3", monsterName=2, monsterGroup={120,912296}},
- {id=370201, mapId=1038, mapName="坎特鲁废墟1", monsterName=2, monsterGroup={120,1218453}},
- {id=380201, mapId=1138, mapName="坎特鲁废墟2", monsterName=2, monsterGroup={120,1218453}},
- {id=390201, mapId=1238, mapName="黄金·坎特鲁废墟1", monsterName=2, monsterGroup={120,1218453}},
- {id=400201, mapId=1338, mapName="黄金·坎特鲁废墟2", monsterName=2, monsterGroup={120,1218453}},
- {id=410201, mapId=1039, mapName="坎特鲁遗址1", monsterName=2, monsterGroup={120,2103221}},
- {id=420201, mapId=1139, mapName="坎特鲁遗址2", monsterName=2, monsterGroup={120,2103221}},
- {id=430201, mapId=1239, mapName="黄金·坎特鲁遗址1", monsterName=2, monsterGroup={120,2103221}},
- {id=440201, mapId=1339, mapName="黄金·坎特鲁遗址2", monsterName=2, monsterGroup={120,2103221}},
- {id=450201, mapId=1058, mapName="冰霜之城1", monsterName=2, monsterGroup={120,4141241}},
- {id=460201, mapId=1158, mapName="冰霜之城2", monsterName=2, monsterGroup={120,4141241}},
- {id=470201, mapId=1258, mapName="冰霜之城3", monsterName=2, monsterGroup={120,4141241}},
- {id=480201, mapId=1358, mapName="黄金·冰霜之城1", monsterName=2, monsterGroup={120,4141241}},
- {id=490201, mapId=1458, mapName="黄金·冰霜之城2", monsterName=2, monsterGroup={120,4141241}},
- {id=500201, mapId=1558, mapName="黄金·冰霜之城3", monsterName=2, monsterGroup={120,4141241}},
- {id=510201, mapId=1057, mapName="安宁池", monsterName=2, monsterGroup={120,7339214}},
- {id=520201, mapId=1157, mapName="黄金·安宁池", monsterName=2, monsterGroup={120,7339214}},
- }
- local defaults = {monsterName=1, monsterGroup={2,1700}}
- local mt = {__index = defaults}
- for _, v in ipairs(cfg_hangupReboot) do
- setmetatable(v, mt)
- end
- return cfg_hangupReboot
|