0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-07 09:25:34 +00:00
This commit is contained in:
firedcto@gmail.com 2024-07-07 23:09:39 +08:00
parent 0b40c14770
commit af1c8f4067

View File

@ -21,7 +21,7 @@ class FarmEchoTask(BaseCombatTask):
'Level': '(1-6) Important, Choose which level to farm, lower levels might not produce a echo',
'Entrance Direction': 'Choose Forward for Dreamless, Backward for Jue'
}
self.config_type["Entrance Directrance Direction"] = {'type': "drop_down", 'options': ['Forward', 'Backward']}
self.config_type["Entrance Direction"] = {'type': "drop_down", 'options': ['Forward', 'Backward']}
self.crownless_pos = (0.9, 0.4)
self.last_drop = False