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