Files
wow/game_state_config.json

29 lines
792 B
JSON
Raw Normal View History

2026-03-18 09:04:37 +08:00
{
"pixel_size": 17,
"block_start_x": 30,
"scan_region_width": 180,
2026-03-18 09:04:37 +08:00
"scan_region_height": 15,
"offset_left": 20,
2026-03-23 09:50:08 +08:00
"offset_top": 45,
"mouse_path_base_window_width": 2560,
"mouse_path_base_window_height": 1600,
"enable_mount": true,
2026-03-23 09:50:08 +08:00
"mount_key": "x",
"mount_hold_sec": 2.0,
"mount_retry_after_sec": 2.0,
"hearthstone_key": "6",
"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
2026-05-13 14:31:46 +08:00
}