mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Add: Handle maze in map
- Fix: round_wait when no sirens on map - Fix: Repeated path end in find_path
This commit is contained in:
@@ -46,6 +46,9 @@ class GridInfo:
|
||||
is_siren = False # SI
|
||||
is_portal = False
|
||||
portal_link = ()
|
||||
is_maze = False
|
||||
maze_round = (0, 1, 2)
|
||||
maze_nearby = None # SelectedGrids
|
||||
|
||||
enemy_scale = 0
|
||||
enemy_genre = None # Light, Main, Carrier, Treasure, Enemy(unknown)
|
||||
|
||||
Reference in New Issue
Block a user