diff --git a/config/Charge.xlsx b/config/Charge.xlsx index d760e044..5b242bb3 100644 Binary files a/config/Charge.xlsx and b/config/Charge.xlsx differ diff --git a/config/Friend.xlsx b/config/Friend.xlsx index ad50397d..7f2bab33 100644 Binary files a/config/Friend.xlsx and b/config/Friend.xlsx differ diff --git a/tool/cfg/cfg_txt.json b/tool/cfg/cfg_txt.json index 969cb332..78c4922d 100644 --- a/tool/cfg/cfg_txt.json +++ b/tool/cfg/cfg_txt.json @@ -1136,6 +1136,37 @@ "string", "string" ] + }, + { + "in_file": "Guide.xlsx", + "out_file": "GuideReward.txt", + "sheet_name": "GuideReward", + "coloum_type": [ + "int", + "string", + "int" + ] + }, + { + "in_file": "Friend.xlsx", + "out_file": "FriendConst.txt", + "sheet_name": "const", + "coloum_type": [ + "int", + "string", + "int", + "string" + ] + }, + { + "in_file": "Charge.xlsx", + "out_file": "ChargeConst.txt", + "sheet_name": "Const", + "coloum_type": [ + "int", + "string", + "string" + ] } ] } \ No newline at end of file