Files
chuanqi-server-instance/LogicServer/data/config/guild/GuildDonate.config
Kubbo 48da198fea refactor(guild): 优化行会捐献配置结构
- 重新组织 GuildDonateConfig 表结构,使配置项更加清晰
- 将 limittimes 值从 5 修改为 50,提高捐献次数限制
2025-01-24 19:02:51 +08:00

5 lines
230 B
Plaintext
Executable File

GuildDonateConfig = {
[2] = { staticcounttype = 30, type = 2, cost = 200000, adddonate = 20, addcion = 20, limittimes = 50 },
[3] = { staticcounttype = 31, type = 3, cost = 20, adddonate = 88, addcion = 88, limittimes = 50 },
}