1
0
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:
2025-02-20 22:45:40 +08:00
committed by sui-feng-cb
parent 400d55d9fb
commit 3ed07d0ba1
17 changed files with 487 additions and 0 deletions

View File

@@ -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": {

View File

@@ -779,6 +779,12 @@ OpsiHazard1Leveling:
# ==================== Tools ====================
Daemon_15_1:
AutoCombat: false
QuitTime: 02:00
MoveDownTime: 1
RunCount: 0
QuitScreenshot: false
Daemon:
EnterMap: true
OpsiDaemon:

View File

@@ -101,6 +101,7 @@
"menu": "collapse",
"page": "tool",
"tasks": [
"Daemon_15_1",
"Daemon",
"OpsiDaemon",
"EventStory",

View File

@@ -338,6 +338,8 @@ Tool:
menu: 'collapse'
page: 'tool'
tasks:
Daemon_15_1:
- Daemon_15_1
Daemon:
- Daemon
OpsiDaemon: