mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 01:23:34 +08:00
Merge branch 'master' into app
This commit is contained in:
@@ -67,3 +67,4 @@ To add a new event, add a new row in here, and run `python -m dev_tools.event_ex
|
|||||||
| 20210819 | event 20210819 cn | Microlayer Medley | 复刻微层混合 | Microlayer Medley Rerun | 闇靄払う銀翼(復刻) | - |
|
| 20210819 | event 20210819 cn | Microlayer Medley | 复刻微层混合 | Microlayer Medley Rerun | 闇靄払う銀翼(復刻) | - |
|
||||||
| 20210826 | event 20210722 cn | Azur Anthem | - | - | - | 響徹碧海的偶像歌 |
|
| 20210826 | event 20210722 cn | Azur Anthem | - | - | - | 響徹碧海的偶像歌 |
|
||||||
| 20210916 | event 20210916 cn | Upon the Shimmering Blue | 碧海光粼 | Upon the Shimmering Blue | 駆けよ 碧海の吹き風 | - |
|
| 20210916 | event 20210916 cn | Upon the Shimmering Blue | 碧海光粼 | Upon the Shimmering Blue | 駆けよ 碧海の吹き風 | - |
|
||||||
|
| 20210923 | event 20200917 cn | Dreamwaker's Butterfly | - | - | - | 蝶海夢花 |
|
||||||
@@ -107,6 +107,7 @@ dic_event = {
|
|||||||
'永夜幻光': 'event_20200723_cn',
|
'永夜幻光': 'event_20200723_cn',
|
||||||
'最重要的寶物': 'event_20200806_cn',
|
'最重要的寶物': 'event_20200806_cn',
|
||||||
'響徹碧海的偶像歌': 'event_20210722_cn',
|
'響徹碧海的偶像歌': 'event_20210722_cn',
|
||||||
|
'蝶海夢花': 'event_20200917_cn',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -160,6 +160,11 @@ class MissionHandler(GlobeOperation, ZoneManager):
|
|||||||
|
|
||||||
if self.appear_then_click(MISSION_CHECKOUT, offset=(20, 20), interval=2):
|
if self.appear_then_click(MISSION_CHECKOUT, offset=(20, 20), interval=2):
|
||||||
continue
|
continue
|
||||||
|
if self.handle_popup_confirm('OS_MISSION_CHECKOUT'):
|
||||||
|
# Popup: Submarine will retreat after exiting current zone.
|
||||||
|
continue
|
||||||
|
|
||||||
|
# End
|
||||||
if self.is_zone_pinned():
|
if self.is_zone_pinned():
|
||||||
logger.info('Pinned at mission zone')
|
logger.info('Pinned at mission zone')
|
||||||
self.globe_enter(zone=self.name_to_zone(72))
|
self.globe_enter(zone=self.name_to_zone(72))
|
||||||
|
|||||||
Reference in New Issue
Block a user