mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Opt: Adjust threshold; Add delay; Add output
This commit is contained in:
@@ -296,11 +296,11 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange):
|
||||
|
||||
# End
|
||||
if self._trigger_lv32 or self._trigger_emotion:
|
||||
self.flagship_change()
|
||||
success = self.flagship_change()
|
||||
|
||||
if self.config.GemsFarming_LowEmotionRetreat:
|
||||
self.vanguard_change()
|
||||
|
||||
success = success and self.vanguard_change()
|
||||
|
||||
if is_limit and self.config.StopCondition_RunCount <= 0:
|
||||
logger.hr('Triggered stop condition: Run count')
|
||||
self.config.StopCondition_RunCount = 0
|
||||
@@ -316,6 +316,10 @@ class GemsFarming(CampaignRun, Dock, EquipmentChange):
|
||||
if self.config.task_switched():
|
||||
self.campaign.ensure_auto_search_exit()
|
||||
self.config.task_stop()
|
||||
elif not success:
|
||||
self.campaign.ensure_auto_search_exit()
|
||||
self.config.task_delay(minute=30)
|
||||
self.config.task_stop()
|
||||
|
||||
continue
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user