mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-23 15:22:34 +08:00
Upd: War archive Tower of Transcendence
Upd: [JP] asset QUIT (#4296) Add: event entrance 20241017 * event_20220728_cn rerun in cn/en/jp * coalition_20240627 in tw Merge branch 'master' of LmeSzinc 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:
@@ -1,31 +0,0 @@
|
||||
from module.campaign.campaign_base import CampaignBase as CampaignBase_
|
||||
from module.logger import logger
|
||||
|
||||
|
||||
class CampaignBase(CampaignBase_):
|
||||
STAGE_INCREASE = [
|
||||
'A1 > A2 > A3',
|
||||
'B1 > B2 > BS1 > B3',
|
||||
'C1 > C2 > C3',
|
||||
'D1 > D2 > DS1 > D3',
|
||||
'SP1 > SP2 > SP3 > SP4',
|
||||
'T1 > T2 > T3 > T4',
|
||||
]
|
||||
|
||||
def handle_clear_mode_config_cover(self):
|
||||
super().handle_clear_mode_config_cover()
|
||||
self.config.MAP_HAS_MISSILE_ATTACK = True
|
||||
|
||||
def round_battle(self, after_battle=True):
|
||||
"""
|
||||
Call this method after cleared an enemy.
|
||||
"""
|
||||
super().round_battle()
|
||||
# new = {0: 0}
|
||||
# for spawn_round, count in self.enemy_round.items():
|
||||
# new[0] += count
|
||||
# if after_battle:
|
||||
# new[0] = max(new[0] - 1, 0)
|
||||
# self.enemy_round = new
|
||||
# from module.logger import logger
|
||||
logger.info(f'Enemy round: {self.enemy_round}')
|
||||
Reference in New Issue
Block a user