0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-03 09:25:19 +00:00

优化渊武

This commit is contained in:
firedcto@gmail.com 2024-10-03 00:25:18 +08:00
parent c7de7d73df
commit 26bfa33739
2 changed files with 1 additions and 10 deletions

View File

@ -123,12 +123,6 @@ class Jinhsi(BaseChar):
if self.task.debug:
self.task.screenshot(f'handle_intro e end {time.time() - start}')
break
# if time.time() - start < 2:
# self.logger.info(f'handle_intro fly e in_cd {time.time() - start}')
# self.incarnation_cd = True
# if not self.click_echo():
# self.task.click()
# return
self.last_fly_e_time = start
if self.click_liberation(send_click=True):
self.continues_normal_attack(0.3)

View File

@ -19,8 +19,5 @@ class Yuanwu(BaseChar):
self.continues_normal_attack(1.2)
return self.switch_next_char()
self.click_resonance()
self.continues_normal_attack(1 - self.time_elapsed_accounting_for_freeze(self.last_perform),
until_con_full=True)
if self.get_current_con() > 0.65:
self.click_echo()
self.click_echo()
self.switch_next_char()