mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Add: Added support for hard map
- Now is possible cleared a hard map like a normal map
This commit is contained in:
@@ -110,6 +110,7 @@ class AzurLaneConfig:
|
||||
"""
|
||||
CAMPAIGN_NAME = 'default'
|
||||
CAMPAIGN_MODE = 'normal'
|
||||
ENABLE_HARD_MAIN_CAMPAIGN = ''
|
||||
|
||||
ENABLE_STOP_CONDITION = True
|
||||
ENABLE_FAST_FORWARD = True
|
||||
@@ -481,6 +482,7 @@ class AzurLaneConfig:
|
||||
self.TACTICAL_EXP_FIRST_NIGHT = to_bool(option['tactical_exp_first_night'])
|
||||
|
||||
option = config['Main']
|
||||
self.ENABLE_HARD_MAIN_CAMPAIGN = option['enable_hard_main_campaign']
|
||||
self.CAMPAIGN_NAME = option['main_stage']
|
||||
self.CAMPAIGN_NAME = 'campaign_' + self.CAMPAIGN_NAME.replace('-', '_')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user