mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-13 00:57:01 +08:00
Add: 15-1 daemon
Add: plane statistics method Upd: config MoveDownTime for 15-1 daemon and battle time in plane statistics Opt: StopCondition RunCount for daemon 15-1 Opt: save screenshot in quit menu Fix: use uiautomator2 long_click and pause retry
This commit is contained in:
@@ -9982,6 +9982,38 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Daemon_15_1": {
|
||||
"Daemon_15_1": {
|
||||
"AutoCombat": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"QuitTime": {
|
||||
"type": "input",
|
||||
"value": "02:00"
|
||||
},
|
||||
"MoveDownTime": {
|
||||
"type": "input",
|
||||
"value": 1
|
||||
},
|
||||
"RunCount": {
|
||||
"type": "input",
|
||||
"value": 0
|
||||
},
|
||||
"QuitScreenshot": {
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
"Storage": {
|
||||
"Storage": {
|
||||
"type": "storage",
|
||||
"value": {},
|
||||
"valuetype": "ignore",
|
||||
"display": "disabled"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Daemon": {
|
||||
"Daemon": {
|
||||
"EnterMap": {
|
||||
|
||||
@@ -779,6 +779,12 @@ OpsiHazard1Leveling:
|
||||
|
||||
# ==================== Tools ====================
|
||||
|
||||
Daemon_15_1:
|
||||
AutoCombat: false
|
||||
QuitTime: 02:00
|
||||
MoveDownTime: 1
|
||||
RunCount: 0
|
||||
QuitScreenshot: false
|
||||
Daemon:
|
||||
EnterMap: true
|
||||
OpsiDaemon:
|
||||
|
||||
@@ -101,6 +101,7 @@
|
||||
"menu": "collapse",
|
||||
"page": "tool",
|
||||
"tasks": [
|
||||
"Daemon_15_1",
|
||||
"Daemon",
|
||||
"OpsiDaemon",
|
||||
"EventStory",
|
||||
|
||||
@@ -338,6 +338,8 @@ Tool:
|
||||
menu: 'collapse'
|
||||
page: 'tool'
|
||||
tasks:
|
||||
Daemon_15_1:
|
||||
- Daemon_15_1
|
||||
Daemon:
|
||||
- Daemon
|
||||
OpsiDaemon:
|
||||
|
||||
Reference in New Issue
Block a user