1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-30 00:27:14 +08:00

Add: Confluence of Nothingness chapter T

This commit is contained in:
LmeSzinc
2023-05-26 18:42:05 +08:00
parent f9e9824c55
commit 5394c65975
12 changed files with 812 additions and 6 deletions

View File

@@ -120,11 +120,11 @@ 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']:
if chapter in ['a', 'b', 'c', 'd', 'ex_sp', 'as', 'bs', 'cs', 'ds', 't', 'ts', 'hts']:
self.ui_goto_event()
if chapter in ['a', 'b', 'as', 'bs', 't']:
if chapter in ['a', 'b', 'as', 'bs', 't', 'ts']:
self.campaign_ensure_mode('normal')
elif chapter in ['c', 'd', 'cs', 'ds']:
elif chapter in ['c', 'd', 'cs', 'ds', 'hts']:
self.campaign_ensure_mode('hard')
elif chapter == 'ex_sp':
self.campaign_ensure_mode('ex')