mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Add: Configuration option auto recommend for guild raid boss
Opt: Guild raid boss dispatch check moved outside for new configuration
This commit is contained in:
@@ -348,7 +348,10 @@ def main(ini_name=''):
|
||||
reward_guild_logistics_plates.add_argument('--guild_logistics_plate_t3_order_string', default=default('--guild_logistics_plate_t3_order_string'),
|
||||
gooey_options={'label_color': '#4B5F83'})
|
||||
reward_guild_operations_boss = reward_guild.add_argument_group('Operations guild raid boss input', '', gooey_options={'label_color': '#4B5F83'})
|
||||
reward_guild_operations_boss.add_argument('--enable_guild_operations_boss_auto', default=default('--enable_guild_operations_boss_auto'), help='Enable auto-battle of guild raid boss.', choices=['yes', 'no'], gooey_options={'label_color': '#4B5F83'})
|
||||
reward_guild_operations_boss.add_argument('--enable_guild_operations_boss_auto', default=default('--enable_guild_operations_boss_auto'),
|
||||
help='Enable auto-battle of guild raid boss, fleet must already be composed beforehand with or without guild support.', choices=['yes', 'no'], gooey_options={'label_color': '#4B5F83'})
|
||||
reward_guild_operations_boss.add_argument('--enable_guild_operations_boss_recommend', default=default('--enable_guild_operations_boss_recommend'),
|
||||
help='Enable auto-recommend a fleet composition for guild raid boss, all guild support is removed if any.', choices=['yes', 'no'], gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
# ==========emulator==========
|
||||
emulator_parser = subs.add_parser('emulator')
|
||||
|
||||
Reference in New Issue
Block a user