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:
parent
e82f31864c
commit
d3012068d6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user