1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Add: Buy meowfficer, disabled by default

This commit is contained in:
LmeSzinc
2020-08-14 11:54:30 +08:00
parent c6736507ef
commit 7fc72b5416
27 changed files with 157 additions and 6 deletions

View File

@@ -397,6 +397,8 @@ class AzurLaneConfig:
# TACTICAL_EXP_FIRST_NIGHT = False
# TACTICAL_NIGHT_RANGE = future_time_range('23:30-06:30') # (Night start, night end), datetime.datetime instance.
BUY_MEOWFFICER = 0 # 0 to 15.
"""
module.research
"""
@@ -576,6 +578,7 @@ class AzurLaneConfig:
self.__setattr__(f'RESEARCH_USE_{item}'.upper(), to_bool(option[f'RESEARCH_USE_{item}'.lower()]))
self.RESEARCH_FILTER_PRESET = option['research_filter_preset']
self.RESEARCH_FILTER_STRING = option['research_filter_string']
self.BUY_MEOWFFICER = int(option['buy_meowfficer'])
option = config['Main']
self.CAMPAIGN_MODE = option['campaign_mode']