Skip to content

侵蚀一运行时是否该保留行动力给坐标用 #2461

Closed Answered by guoh064
guoh064 asked this question in Q&A
Discussion options

You must be logged in to vote

小丑了……

def cl1_ap_preserve(self):
"""
Keeping enough startup AP to run CL1.
"""
if self.is_cl1_enabled and get_os_reset_remain() > 2 \
and self.get_yellow_coins() > self.config.OS_CL1_YELLOW_COINS_PRESERVE:
logger.info('Keep 1000 AP when CL1 available')
if not self.action_point_check(1000):
self.config.opsi_task_delay(cl1_preserve=True)
self.config.task_stop()

但愿2天能清完吧

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by guoh064
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant