mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-13 11:39:21 +08:00
Opt: cl1 do not call stronghold if no stronghold exists
This commit is contained in:
@@ -1384,7 +1384,7 @@
|
||||
},
|
||||
"Commission": {
|
||||
"Scheduler": {
|
||||
"Enable": true,
|
||||
"Enable": false,
|
||||
"NextRun": "2020-01-01 00:00:00",
|
||||
"Command": "Commission",
|
||||
"SuccessInterval": "30-60",
|
||||
@@ -1430,7 +1430,7 @@
|
||||
},
|
||||
"Research": {
|
||||
"Scheduler": {
|
||||
"Enable": true,
|
||||
"Enable": false,
|
||||
"NextRun": "2020-01-01 00:00:00",
|
||||
"Command": "Research",
|
||||
"SuccessInterval": "30-60",
|
||||
@@ -1525,7 +1525,7 @@
|
||||
},
|
||||
"Reward": {
|
||||
"Scheduler": {
|
||||
"Enable": true,
|
||||
"Enable": false,
|
||||
"NextRun": "2020-01-01 00:00:00",
|
||||
"Command": "Reward",
|
||||
"SuccessInterval": "120-240",
|
||||
@@ -1999,7 +1999,8 @@
|
||||
},
|
||||
"OpsiStronghold": {
|
||||
"SubmarineEveryCombat": false,
|
||||
"ForceRun": false
|
||||
"ForceRun": false,
|
||||
"HasStronghold": true
|
||||
},
|
||||
"OpsiFleetFilter": {
|
||||
"Filter": "Fleet-4 > CallSubmarine > Fleet-2 > Fleet-3 > Fleet-1"
|
||||
|
||||
Reference in New Issue
Block a user