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-07-30 11:34:06 +08:00
parent e82f31864c
commit d3012068d6

View File

@ -9,11 +9,8 @@ class Verina(BaseChar):
return self.switch_next_char()
if self.click_resonance(send_click=False)[0]:
return self.switch_next_char()
if self.click_echo():
self.heavy_attack()
return self.switch_next_char()
self.heavy_attack()
self.switch_next_char()
self.click_echo()
self.normal_attack()
def count_base_priority(self):
return - 1