Add Ghostbox hardware and logistics automation

This commit is contained in:
王鹏
2026-05-07 15:19:59 +08:00
parent bf26de3244
commit a48ed597b4
14 changed files with 1287 additions and 323 deletions

View File

@@ -12,5 +12,18 @@
"mount_hold_sec": 2.0,
"mount_retry_after_sec": 2.0,
"hearthstone_key": "6",
"bag_full_hearthstone": true
"hearthstone_wait_sec": 12.0,
"bag_full_hearthstone": true,
"logistics_full_auto": false,
"bag_slot_threshold": 2,
"durability_threshold": 0.2,
"repair_target_key": "8",
"repair_interact_key": "4",
"enable_bag_full_mail": false,
"mailbox_route_json": "recorder/mailbox.json",
"mailbox_interact_key": "4",
"mail_recipient_key": "f7",
"mail_send_key": "f8",
"mailbox_open_wait_sec": 2.0,
"mail_send_wait_sec": 60.0
}