1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-21 14:05:00 +08:00

Add: Chapter B

This commit is contained in:
LmeSzinc
2025-09-13 00:56:56 +08:00
parent 3af6f683c3
commit b5cf4a4c3c
5 changed files with 269 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ from .a1 import Config as ConfigBase
MAP = CampaignMap('A3')
MAP.shape = 'J8'
MAP.camera_data = ['D2', 'D6', 'G2', 'G6']
MAP.camera_data_spawn_point = ['D2', 'D6']
MAP.camera_data_spawn_point = ['D4']
MAP.map_data = """
-- -- ++ ++ ++ ME -- ME -- --
-- Me -- Me -- ME -- ++ ++ --
@@ -58,6 +58,10 @@ class Config(ConfigBase):
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
MAP_SWIPE_MULTIPLY = (1.127, 1.148)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.090, 1.110)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.058, 1.077)
class Campaign(CampaignBase):
MAP = MAP