diff --git a/config/Activity.xlsx b/config/Activity.xlsx index 57cde9d2..2f74ae85 100644 Binary files a/config/Activity.xlsx and b/config/Activity.xlsx differ diff --git a/config/Champship.xlsx b/config/Champship.xlsx index 18efabb5..9175b8dc 100644 Binary files a/config/Champship.xlsx and b/config/Champship.xlsx differ diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index c97addf0..e92f0a01 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -474,6 +474,13 @@ "sheet_name" :"Jackpot", "fields" :["ItemId", "Type", "Energy","Lv"] }, + { + "in_file": "Champship.xlsx", + "out_file": "ChampshipConst.json", + "key": "Key", + "sheet_name" :"Const", + "fields" :["Value"] + }, { "in_file": "Champship.xlsx", "out_file": "ChampshipScore.json", @@ -486,14 +493,14 @@ "out_file": "ChampshipJackpot.json", "key": "Id", "sheet_name" :"Jackpot", - "fields" :["Total", "Score", "Items"] + "fields" :["Total", "Score", "Items", "RewardGroupType"] }, { "in_file": "Champship.xlsx", "out_file": "ChampshipRank.json", "key": "Id", "sheet_name" :"Rank", - "fields" :["Min", "Max", "Items"] + "fields" :["Min", "Max", "Items", "RewardGroupType"] }, { "in_file": "Champship.xlsx",