1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-18 06:47:19 +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('C3')
MAP.shape = 'I10'
MAP.camera_data = ['D3', 'D7', 'D8', 'F3', 'F7', 'F8']
MAP.camera_data_spawn_point = ['D8', 'F8']
MAP.camera_data = ['D4', 'D6', 'F4', 'F6']
MAP.camera_data_spawn_point = ['E8']
MAP.map_data = """
++ ++ ++ -- -- -- ++ ++ ++
-- -- ++ -- MB -- ++ -- --
@@ -65,6 +65,10 @@ class Config(ConfigBase):
MAP_HAS_MYSTERY = False
# ===== End of generated config =====
MAP_SWIPE_MULTIPLY = (1.156, 1.178)
MAP_SWIPE_MULTIPLY_MINITOUCH = (1.118, 1.139)
MAP_SWIPE_MULTIPLY_MAATOUCH = (1.085, 1.105)
class Campaign(CampaignBase):
MAP = MAP