1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-07-20 05:14:43 +08:00

Upd: Support combat UI Nier (#5828)

This commit is contained in:
longer-sausage
2026-07-18 00:18:11 +08:00
committed by GitHub
parent 0f85c251a4
commit b053630e48
5 changed files with 9 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ class HpDaemon(ModuleBase):
PAUSE_ElvenVine,
PAUSE_GildedReverie,
PAUSE_AzureCore,
PAUSE_Nier,
]:
self.attacker_hp = self._calculate_hp(image, area=ATTACKER_HP_AREA_New.area, reverse=True)
self.defender_hp = self._calculate_hp(image, area=DEFENDER_HP_AREA_New.area, reverse=True)