- 修改 GuildDonateConfig.json 中的 limittimes 字段,从 5 调整为 50 - 在 json2lua.js 中添加 GuildDonateConfig 到处理列表,以便进行 JSON 到 Lua 的转换
5 lines
221 B
JSON
5 lines
221 B
JSON
{
|
|
"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 }
|
|
}
|