1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-16 15:47:58 +08:00

Upd: Battle UI AzureCore

This commit is contained in:
LmeSzinc
2026-06-15 17:23:11 +08:00
parent 2d3eb680f1
commit 73d5a76ac0
4 changed files with 4 additions and 0 deletions

View File

@@ -132,6 +132,8 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
return PAUSE_ElvenVine
if PAUSE_GildedReverie.match_template_color(self.device.image, offset=(10, 10)):
return PAUSE_GildedReverie
if PAUSE_AzureCore.match_template_color(self.device.image, offset=(10, 10)):
return PAUSE_AzureCore
return False
def handle_combat_quit(self, offset=(20, 20), interval=3):