Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support expediting recruitment; skip 6-star recruitment #141

Closed
wants to merge 4 commits into from

Conversation

LingweiMeng
Copy link
Contributor

@LingweiMeng LingweiMeng commented Sep 18, 2022

本次PR包含以下改动:

  1. 786a702
    arknights-mower recruit [-e[N]] [agents ...]
    该命令可通过-e加速公招, 其中N表示加速次数, 不指定N则用尽为止; 不指定-e则不加速
    (fix 给 recruit 加个可选参数来加速公招 #109)

  2. 9f7d497
    遇到6星标签则跳过该招募位, 不影响正常公招、加速公招等其他功能. (个人认为增加这个跳过6星标签的 feature 是合适的)

  3. b4c0c20, 6b02200

  • distracted.png文件名更改为agent_distracted.png
  • 增加了一个误识别案例: 呼 -> 吽

@LingweiMeng LingweiMeng changed the title feat: support expedite recruit feat: support expediting recruitment Sep 18, 2022
@LingweiMeng LingweiMeng changed the title feat: support expediting recruitment feat: support expediting recruitment; skip 6-star recruitment Sep 18, 2022
@@ -140,7 +159,13 @@ def recruit_tags(self) -> bool:
logger.debug('OK')
self.back()
return

# 如果该招募位包含6星标签, 则跳过该招募位
if '高级资深干员' in tags:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可将'高级资深干员'改为其他tag, 以测试跳过6星功能是否正常.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant