feat: Add new "q4h" preset for user-defined task sequences in daily automation
This commit is contained in:
parent
e3b1f1204b
commit
0946ce4f65
@ -55,8 +55,11 @@ PRESETS = {
|
|||||||
"daily": [
|
"daily": [
|
||||||
"login", "event_sweep", "cafe", "event_sweep", "circle", "lesson",
|
"login", "event_sweep", "cafe", "event_sweep", "circle", "lesson",
|
||||||
"arena", "shop_common", "shop_tactical", "event_sweep", "bounty",
|
"arena", "shop_common", "shop_tactical", "event_sweep", "bounty",
|
||||||
"mailbox", "stamina", "event_sweep",
|
"gem_shop", "mailbox", "stamina", "event_sweep",
|
||||||
],
|
],
|
||||||
|
"q4h": [
|
||||||
|
"login", "cafe", "mailbox", "event_sweep"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
# How many times _ensure_home retries navigation.return_to_home as a whole
|
# How many times _ensure_home retries navigation.return_to_home as a whole
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user