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
4b169f98c9
commit
228e44ee36
@ -5,6 +5,8 @@ class Camellya(BaseChar):
|
|||||||
|
|
||||||
def do_perform(self):
|
def do_perform(self):
|
||||||
self.click_liberation()
|
self.click_liberation()
|
||||||
|
if self.click_echo():
|
||||||
|
return self.switch_next_char()
|
||||||
if self.is_con_full():
|
if self.is_con_full():
|
||||||
self.logger.info(f'confull')
|
self.logger.info(f'confull')
|
||||||
if self.click_resonance()[0]:
|
if self.click_resonance()[0]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user