conf(config): 调整聊天系统配置并添加新武器掉落组

- 修改 ChatSystemConfig 中聊天等级限制配置,移除部分频道的充值限制
- 在 DropTableConfig 中添加新武器掉落组配置,ID 为 2100184
This commit is contained in:
aixianling
2025-01-15 16:38:07 +08:00
parent 4b309f7bec
commit b0e9f1431a
2 changed files with 15 additions and 1 deletions

View File

@@ -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 = {},
},
}