0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-06 17:05:54 +00:00

支持无冠者

This commit is contained in:
firedcto@gmail.com 2024-07-16 23:19:47 +08:00
parent 587ec81db3
commit 887481ad2e

View File

@ -149,6 +149,8 @@ class FarmWorldBossTask(BaseCombatTask):
count += 1
self.teleport(boss_name)
logger.info(f'farm echo combat once start')
if boss_name == 'Crownless':
self.walk_until_f(raise_if_not_found=True, time_out=4, backward_time=1)
self.combat_once()
logger.info(f'farm echo combat end')
if boss_name == 'Bell-Borne Geochelone':