1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-28 17:24:04 +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 ====================