1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-31 07:40:48 +08:00

Opt: cl1 do not call stronghold if no stronghold exists

This commit is contained in:
2025-09-07 03:55:39 +08:00
parent e7e5ec7ffa
commit e9957200e5
10 changed files with 56 additions and 32 deletions

View File

@@ -7253,7 +7253,7 @@
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": true,
"value": false,
"option": [
true,
false
@@ -7414,7 +7414,7 @@
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": true,
"value": false,
"option": [
true,
false
@@ -7776,7 +7776,7 @@
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": true,
"value": false,
"option": [
true,
false
@@ -9672,6 +9672,11 @@
"ForceRun": {
"type": "checkbox",
"value": false
},
"HasStronghold": {
"type": "stored",
"value": true,
"display": "hide"
}
},
"OpsiFleetFilter": {

View File

@@ -746,8 +746,8 @@ OpsiDaily:
SkipSirenResearchMission: false
KeepMissionZone: false
MissionZones:
value: null
type: stored
value: null
display: hide
OpsiObscure:
SkipHazard2Obscure: false
@@ -757,6 +757,10 @@ OpsiAbyssal:
OpsiStronghold:
SubmarineEveryCombat: false
ForceRun: false
HasStronghold:
type: stored
value: True
display: hide
OpsiMonthBoss:
Mode:
value: normal

View File

@@ -27,16 +27,6 @@ EventD:
# ==================== Reward ====================
Commission:
Scheduler:
Enable: true
Research:
Scheduler:
Enable: true
Reward:
Scheduler:
Enable: true
# ==================== DailyReward ====================
# ==================== DailyMission ====================

View File

@@ -444,6 +444,7 @@ class GeneratedConfig:
# Group `OpsiStronghold`
OpsiStronghold_SubmarineEveryCombat = False
OpsiStronghold_ForceRun = False
OpsiStronghold_HasStronghold = True
# Group `OpsiMonthBoss`
OpsiMonthBoss_Mode = 'normal' # normal, normal_hard

View File

@@ -2550,7 +2550,7 @@
},
"MissionZones": {
"name": "Zones needed to be clear at the end of the month",
"help": ""
"help": "This value is automatically recorded and generally does not need to be modified."
}
},
"OpsiObscure": {
@@ -2589,6 +2589,10 @@
"ForceRun": {
"name": "Force Run",
"help": "Ignore interval, clear all siren strongholds, and use AP to submit scan orders (and submarine if enabled)\nGenerally not needed to force run, just run in intervals unless in a rush"
},
"HasStronghold": {
"name": "If found stronghold in last run",
"help": "This value is automatically recorded and generally does not need to be modified."
}
},
"OpsiMonthBoss": {

View File

@@ -2589,6 +2589,10 @@
"ForceRun": {
"name": "OpsiStronghold.ForceRun.name",
"help": "OpsiStronghold.ForceRun.help"
},
"HasStronghold": {
"name": "OpsiStronghold.HasStronghold.name",
"help": "OpsiStronghold.HasStronghold.help"
}
},
"OpsiMonthBoss": {

View File

@@ -2550,7 +2550,7 @@
},
"MissionZones": {
"name": "月底需要清理的海域",
"help": ""
"help": "这个数值是自动记录的,一般不需要修改"
}
},
"OpsiObscure": {
@@ -2589,6 +2589,10 @@
"ForceRun": {
"name": "无视运行间隔强制运行",
"help": "开启后将带来额外的行动力消耗,一般不用打开,慢慢打就好"
},
"HasStronghold": {
"name": "上次运行任务时是否找到塞壬要塞",
"help": "这个数值是自动记录的,一般不需要修改"
}
},
"OpsiMonthBoss": {

View File

@@ -2550,7 +2550,7 @@
},
"MissionZones": {
"name": "月底需要清理的海域",
"help": ""
"help": "這個數值是自動記錄的,一般不需要修改"
}
},
"OpsiObscure": {
@@ -2589,6 +2589,10 @@
"ForceRun": {
"name": "無視運行間隔強制運行",
"help": "開啟後將帶來額外的行動力消耗,一般不用打開,慢慢打就好"
},
"HasStronghold": {
"name": "上次運行任務時是否找到塞壬要塞",
"help": "這個數值是自動記錄的,一般不需要修改"
}
},
"OpsiMonthBoss": {