0
0
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:
firedcto@gmail.com 2024-09-26 11:18:53 +08:00
parent ea5e2eb867
commit dab35fa013

View File

@ -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')