mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-02 00:45:25 +00:00
优化乡里要手法
This commit is contained in:
parent
ea5e2eb867
commit
dab35fa013
@ -13,9 +13,7 @@ class Xiangliyao(BaseChar):
|
||||
if self.click_liberation():
|
||||
self.liberation_time = time.time()
|
||||
if self.still_in_liberation():
|
||||
current_resonance = self.current_resonance()
|
||||
while current_resonance != 0 and not self.has_cd('resonance') and not self.click_resonance(send_click=True)[
|
||||
0]:
|
||||
while not self.click_resonance(send_click=True)[0]:
|
||||
self.continues_normal_attack(1)
|
||||
elif self.echo_available():
|
||||
self.logger.debug('click_echo')
|
||||
|
Loading…
x
Reference in New Issue
Block a user