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

修复没开角,没法刷乌龟

This commit is contained in:
firedcto@gmail.com 2024-08-08 17:44:38 +08:00
parent 3387da7040
commit 0a96e24f9c

View File

@ -19,7 +19,7 @@ class FarmWorldBossTask(BaseCombatTask):
'Bell-Borne Geochelone']
self.find_echo_method = ['Walk', 'Run in Circle', 'Turn Around and Search']
self.weekly_boss_index = {'Bell-Borne Geochelone': 3}
self.weekly_boss_index = {'Bell-Borne Geochelone': -1}
self.weekly_boss_count = 1 # Bell-Borne Geochelone
default_config = {
'Boss1': 'N/A',