Replace battle maps 26 through 30 with hand-painted assets

This commit is contained in:
2026-07-09 17:30:09 +09:00
parent a8979a198c
commit 6020fcd96e
23 changed files with 71 additions and 564 deletions

View File

@@ -244,6 +244,51 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "twenty-fifth-battle-map.svg",
"seed": 240944,
},
"twenty-sixth": {
"slug": "twenty-sixth-battle-map",
"terrain_export": "twentySixthBattleMap",
"units_export": "twentySixthBattleUnits",
"ally_positions_export": "twentySixthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twenty-sixth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twenty-sixth-battle-map.svg",
"seed": 240954,
},
"twenty-seventh": {
"slug": "twenty-seventh-battle-map",
"terrain_export": "twentySeventhBattleMap",
"units_export": "twentySeventhBattleUnits",
"ally_positions_export": "twentySeventhBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twenty-seventh-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twenty-seventh-battle-map.svg",
"seed": 240964,
},
"twenty-eighth": {
"slug": "twenty-eighth-battle-map",
"terrain_export": "twentyEighthBattleMap",
"units_export": "twentyEighthBattleUnits",
"ally_positions_export": "twentyEighthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twenty-eighth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twenty-eighth-battle-map.svg",
"seed": 240974,
},
"twenty-ninth": {
"slug": "twenty-ninth-battle-map",
"terrain_export": "twentyNinthBattleMap",
"units_export": "twentyNinthBattleUnits",
"ally_positions_export": "twentyNinthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twenty-ninth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twenty-ninth-battle-map.svg",
"seed": 240984,
},
"thirtieth": {
"slug": "thirtieth-battle-map",
"terrain_export": "thirtiethBattleMap",
"units_export": "thirtiethBattleUnits",
"ally_positions_export": "thirtiethBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "thirtieth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "thirtieth-battle-map.svg",
"seed": 240994,
},
}