1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Add:[CN] assets combat ui ShadowPuppetry (#5377)

This commit is contained in:
MikuSoft
2025-12-09 12:24:33 +08:00
committed by GitHub
parent f52789fbad
commit 1297908d89
4 changed files with 4 additions and 0 deletions

View File

@@ -119,6 +119,8 @@ class Combat(Level, HPBalancer, Retirement, SubmarineCall, CombatAuto, CombatMan
return PAUSE_Seaside
if PAUSE_Ninja.match_template_color(self.device.image, offset=(10, 10)):
return PAUSE_Ninja
if PAUSE_ShadowPuppetry.match_luma(self.device.image, offset=(10, 10)):
return PAUSE_ShadowPuppetry
return False
def handle_combat_quit(self, offset=(20, 20), interval=3):