From b34c37a4b74ebf272b7cc78c4734fdb71058731e Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Sun, 18 May 2025 19:57:13 +0800 Subject: [PATCH] fix: update configs --- module/config/argument/args.json | 9 ++++++--- module/config/config_generated.py | 6 +++--- module/config/i18n/en-US.json | 9 ++++++--- module/config/i18n/zh-CN.json | 9 ++++++--- 4 files changed, 21 insertions(+), 12 deletions(-) diff --git a/module/config/argument/args.json b/module/config/argument/args.json index 85d4080..1b726be 100644 --- a/module/config/argument/args.json +++ b/module/config/argument/args.json @@ -343,7 +343,8 @@ 6, 7, 8, - 9 + 9, + 10 ] }, "Count": { @@ -365,7 +366,8 @@ 6, 7, 8, - 9 + 9, + 10 ] }, "Count": { @@ -387,7 +389,8 @@ 6, 7, 8, - 9 + 9, + 10 ] }, "Count": { diff --git a/module/config/config_generated.py b/module/config/config_generated.py index 0d0553f..cb528ec 100644 --- a/module/config/config_generated.py +++ b/module/config/config_generated.py @@ -56,15 +56,15 @@ class GeneratedConfig: Bounty_OnError = 'skip' # stop, skip # Group `Highway` - Highway_Stage = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 + Highway_Stage = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Highway_Count = 2 # Group `DesertRailroad` - DesertRailroad_Stage = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 + DesertRailroad_Stage = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 DesertRailroad_Count = 2 # Group `Schoolhouse` - Schoolhouse_Stage = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 + Schoolhouse_Stage = 0 # 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Schoolhouse_Count = 2 # Group `Scrimmage` diff --git a/module/config/i18n/en-US.json b/module/config/i18n/en-US.json index 01efd75..535d208 100644 --- a/module/config/i18n/en-US.json +++ b/module/config/i18n/en-US.json @@ -282,7 +282,8 @@ "6": "06 - Overpass F", "7": "07 - Overpass G", "8": "08 - Overpass H", - "9": "09 - Overpass I" + "9": "09 - Overpass I", + "10": "10 - Overpass J (JP Server Only)" }, "Count": { "name": "Sweep X times", @@ -306,7 +307,8 @@ "6": "06 - Abandoned Train F", "7": "07 - Abandoned Train G", "8": "08 - Abandoned Train H", - "9": "09 - Abandoned Train I" + "9": "09 - Abandoned Train I", + "10": "10 - Abandoned Train J (JP Server Only)" }, "Count": { "name": "Sweep X times", @@ -330,7 +332,8 @@ "6": "06 - Besieged Classroom F", "7": "07 - Besieged Classroom G", "8": "08 - Besieged Classroom H", - "9": "09 - Besieged Classroom I" + "9": "09 - Besieged Classroom I", + "10": "10 - Besieged Classroom J (JP Server Only)" }, "Count": { "name": "Sweep X times", diff --git a/module/config/i18n/zh-CN.json b/module/config/i18n/zh-CN.json index abc3267..c30fc9c 100644 --- a/module/config/i18n/zh-CN.json +++ b/module/config/i18n/zh-CN.json @@ -282,7 +282,8 @@ "6": "06 - 高架公路 F", "7": "07 - 高架公路 G", "8": "08 - 高架公路 H", - "9": "09 - 高架公路 I" + "9": "09 - 高架公路 I", + "10": "10 - 高架公路 J(仅日服)" }, "Count": { "name": "扫荡次数", @@ -306,7 +307,8 @@ "6": "06 - 被遗弃的列车 F", "7": "07 - 被遗弃的列车 G", "8": "08 - 被遗弃的列车 H", - "9": "09 - 被遗弃的列车 I" + "9": "09 - 被遗弃的列车 I", + "10": "10 - 被遗弃的列车 J(仅日服)" }, "Count": { "name": "扫荡次数", @@ -330,7 +332,8 @@ "6": "06 - 被袭击的教室 F", "7": "07 - 被袭击的教室 G", "8": "08 - 被袭击的教室 H", - "9": "09 - 被袭击的教室 I" + "9": "09 - 被袭击的教室 I", + "10": "10 - 被袭击的教室 J(仅日服)" }, "Count": { "name": "扫荡次数",