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
c7de7d73df
commit
26bfa33739
@ -123,12 +123,6 @@ class Jinhsi(BaseChar):
|
|||||||
if self.task.debug:
|
if self.task.debug:
|
||||||
self.task.screenshot(f'handle_intro e end {time.time() - start}')
|
self.task.screenshot(f'handle_intro e end {time.time() - start}')
|
||||||
break
|
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
|
self.last_fly_e_time = start
|
||||||
if self.click_liberation(send_click=True):
|
if self.click_liberation(send_click=True):
|
||||||
self.continues_normal_attack(0.3)
|
self.continues_normal_attack(0.3)
|
||||||
|
@ -19,8 +19,5 @@ class Yuanwu(BaseChar):
|
|||||||
self.continues_normal_attack(1.2)
|
self.continues_normal_attack(1.2)
|
||||||
return self.switch_next_char()
|
return self.switch_next_char()
|
||||||
self.click_resonance()
|
self.click_resonance()
|
||||||
self.continues_normal_attack(1 - self.time_elapsed_accounting_for_freeze(self.last_perform),
|
self.click_echo()
|
||||||
until_con_full=True)
|
|
||||||
if self.get_current_con() > 0.65:
|
|
||||||
self.click_echo()
|
|
||||||
self.switch_next_char()
|
self.switch_next_char()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user