Replace battle maps 31 through 35 with hand-painted assets

This commit is contained in:
2026-07-09 18:10:21 +09:00
parent c62ce6fce3
commit 09d012233b
23 changed files with 76 additions and 413 deletions

View File

@@ -296,6 +296,56 @@ MAP_CONFIGS = {
"seed": 240994,
"tile_size": LARGE_MAP_TILE_SIZE,
},
"thirty-first": {
"slug": "thirty-first-battle-map",
"terrain_export": "thirtyFirstBattleMap",
"units_export": "thirtyFirstBattleUnits",
"ally_positions_export": "thirtyFirstBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "thirty-first-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "thirty-first-battle-map.svg",
"seed": 241004,
"tile_size": LARGE_MAP_TILE_SIZE,
},
"thirty-second": {
"slug": "thirty-second-battle-map",
"terrain_export": "thirtySecondBattleMap",
"units_export": "thirtySecondBattleUnits",
"ally_positions_export": "thirtySecondBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "thirty-second-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "thirty-second-battle-map.svg",
"seed": 241014,
"tile_size": LARGE_MAP_TILE_SIZE,
},
"thirty-third": {
"slug": "thirty-third-battle-map",
"terrain_export": "thirtyThirdBattleMap",
"units_export": "thirtyThirdBattleUnits",
"ally_positions_export": "thirtyThirdBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "thirty-third-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "thirty-third-battle-map.svg",
"seed": 241024,
"tile_size": LARGE_MAP_TILE_SIZE,
},
"thirty-fourth": {
"slug": "thirty-fourth-battle-map",
"terrain_export": "thirtyFourthBattleMap",
"units_export": "thirtyFourthBattleUnits",
"ally_positions_export": "thirtyFourthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "thirty-fourth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "thirty-fourth-battle-map.svg",
"seed": 241034,
"tile_size": LARGE_MAP_TILE_SIZE,
},
"thirty-fifth": {
"slug": "thirty-fifth-battle-map",
"terrain_export": "thirtyFifthBattleMap",
"units_export": "thirtyFifthBattleUnits",
"ally_positions_export": "thirtyFifthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "thirty-fifth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "thirty-fifth-battle-map.svg",
"seed": 241044,
"tile_size": LARGE_MAP_TILE_SIZE,
},
}