init
This commit is contained in:
31
server/cross/LogicServer/data/config/item/TradeLine.config
Normal file
31
server/cross/LogicServer/data/config/item/TradeLine.config
Normal file
@@ -0,0 +1,31 @@
|
||||
--D-道具表配置.xlsx 寄售行分类
|
||||
TradeLineConfig={
|
||||
[0] = {
|
||||
id = 0,
|
||||
name = "全部",
|
||||
},
|
||||
[1] = {
|
||||
id = 1,
|
||||
name = "装备",
|
||||
},
|
||||
[2] = {
|
||||
id = 2,
|
||||
name = "装备凭证",
|
||||
},
|
||||
[3] = {
|
||||
id = 3,
|
||||
name = "特殊道具",
|
||||
},
|
||||
[4] = {
|
||||
id = 4,
|
||||
name = "成长材料",
|
||||
},
|
||||
[5] = {
|
||||
id = 5,
|
||||
name = "消耗品",
|
||||
},
|
||||
[6] = {
|
||||
id = 6,
|
||||
name = "神装",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user