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

Improved "Inverted Orthant" Ax and Cx maps.

Edit "MAP.weight_data" to use new mechanic.
This commit is contained in:
MarioGilera
2020-12-29 21:50:35 +01:00
parent 5b30fc0945
commit 4b4fa5800e
6 changed files with 220 additions and 10 deletions

View File

@@ -17,9 +17,9 @@ MAP.map_data = """
-- SP -- ++ ++ ++ -- -- ME --
"""
MAP.weight_data = """
50 50 50 50 50 50 50 50 50 50
50 50 50 50 50 50 50 50 50 50
50 50 50 50 50 50 50 50 50 50
50 50 50 10 90 90 10 50 50 50
50 50 50 10 90 90 10 50 50 50
50 50 50 10 10 10 10 50 50 50
50 50 50 50 50 50 50 50 50 50
50 50 50 50 50 50 50 50 50 50
50 50 50 50 50 50 50 50 50 50
@@ -46,7 +46,7 @@ class Config(ConfigBase):
MOVABLE_ENEMY_TURN = (2,)
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = True
MAP_HAS_MAP_STORY = False
MAP_HAS_MAP_STORY = True
MAP_HAS_FLEET_STEP = True
MAP_HAS_AMBUSH = False
# ===== End of generated config =====