mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Add: Maritime escort
This commit is contained in:
@@ -5810,6 +5810,41 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"MaritimeEscort": {
|
||||
"Scheduler": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"NextRun": {
|
||||
"type": "input",
|
||||
"value": "2020-01-01 00:00:00",
|
||||
"validate": "datetime"
|
||||
},
|
||||
"Command": {
|
||||
"type": "disable",
|
||||
"value": "MaritimeEscort"
|
||||
},
|
||||
"SuccessInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"FailureInterval": {
|
||||
"type": "disable",
|
||||
"value": 30
|
||||
},
|
||||
"ServerUpdate": {
|
||||
"type": "disable",
|
||||
"value": "00:00"
|
||||
}
|
||||
},
|
||||
"MaritimeEscort": {
|
||||
"Enable": {
|
||||
"type": "checkbox",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"OpsiGeneral": {
|
||||
"OpsiGeneral": {
|
||||
"UseLogger": {
|
||||
|
||||
@@ -425,6 +425,8 @@ EventCd:
|
||||
RaidDaily:
|
||||
StageFilter: |-
|
||||
hard > normal > easy
|
||||
MaritimeEscort:
|
||||
Enable: true
|
||||
|
||||
# ==================== Opsi ====================
|
||||
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
"EventCd",
|
||||
"EventSp",
|
||||
"RaidDaily",
|
||||
"WarArchives"
|
||||
"WarArchives",
|
||||
"MaritimeEscort"
|
||||
],
|
||||
"Opsi": [
|
||||
"OpsiGeneral",
|
||||
|
||||
@@ -288,6 +288,11 @@ WarArchives:
|
||||
Campaign:
|
||||
Mode: normal
|
||||
AmbushEvade: true
|
||||
MaritimeEscort:
|
||||
Scheduler:
|
||||
SuccessInterval: 30
|
||||
FailureInterval: 30
|
||||
ServerUpdate: 00:00
|
||||
|
||||
# ==================== Opsi ====================
|
||||
|
||||
|
||||
@@ -189,6 +189,9 @@ WarArchives:
|
||||
- Submarine
|
||||
- Emotion
|
||||
- HpControl
|
||||
MaritimeEscort:
|
||||
- Scheduler
|
||||
- MaritimeEscort
|
||||
|
||||
# ==================== Opsi ====================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user