1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 02:29:16 +08:00

Add: meowfficer configurations RetainTalented*

Upd: rename SR_CHECK to GOLD_CHECK
Upd: [CN] moved SR_CHECK to PURPLE_CHECK; server rarity tier scale difference

TODO: [CN] SSR image for GOLD_CHECK
This commit is contained in:
nEEtdo0d
2022-03-04 13:05:58 -05:00
parent fe6e8160c8
commit 84f66a76e8
25 changed files with 51 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ class MeowfficerCollect(MeowfficerBase):
if self.handle_meow_popup_dismiss():
confirm_timer.reset()
continue
if self.appear(MEOWFFICER_SR_CHECK, offset=(40, 40)):
if self.appear(MEOWFFICER_GOLD_CHECK, offset=(40, 40)):
self._meow_get_sr()
skip_first_screenshot = True
confirm_timer.reset()