1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-16 21:58:37 +08:00

Add: Configuration for auto-battle guild raid boss

Opt: while definition alterations for less clicks
This commit is contained in:
nEEtdo0d
2021-01-06 15:26:10 -05:00
parent a0ec978954
commit f336f19957
6 changed files with 33 additions and 35 deletions

View File

@@ -438,6 +438,7 @@ class AzurLaneConfig:
GUILD_LOGISTICS_PLATE_T1_ORDER_STRING = 'torpedo > antiair > plane > gun > general'
GUILD_LOGISTICS_PLATE_T2_ORDER_STRING = 'torpedo > antiair > plane > gun > general'
GUILD_LOGISTICS_PLATE_T3_ORDER_STRING = 'torpedo > antiair > plane > gun > general'
ENABLE_GUILD_OPERATIONS_BOSS_AUTO = False
"""
module.research
@@ -630,7 +631,7 @@ class AzurLaneConfig:
'enable_commission_reward', 'enable_tactical_reward', 'enable_daily_reward',
'enable_research_reward',
'enable_data_key_collect', 'enable_train_meowfficer',
'enable_guild_logistics', 'enable_guild_operations']:
'enable_guild_logistics', 'enable_guild_operations', 'enable_guild_operations_boss_auto']:
self.__setattr__(attr.upper(), to_bool(option[attr]))
if not option['commission_time_limit'].isdigit():
self.COMMISSION_TIME_LIMIT = future_time(option['commission_time_limit'])