1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-15 03:03:42 +08:00

Opt: Parameters in chapter CD

This commit is contained in:
LmeSzinc
2023-08-18 23:56:50 +08:00
parent 788d486b70
commit 6223e9e04d
6 changed files with 122 additions and 10 deletions

View File

@@ -6,8 +6,8 @@ from .c1 import Config as ConfigBase
MAP = CampaignMap('C2')
MAP.shape = 'I10'
MAP.camera_data = ['D4', 'D8', 'F4', 'F8']
MAP.camera_data_spawn_point = ['D8', 'F8']
MAP.camera_data = ['D4', 'D6', 'E8', 'G5']
MAP.camera_data_spawn_point = ['E8']
MAP.map_data = """
++ ++ ++ -- -- -- ++ ++ ++
-- -- ++ -- -- -- ++ -- --
@@ -64,6 +64,10 @@ class Config(ConfigBase):
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
MAP_SWIPE_MULTIPLY = (0.997, 1.016)
MAP_SWIPE_MULTIPLY_MINITOUCH = (0.964, 0.982)
MAP_SWIPE_MULTIPLY_MAATOUCH = (0.936, 0.953)
class Campaign(CampaignBase):
MAP = MAP