feat: Add new "q4h" preset for user-defined task sequences in daily automation

This commit is contained in:
Nik Afiq 2026-07-16 13:16:02 +09:00
parent e3b1f1204b
commit 0946ce4f65

View File

@ -55,8 +55,11 @@ PRESETS = {
"daily": [
"login", "event_sweep", "cafe", "event_sweep", "circle", "lesson",
"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