1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Opt: Use auto search after sinking
Some checks failed
Upstream Sync / Sync with Upstream (push) Has been cancelled

This commit is contained in:
sui-feng-cb
2026-01-21 15:31:47 +08:00
parent 44c23683b0
commit e61cfdeb63
12 changed files with 203 additions and 28 deletions

View File

@@ -724,6 +724,10 @@
"AmbushEvade": {
"type": "checkbox",
"value": true
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false
}
},
"StopCondition": {
@@ -1110,6 +1114,10 @@
"AmbushEvade": {
"type": "checkbox",
"value": true
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false
}
},
"StopCondition": {
@@ -1496,6 +1504,10 @@
"AmbushEvade": {
"type": "checkbox",
"value": true
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false
}
},
"StopCondition": {
@@ -1978,6 +1990,11 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false,
"display": "hide"
}
},
"StopCondition": {
@@ -2384,6 +2401,10 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false
}
},
"StopCondition": {
@@ -2788,6 +2809,10 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false
}
},
"StopCondition": {
@@ -3211,6 +3236,11 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false,
"display": "hide"
}
},
"StopCondition": {
@@ -3631,6 +3661,11 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false,
"display": "hide"
}
},
"Coalition": {
@@ -4148,6 +4183,10 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false
}
},
"InterceptiveCheck": {
@@ -4570,6 +4609,11 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false,
"display": "hide"
}
},
"StopCondition": {
@@ -4991,6 +5035,11 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false,
"display": "hide"
}
},
"StopCondition": {
@@ -5412,6 +5461,11 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false,
"display": "hide"
}
},
"StopCondition": {
@@ -5833,6 +5887,11 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false,
"display": "hide"
}
},
"StopCondition": {
@@ -6244,6 +6303,11 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false,
"display": "hide"
}
},
"StopCondition": {
@@ -6663,6 +6727,11 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false,
"display": "hide"
}
},
"StopCondition": {
@@ -6900,6 +6969,11 @@
"type": "checkbox",
"value": true,
"display": "hide"
},
"ClearAfterSinking": {
"type": "checkbox",
"value": false,
"display": "hide"
}
},
"Coalition": {

View File

@@ -161,6 +161,7 @@ Campaign:
UseAutoSearch: true
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
InterceptiveCheck:
OilThreshold: 0
StopCondition:

View File

@@ -35,6 +35,7 @@ GemsFarming:
UseFleetLock: true
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
StopCondition:
RunCount: 0
MapAchievement: non_stop
@@ -77,6 +78,7 @@ EventA:
Mode: normal
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
StopCondition:
RunCount: 0
MapAchievement: non_stop
@@ -95,6 +97,7 @@ EventB:
Mode: normal
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
StopCondition:
RunCount: 0
MapAchievement: non_stop
@@ -113,6 +116,7 @@ EventC:
Mode: normal
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
StopCondition:
RunCount: 0
MapAchievement: non_stop
@@ -131,6 +135,7 @@ EventD:
Mode: normal
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
StopCondition:
RunCount: 0
MapAchievement: non_stop
@@ -149,6 +154,7 @@ EventSp:
Mode: normal
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
StopCondition:
RunCount: 0
MapAchievement: non_stop
@@ -168,6 +174,7 @@ Raid:
UseAutoSearch: false
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
StopCondition:
MapAchievement: non_stop
StageIncrease: false
@@ -213,6 +220,7 @@ RaidDaily:
UseAutoSearch: false
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
StopCondition:
RunCount: 0
MapAchievement: non_stop
@@ -248,6 +256,7 @@ Coalition:
UseAutoSearch: false
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
# Coalition:
# Mode:
# option: [ easy, normal, hard, ex ]
@@ -278,6 +287,7 @@ CoalitionSp:
UseAutoSearch: false
Use2xBook: false
AmbushEvade: true
ClearAfterSinking: false
Coalition:
# CoalitionSp hard-codes Mode='sp'
Mode: sp