mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 09:57:22 +08:00
EN: re-did help text
This commit is contained in:
@@ -168,10 +168,9 @@ 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: Use \"enhance_order_string = cv > bb > dd\" 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'])
|
||||||
help='If enhance, ship type order can be specified in alas.ini:\n\"enhance_order_string = cv > bb > dd\" otherwise none by default')
|
|
||||||
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'])
|
||||||
retire.add_argument('--enhance_favourite', default=default('--enhance_favourite'), choices=['yes', 'no'])
|
retire.add_argument('--enhance_favourite', default=default('--enhance_favourite'), choices=['yes', 'no'])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user