mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 09:33:32 +08:00
Add: War Archives Campaign Run
TODO: Update images as needed per server, scroll/next page implementation for page_archives, maybe rename and move war archives events back to where others are and prepend with 'war_archives' for those events
This commit is contained in:
@@ -448,6 +448,12 @@ class AzurLaneConfig:
|
||||
SOS_FLEETS_CHAPTER_9 = [5, 6, 1]
|
||||
SOS_FLEETS_CHAPTER_10 = [4, 6, 1]
|
||||
|
||||
"""
|
||||
module.war_archives
|
||||
"""
|
||||
WAR_ARCHIVES_NAME = ''
|
||||
WAR_ARCHIVES_STAGE = ''
|
||||
|
||||
"""
|
||||
C_1_1_affinity_farming
|
||||
"""
|
||||
@@ -681,6 +687,11 @@ class AzurLaneConfig:
|
||||
for chapter in range(3, 11):
|
||||
self.__setattr__(f'SOS_FLEETS_CHAPTER_{chapter}', to_list(option[f'sos_fleets_chapter_{chapter}']))
|
||||
|
||||
# War archives
|
||||
option = config['War_archives']
|
||||
self.WAR_ARCHIVES_NAME = option['war_archives_name']
|
||||
self.WAR_ARCHIVES_STAGE = option['war_archives_stage'].lower()
|
||||
|
||||
# Raid
|
||||
option = config['Raid']
|
||||
self.RAID_NAME = option['raid_name']
|
||||
|
||||
Reference in New Issue
Block a user