diff --git a/config/Activity.xlsx b/config/Activity.xlsx index f26d8180..c0c1818c 100644 Binary files a/config/Activity.xlsx and b/config/Activity.xlsx differ diff --git a/config/Mining.xlsx b/config/Mining.xlsx index 47257c16..5976c5d2 100644 Binary files a/config/Mining.xlsx and b/config/Mining.xlsx differ diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index a12b2eba..af2d0856 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -352,6 +352,41 @@ "key": "Id", "sheet_name" :"RandomNameDataBase", "fields" :["EnName", "CnName", "Gender"] + }, + { + "in_file": "Mining.xlsx", + "out_file": "MiningTemplate.json", + "key": "Id", + "sheet_name" :"template", + "fields" :["Template", "PassNum", "ItemCost"] + }, + { + "in_file": "Mining.xlsx", + "out_file": "MiningPass.json", + "key": "Id", + "sheet_name" :"Pass", + "fields" :["Template", "Items"] + }, + { + "in_file": "Mining.xlsx", + "out_file": "MiningPass.json", + "key": "Id", + "sheet_name" :"Pass", + "fields" :["Template", "Items"] + }, + { + "in_file": "Mining.xlsx", + "out_file": "MiningJackpot.json", + "key": "Id", + "sheet_name" :"Pass", + "fields" :["Prob", "Items"] + }, + { + "in_file": "Mining.xlsx", + "out_file": "MiningGem.json", + "key": "Id", + "sheet_name" :"Pass", + "fields" :["Area"] } ] } \ No newline at end of file