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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user