1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 15:45:26 +08:00

Add: Event maps in World-spanning Arclight (event_20211125_cn)

This commit is contained in:
LmeSzinc
2021-11-25 18:12:54 +08:00
parent 1e4d90cd19
commit 9b5df053f9
14 changed files with 427 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ class CampaignOcr(ModuleBase):
else:
if name.isdigit():
return int(name)
elif name in ['a', 'c', 'as', 'cs', 'sp', 'ex_sp']:
elif name in ['a', 'c', 'as', 'cs', 't', 'sp', 'ex_sp']:
return 1
elif name in ['b', 'd', 'bs', 'ds', 'ex_ex']:
return 2