1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Upd: World-spanning Arclight Rerun chapter TSS (#2912)

* Upd: World-spanning Arclight Rerun chapter TSS

* Upd: addd tss config about MAP_IS_ONE_TIME_STAGE
This commit is contained in:
梦念逍遥
2023-07-25 12:35:28 +08:00
committed by GitHub
parent 3637d267ad
commit 5c054b6b20
6 changed files with 324 additions and 2 deletions

View File

@@ -120,9 +120,9 @@ class CampaignUI(CampaignEvent, CampaignOcr):
return False
def campaign_set_chapter_event(self, chapter, mode='normal'):
if chapter in ['a', 'b', 'c', 'd', 'ex_sp', 'as', 'bs', 'cs', 'ds', 't', 'ts', 'hts']:
if chapter in ['a', 'b', 'c', 'd', 'ex_sp', 'as', 'bs', 'cs', 'ds', 't', 'ts', 'tss', 'hts']:
self.ui_goto_event()
if chapter in ['a', 'b', 'as', 'bs', 't', 'ts']:
if chapter in ['a', 'b', 'as', 'bs', 't', 'ts', 'tss']:
self.campaign_ensure_mode('normal')
elif chapter in ['c', 'd', 'cs', 'ds', 'hts']:
self.campaign_ensure_mode('hard')