1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-25 06:47:13 +08:00

Merge pull request #145 from nEEtdo0d/master

EN: Add group text to document enhance_order_string configuration
This commit is contained in:
Kyo
2020-08-07 23:43:07 -03:00
committed by GitHub

View File

@@ -168,7 +168,7 @@ def main(ini_name=''):
hp_withdraw.add_argument('--low_hp_withdraw_threshold', default=default('--low_hp_withdraw_threshold'), help='When HP is below the threshold, retreat') hp_withdraw.add_argument('--low_hp_withdraw_threshold', default=default('--low_hp_withdraw_threshold'), help='When HP is below the threshold, retreat')
# 退役选项 # 退役选项
retire = setting_parser.add_argument_group('Retirement settings', '') retire = setting_parser.add_argument_group('Retirement settings', 'Enhancement order by ship type is supported in alas.ini:\n Use example format \"enhance_order_string = cv > bb > ...\" to enable otherwise leave as \"enhance_order_string = \" to disable')
retire.add_argument('--enable_retirement', default=default('--enable_retirement'), choices=['yes', 'no']) retire.add_argument('--enable_retirement', default=default('--enable_retirement'), choices=['yes', 'no'])
retire.add_argument('--retire_method', default=default('--retire_method'), choices=['enhance', 'one_click_retire', 'old_retire']) retire.add_argument('--retire_method', default=default('--retire_method'), choices=['enhance', 'one_click_retire', 'old_retire'])
retire.add_argument('--retire_amount', default=default('--retire_amount'), choices=['retire_all', 'retire_10']) retire.add_argument('--retire_amount', default=default('--retire_amount'), choices=['retire_all', 'retire_10'])