mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 07:13:34 +08:00
Add: [EN] added Counterattack Within the Fjord event to EN server
- added stop triggered if get a new ship
This commit is contained in:
@@ -101,6 +101,12 @@ class CampaignRun(Reward):
|
||||
if OCR_OIL.ocr(self.device.image) < self.config.STOP_IF_OIL_LOWER_THAN:
|
||||
logger.hr('Triggered oil limit')
|
||||
return True
|
||||
# If Get a New Ship
|
||||
if self.config.STOP_IF_GET_SHIP and self.campaign.config.GET_SHIP_TRIGGERED:
|
||||
logger.hr('Triggered get ship')
|
||||
return True
|
||||
|
||||
|
||||
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user