mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Add: Empyreal Tragicomedy A2 AS2
- Fix: map clear bar in A2 - Fix: Handle mechanics in A2, just able to run, slow - Opt: perspective parameters
This commit is contained in:
@@ -28,8 +28,7 @@ class FastForwardHandler(ModuleBase):
|
||||
Logs:
|
||||
| INFO | [Map_info] 98%, star_1, star_2, star_3, clear, 3_star, green, fast_forward
|
||||
"""
|
||||
self.map_clear_percentage = color_bar_percentage(
|
||||
self.device.image, area=MAP_CLEAR_PERCENTAGE.area, prev_color=(231, 170, 82))
|
||||
self.map_clear_percentage = self.get_map_clear_percentage()
|
||||
self.map_achieved_star_1 = self.appear(MAP_STAR_1)
|
||||
self.map_achieved_star_2 = self.appear(MAP_STAR_2)
|
||||
self.map_achieved_star_3 = self.appear(MAP_STAR_3)
|
||||
|
||||
@@ -80,6 +80,7 @@ TEMPLATE_SIREN_Shokaku = Template(file={'cn': './assets/cn/template/TEMPLATE_SIR
|
||||
TEMPLATE_SIREN_Spee = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_Spee.gif', 'en': './assets/en/template/TEMPLATE_SIREN_Spee.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_Spee.gif', 'tw': './assets/tw/template/TEMPLATE_SIREN_Spee.gif'})
|
||||
TEMPLATE_SIREN_SpeeIdol = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_SpeeIdol.gif', 'en': './assets/en/template/TEMPLATE_SIREN_SpeeIdol.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_SpeeIdol.gif', 'tw': './assets/tw/template/TEMPLATE_SIREN_SpeeIdol.gif'})
|
||||
TEMPLATE_SIREN_SS = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_SS.gif', 'en': './assets/en/template/TEMPLATE_SIREN_SS.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_SS.gif', 'tw': './assets/tw/template/TEMPLATE_SIREN_SS.gif'})
|
||||
TEMPLATE_SIREN_Swordfish = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_Swordfish.png', 'en': './assets/en/template/TEMPLATE_SIREN_Swordfish.png', 'jp': './assets/jp/template/TEMPLATE_SIREN_Swordfish.png', 'tw': './assets/tw/template/TEMPLATE_SIREN_Swordfish.png'})
|
||||
TEMPLATE_SIREN_Tirpitz = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_Tirpitz.gif', 'en': './assets/en/template/TEMPLATE_SIREN_Tirpitz.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_Tirpitz.gif', 'tw': './assets/tw/template/TEMPLATE_SIREN_Tirpitz.gif'})
|
||||
TEMPLATE_SIREN_U101 = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_U101.gif', 'en': './assets/en/template/TEMPLATE_SIREN_U101.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_U101.gif', 'tw': './assets/tw/template/TEMPLATE_SIREN_U101.gif'})
|
||||
TEMPLATE_SIREN_U552 = Template(file={'cn': './assets/cn/template/TEMPLATE_SIREN_U552.gif', 'en': './assets/en/template/TEMPLATE_SIREN_U552.gif', 'jp': './assets/jp/template/TEMPLATE_SIREN_U552.gif', 'tw': './assets/tw/template/TEMPLATE_SIREN_U552.gif'})
|
||||
|
||||
Reference in New Issue
Block a user