mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-28 04:19:43 +08:00
Add: War Archives
* war_archives_20201012_cn * war_archives_20210422_cn * war_archives_20210916_cn * war_archives_20211111_cn * war_archives_20211229_cn
This commit is contained in:
22
campaign/war_archives_20210916_cn/campaign_base.py
Normal file
22
campaign/war_archives_20210916_cn/campaign_base.py
Normal file
@@ -0,0 +1,22 @@
|
||||
from typing import List
|
||||
|
||||
from ..campaign_war_archives.campaign_base import CampaignBase as CampaignBase_
|
||||
from module.logger import logger
|
||||
from module.map_detection.grid import GridInfo
|
||||
|
||||
|
||||
class CampaignBase(CampaignBase_):
|
||||
MACHINE_FORTRESS: List[GridInfo]
|
||||
|
||||
# def handle_clear_mode_config_cover(self):
|
||||
# if super().handle_clear_mode_config_cover():
|
||||
# logger.info(f'No machine fortress in clear mode')
|
||||
# return True
|
||||
# else:
|
||||
# if hasattr(self, 'MACHINE_FORTRESS'):
|
||||
# logger.info(f'Set machine fortress: {self.MACHINE_FORTRESS}')
|
||||
# for grid in self.MACHINE_FORTRESS:
|
||||
# grid.manual_siren = True
|
||||
# else:
|
||||
# logger.info(f'No machine fortress in this stage')
|
||||
# return False
|
||||
Reference in New Issue
Block a user