mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 13:45:34 +08:00
Opt: Remove OpsiAshBeacon.AshAttack since it should always be True
This commit is contained in:
@@ -7843,9 +7843,13 @@
|
||||
}
|
||||
},
|
||||
"OpsiAshBeacon": {
|
||||
"AshAttack": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
"AttackMode": {
|
||||
"type": "select",
|
||||
"value": "current",
|
||||
"option": [
|
||||
"current",
|
||||
"current_dossier"
|
||||
]
|
||||
},
|
||||
"OneHitMode": {
|
||||
"type": "checkbox",
|
||||
@@ -7860,12 +7864,6 @@
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
"OpsiDossierBeacon": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {
|
||||
"type": "storage",
|
||||
|
||||
@@ -570,12 +570,12 @@ OpsiGeneral:
|
||||
AkashiShopFilter: |-
|
||||
ActionPoint > PurpleCoins
|
||||
OpsiAshBeacon:
|
||||
AshAttack: true
|
||||
AttackMode:
|
||||
value: current
|
||||
option: [ current, current_dossier ]
|
||||
OneHitMode: true
|
||||
RequestAssist: true
|
||||
EnsureFullyCollected: true
|
||||
OpsiDossierBeacon:
|
||||
Enable: true
|
||||
OpsiFleetFilter:
|
||||
Filter: |-
|
||||
Fleet-4 > CallSubmarine > Fleet-2 > Fleet-3 > Fleet-1
|
||||
|
||||
Reference in New Issue
Block a user