mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 11:07:20 +08:00
Opt: Move ash beacon to a standalone setting group
This commit is contained in:
@@ -5929,10 +5929,6 @@
|
||||
},
|
||||
"OpsiGeneral": {
|
||||
"OpsiGeneral": {
|
||||
"AshAttack": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"UseLogger": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
@@ -5957,6 +5953,20 @@
|
||||
"type": "textarea",
|
||||
"value": "ActionPoint > PurpleCoins"
|
||||
}
|
||||
},
|
||||
"OpsiAshBeacon": {
|
||||
"AshAttack": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"EnsureFullyCollected": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
},
|
||||
"RequestAssist": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiAshAssist": {
|
||||
@@ -6289,10 +6299,6 @@
|
||||
"TargetZone": {
|
||||
"type": "input",
|
||||
"value": 0
|
||||
},
|
||||
"EnsureAshCollect": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
"OpsiFleet": {
|
||||
|
||||
@@ -413,7 +413,6 @@ RaidDaily:
|
||||
OpsiAshAssist:
|
||||
Tier: 15
|
||||
OpsiGeneral:
|
||||
AshAttack: true
|
||||
UseLogger: true
|
||||
BuyActionPoint: false
|
||||
OilLimit: 1000
|
||||
@@ -421,6 +420,10 @@ OpsiGeneral:
|
||||
BuyAkashiShop: true
|
||||
AkashiShopFilter: |-
|
||||
ActionPoint > PurpleCoins
|
||||
OpsiAshBeacon:
|
||||
AshAttack: true
|
||||
EnsureFullyCollected: true
|
||||
RequestAssist: true
|
||||
OpsiFleetFilter:
|
||||
Filter: |-
|
||||
Fleet-4 > CallSubmarine > Fleet-2 > Fleet-3 > Fleet-1
|
||||
@@ -449,7 +452,6 @@ OpsiMeowfficerFarming:
|
||||
option: [1, 2, 3, 4, 5, 6]
|
||||
TargetZone:
|
||||
value: 0
|
||||
EnsureAshCollect: true
|
||||
|
||||
# ==================== Tools ====================
|
||||
|
||||
|
||||
@@ -196,6 +196,7 @@ WarArchives:
|
||||
|
||||
OpsiGeneral:
|
||||
- OpsiGeneral
|
||||
- OpsiAshBeacon
|
||||
OpsiAshAssist:
|
||||
- Scheduler
|
||||
- OpsiAshAssist
|
||||
|
||||
Reference in New Issue
Block a user