refactor(guild): 优化行会捐献配置结构

- 重新组织 GuildDonateConfig 表结构,使配置项更加清晰
- 将 limittimes 值从 5 修改为 50,提高捐献次数限制
This commit is contained in:
2025-01-24 19:02:51 +08:00
parent c782530bf5
commit 48da198fea

View File

@@ -1,19 +1,4 @@
--AB-元宝替代.xlsx 行会捐献 GuildDonateConfig = {
GuildDonateConfig={ [2] = { staticcounttype = 30, type = 2, cost = 200000, adddonate = 20, addcion = 20, limittimes = 50 },
[2] = { [3] = { staticcounttype = 31, type = 3, cost = 20, adddonate = 88, addcion = 88, limittimes = 50 },
type = 2, }
cost = 200000,
addcion = 20,
limittimes = 5,
staticcounttype = 30,
adddonate = 20,
},
[3] = {
type = 3,
cost = 20,
addcion = 88,
limittimes = 5,
staticcounttype = 31,
adddonate = 88,
},
}