diff --git a/configs/GuildDonateConfig.json b/configs/GuildDonateConfig.json index de5c6d1..3126d99 100644 --- a/configs/GuildDonateConfig.json +++ b/configs/GuildDonateConfig.json @@ -1 +1,4 @@ -{"2":{"staticcounttype":30,"type":2,"cost":200000,"adddonate":20,"addcion":20,"limittimes":5},"3":{"staticcounttype":31,"type":3,"cost":20,"adddonate":88,"addcion":88,"limittimes":5}} \ No newline at end of file +{ + "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 } +} diff --git a/tools/json2lua.js b/tools/json2lua.js index 9be9af7..c7f2db2 100644 --- a/tools/json2lua.js +++ b/tools/json2lua.js @@ -12,6 +12,7 @@ const scope = [ "ActivitiesConf", "UpstarPriceConfig", "UpstarConfig", + "GuildDonateConfig", // "NpcTransConf" // "MergeTotal", "RecyclingSettingConfig", "UpstarConfig", ].filter(Boolean);