Replace battle maps 47 and 48 with hand-painted assets

This commit is contained in:
2026-07-09 20:50:56 +09:00
parent 94b77239d4
commit 726a4e6e3c
11 changed files with 31 additions and 155 deletions

View File

@@ -458,6 +458,26 @@ MAP_CONFIGS = {
"seed": 241154,
"tile_size": ULTRA_LARGE_MAP_TILE_SIZE,
},
"forty-seventh": {
"slug": "forty-seventh-battle-map",
"terrain_export": "fortySeventhBattleMap",
"units_export": "fortySeventhBattleUnits",
"ally_positions_export": "fortySeventhBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "forty-seventh-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "forty-seventh-battle-map.svg",
"seed": 241164,
"tile_size": ULTRA_LARGE_MAP_TILE_SIZE,
},
"forty-eighth": {
"slug": "forty-eighth-battle-map",
"terrain_export": "fortyEighthBattleMap",
"units_export": "fortyEighthBattleUnits",
"ally_positions_export": "fortyEighthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "forty-eighth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "forty-eighth-battle-map.svg",
"seed": 241174,
"tile_size": ULTRA_LARGE_MAP_TILE_SIZE,
},
}