mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Add: Operation siren clear full map
- Skip clicking if already goto destination - Skip path finding if no fleet 2 - Right align Y axis when showing map - Fix perspective draw - Add MAP_FOCUS_ENEMY_AFTER_BATTLE for OS - ensure_edge_insight now focus to random corner, rather than bottom-right - Add OSGrids - Add view mode to detect maps in OS - Fix OCR debug run before model init - Add handle_map_event() to include all os handlers - Add OS map info extractor
This commit is contained in:
@@ -239,6 +239,7 @@ class AzurLaneConfig:
|
||||
MAP_IS_ONE_TIME_STAGE = False
|
||||
MAP_HAS_PORTAL = False
|
||||
MAP_HAS_LAND_BASED = False
|
||||
MAP_FOCUS_ENEMY_AFTER_BATTLE = False # Operation siren
|
||||
MAP_ENEMY_TEMPLATE = ['Light', 'Main', 'Carrier', 'Treasure']
|
||||
MAP_SIREN_TEMPLATE = ['DD', 'CL', 'CA', 'BB', 'CV']
|
||||
MAP_ENEMY_GENRE_DETECTION_SCALING = {} # Key: str, Template name, Value: float, scaling factor
|
||||
|
||||
Reference in New Issue
Block a user