1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 07:35:25 +08:00

Add: Support daily Module Development

This commit is contained in:
LmeSzinc
2022-06-09 23:58:10 +08:00
parent f1a42832fd
commit af4cb88ff5
9 changed files with 124 additions and 14 deletions

View File

@@ -5217,6 +5217,27 @@
"second",
"third"
]
},
"ModuleDevelopment": {
"type": "select",
"value": "first",
"option": [
"skip",
"first",
"second"
]
},
"ModuleDevelopmentFleet": {
"type": "select",
"value": 5,
"option": [
1,
2,
3,
4,
5,
6
]
}
}
},

View File

@@ -465,6 +465,12 @@ Daily:
SupplyLineDisruption:
value: second
option: [skip, first, second, third]
ModuleDevelopment:
value: first
option: [skip, first, second]
ModuleDevelopmentFleet:
value: 5
option: [1, 2, 3, 4, 5, 6]
Hard:
HardStage: 11-4
HardFleet:

View File

@@ -289,6 +289,8 @@ class GeneratedConfig:
Daily_TacticalTraining = 'second' # skip, first, second, third
Daily_TacticalTrainingFleet = 5 # 1, 2, 3, 4, 5, 6
Daily_SupplyLineDisruption = 'second' # skip, first, second, third
Daily_ModuleDevelopment = 'first' # skip, first, second
Daily_ModuleDevelopmentFleet = 5 # 1, 2, 3, 4, 5, 6
# Group `Hard`
Hard_HardStage = '11-4'

View File

@@ -1653,6 +1653,23 @@
"first": "first",
"second": "second",
"third": "third"
},
"ModuleDevelopment": {
"name": "Module Development Preference",
"help": "",
"skip": "skip",
"first": "first",
"second": "second"
},
"ModuleDevelopmentFleet": {
"name": "Tactical Training Fleet",
"help": "",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6"
}
},
"Hard": {

View File

@@ -1653,6 +1653,23 @@
"first": "first",
"second": "second",
"third": "third"
},
"ModuleDevelopment": {
"name": "Daily.ModuleDevelopment.name",
"help": "Daily.ModuleDevelopment.help",
"skip": "skip",
"first": "first",
"second": "second"
},
"ModuleDevelopmentFleet": {
"name": "Daily.ModuleDevelopmentFleet.name",
"help": "Daily.ModuleDevelopmentFleet.help",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6"
}
},
"Hard": {

View File

@@ -1653,6 +1653,23 @@
"first": "第一个",
"second": "第二个",
"third": "第三个"
},
"ModuleDevelopment": {
"name": "兵装训练(兵装本)",
"help": "",
"skip": "不打",
"first": "第一个",
"second": "第二个"
},
"ModuleDevelopmentFleet": {
"name": "兵装训练出击舰队",
"help": "",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6"
}
},
"Hard": {

View File

@@ -1653,6 +1653,23 @@
"first": "第一個",
"second": "第二個",
"third": "第三個"
},
"ModuleDevelopment": {
"name": "兵裝訓練(兵裝)",
"help": "",
"skip": "不打",
"first": "第一個",
"second": "第二個"
},
"ModuleDevelopmentFleet": {
"name": "兵裝訓練出擊艦隊",
"help": "",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6"
}
},
"Hard": {