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

Add: Gorizia raid ex ocr clause and remain asset

This commit is contained in:
nEEtdo0d
2023-06-30 17:38:52 -04:00
parent b3f1461e37
commit e0f79d13ca
4 changed files with 5 additions and 1 deletions

View File

@@ -105,7 +105,10 @@ def raid_ocr(raid, mode):
else:
return DigitCounter(button, letter=(231, 239, 247), threshold=128)
elif raid == 'GORIZIA':
return DigitCounter(button, letter=(82, 89, 66), threshold=128)
if mode == 'ex':
return Digit(button, letter=(198, 223, 140), threshold=128)
else:
return DigitCounter(button, letter=(82, 89, 66), threshold=128)
except KeyError:
raise ScriptError(f'Raid entrance asset not exists: {key}')