mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
Add: Semi-auto operation siren additional assets
TODO: [CN, JP, TW] Add equivalent GET_MEOWFFICER_ITEMS and MAP_WORLD STORY_CHOOSE_SHORT_2 does not need to be replaced
This commit is contained in:
@@ -13,6 +13,9 @@ class MapEventHandler(InfoHandler):
|
||||
if self.appear(GET_OS_STATUS, interval=2):
|
||||
self.device.click(CLICK_SAFE_AREA)
|
||||
return True
|
||||
if self.appear(GET_MEOWFFICER_ITEMS, interval=2):
|
||||
self.device.click(CLICK_SAFE_AREA)
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
@@ -20,5 +23,7 @@ class MapEventHandler(InfoHandler):
|
||||
if self.appear(MAP_ARCHIVES, interval=5):
|
||||
self.device.click(CLICK_SAFE_AREA)
|
||||
return True
|
||||
if self.appear_then_click(MAP_WORLD, offset=(20, 20), interval=5):
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user