1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 15:36:59 +08:00

Add: [CN]Dossier Beacon Attack Add: [CN]Ash Beacon OneHitMode

This commit is contained in:
zhou525
2022-08-25 13:45:53 +08:00
parent 0a568ee2b3
commit 9085ac0b8b
87 changed files with 645 additions and 361 deletions

View File

@@ -7457,19 +7457,62 @@
"type": "textarea",
"value": "ActionPoint > PurpleCoins"
}
}
},
"OpsiAshBeacon": {
"Scheduler": {
"Enable": {
"type": "checkbox",
"value": false
},
"NextRun": {
"type": "datetime",
"value": "2020-01-01 00:00:00",
"validate": "datetime"
},
"Command": {
"type": "input",
"value": "OpsiAshBeacon",
"display": "hide"
},
"SuccessInterval": {
"type": "input",
"value": 30,
"display": "hide"
},
"FailureInterval": {
"type": "input",
"value": 30,
"display": "hide"
},
"ServerUpdate": {
"type": "input",
"value": "00:00",
"display": "hide"
}
},
"OpsiAshBeacon": {
"AshAttack": {
"type": "checkbox",
"value": true
},
"EnsureFullyCollected": {
"OneHitMode": {
"type": "checkbox",
"value": true
},
"RequestAssist": {
"type": "checkbox",
"value": true
},
"EnsureFullyCollected": {
"type": "checkbox",
"value": true
}
},
"OpsiDossierBeacon": {
"Enable": {
"type": "checkbox",
"value": true
}
}
},