mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: Minimized HP threshold configuration to 1 setting
This commit is contained in:
@@ -598,10 +598,6 @@ def main(ini_name=''):
|
||||
'can be difficult with low adaptibility',
|
||||
choices=['1', '2', '3', '4', '5', '6'],
|
||||
gooey_options={'label_color': '#4B5F83'})
|
||||
os_world.add_argument('--enable_os_world_repair', default=default('--enable_os_world_repair'), choices=['yes', 'no'],
|
||||
help='Enable retreat to nearest azur port for repair if any one ship in fleet below configured threshold',
|
||||
gooey_options={'label_color': '#4B5F83'})
|
||||
os_world.add_argument('--os_world_repair_threshold', default=default('--os_world_repair_threshold'), help='Limit between 0 and 1', gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
# ==========OS fully auto==========
|
||||
os_parser = subs.add_parser('os_fully_auto')
|
||||
@@ -622,10 +618,11 @@ def main(ini_name=''):
|
||||
os_setting = os.add_argument_group('OS setting', '', gooey_options={'label_color': '#931D03'})
|
||||
os_setting.add_argument('--enable_os_action_point_buy', default=default('--enable_os_action_point_buy'), choices=['yes', 'no'], help='Use oil to buy action points, buy first then use AP boxes', gooey_options={'label_color': '#4B5F83'})
|
||||
os_setting.add_argument('--os_action_point_preserve', default=default('--os_action_point_preserve'), help='Include AP boxes, stop if lower than this', gooey_options={'label_color': '#4B5F83'})
|
||||
os_setting.add_argument('--enable_os_setting_repair', default=default('--enable_os_setting_repair'), choices=['yes', 'no'],
|
||||
help='Enable retreat to nearest azur port for repair if any one ship in fleet below configured threshold',
|
||||
os_setting.add_argument('--os_repair_threshold', default=default('--os_repair_threshold'),
|
||||
help='Retreat to nearest azur port for repairs if any ship\'s '
|
||||
'HP in fleet is below configured threshold after zone clear, '
|
||||
'limit between 0 and 1',
|
||||
gooey_options={'label_color': '#4B5F83'})
|
||||
os_setting.add_argument('--os_setting_repair_threshold', default=default('--os_setting_repair_threshold'), help='Limit between 0 and 1', gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
os_shop = os.add_argument_group('OS shop', '', gooey_options={'label_color': '#931D03'})
|
||||
os_shop.add_argument('--enable_os_akashi_shop_buy', default=default('--enable_os_akashi_shop_buy'), choices=['yes', 'no'], help='', gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
Reference in New Issue
Block a user