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:
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -27,16 +27,6 @@ EventD:
|
||||
|
||||
# ==================== Reward ====================
|
||||
|
||||
Commission:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
Research:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
Reward:
|
||||
Scheduler:
|
||||
Enable: true
|
||||
|
||||
# ==================== DailyReward ====================
|
||||
|
||||
# ==================== DailyMission ====================
|
||||
|
||||
Reference in New Issue
Block a user