mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 09:57:22 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 ]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user