mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 00:28:20 +08:00
Merge pull request #1574 from zhou525/dev_1375_pr
Dossier Beacon and OneHitMode
This commit is contained in:
@@ -7462,19 +7462,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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user