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

Opt: Re-work guild raid boss auto-recommend behavior

If enabled, detect for info bar and click recommend in intervals

Fix: Adjust text description with behavior change
This commit is contained in:
nEEtdo0d
2021-01-16 15:09:05 -05:00
parent 3a049c99fa
commit da78b43c3e
6 changed files with 29 additions and 36 deletions

View File

@@ -5,6 +5,7 @@ from module.guild.operations import GuildOperations
from module.logger import logger
from module.ui.assets import GUILD_CHECK
class InfoGuild(GuildLogistics, GuildOperations):
def guild_info_appear(self):
"""
@@ -70,7 +71,7 @@ class InfoGuild(GuildLogistics, GuildOperations):
def _guild_info_handler(self):
"""
Enters into Guild and scans the current image
to determine approriate action
to determine appropriate action
Pages:
in: ANY
@@ -105,4 +106,4 @@ class InfoGuild(GuildLogistics, GuildOperations):
self._guild_info_handler()
return True
return True