1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 09:57:22 +08:00
This commit is contained in:
2025-04-19 04:07:05 +08:00
33 changed files with 137 additions and 79 deletions

View File

@@ -3995,12 +3995,12 @@
"Coalition": {
"Mode": {
"type": "select",
"value": "TC1",
"value": "tc1",
"option": [
"TC1",
"TC2",
"TC3",
"EX"
"tc1",
"tc2",
"tc3",
"ex"
]
},
"Fleet": {
@@ -7373,13 +7373,15 @@
"Coalition": {
"Mode": {
"type": "select",
"value": "TC1",
"value": "sp",
"option": [
"TC1",
"TC2",
"TC3",
"EX"
]
"tc1",
"tc2",
"tc3",
"sp",
"ex"
],
"display": "hide"
},
"Fleet": {
"type": "select",

View File

@@ -334,8 +334,8 @@ MaritimeEscort:
Enable: true
Coalition:
Mode:
value: TC1
option: [ TC1, TC2, TC3, EX ]
value: tc1
option: [ tc1, tc2, tc3, sp, ex ]
Fleet:
value: single
option: [ single, multi ]

View File

@@ -259,6 +259,9 @@ Coalition:
UseAutoSearch: false
Use2xBook: false
AmbushEvade: true
Coalition:
Mode:
option: [ tc1, tc2, tc3, ex ]
StopCondition:
MapAchievement: non_stop
StageIncrease: false
@@ -288,7 +291,7 @@ CoalitionSp:
AmbushEvade: true
Coalition:
# CoalitionSp hard-codes Mode='sp'
Mode: hard
Mode: sp
StopCondition:
MapAchievement: non_stop
StageIncrease: false