conf(config): 调整聊天系统配置并添加新武器掉落组
- 修改 ChatSystemConfig 中聊天等级限制配置,移除部分频道的充值限制 - 在 DropTableConfig 中添加新武器掉落组配置,ID 为 2100184
This commit is contained in:
@@ -10304,4 +10304,18 @@ DropTableConfig = {
|
||||
},
|
||||
weeklimit = {},
|
||||
},
|
||||
--新武器掉落组
|
||||
[2100184] = {
|
||||
id = 2100184,
|
||||
type = 2,
|
||||
table = {
|
||||
{ rate = 10, type = 0, id = 800, count = 1 },
|
||||
{ rate = 10, type = 0, id = 801, count = 1 },
|
||||
{ rate = 10, type = 0, id = 1372, count = 1 },
|
||||
{ rate = 10, type = 0, id = 1373, count = 1 },
|
||||
{ rate = 10, type = 0, id = 1374, count = 1 },
|
||||
{ rate = 10, type = 0, id = 1375, count = 1 },
|
||||
},
|
||||
weeklimit = {},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user