mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Opt: Re-work guild raid boss auto-recommend behavior
If enabled, detect for info bar and click recommend in intervals Fix: Adjust text description with behavior change
This commit is contained in:
@@ -349,9 +349,10 @@ def main(ini_name=''):
|
||||
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, fleet must already be composed beforehand with or without guild support.', choices=['yes', 'no'], gooey_options={'label_color': '#4B5F83'})
|
||||
help='Enable auto-battle of guild raid boss. If fleet composition with or without guild support is incomplete, does not attempt. Enable boss recommend to bypass',
|
||||
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'})
|
||||
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