Replace battle maps 21 through 25 with hand-painted assets

This commit is contained in:
2026-07-09 17:16:03 +09:00
parent 9497452ccc
commit a8979a198c
23 changed files with 71 additions and 437 deletions

View File

@@ -199,6 +199,51 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "twentieth-battle-map.svg",
"seed": 240894,
},
"twenty-first": {
"slug": "twenty-first-battle-map",
"terrain_export": "twentyFirstBattleMap",
"units_export": "twentyFirstBattleUnits",
"ally_positions_export": "twentyFirstBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twenty-first-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twenty-first-battle-map.svg",
"seed": 240904,
},
"twenty-second": {
"slug": "twenty-second-battle-map",
"terrain_export": "twentySecondBattleMap",
"units_export": "twentySecondBattleUnits",
"ally_positions_export": "twentySecondBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twenty-second-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twenty-second-battle-map.svg",
"seed": 240914,
},
"twenty-third": {
"slug": "twenty-third-battle-map",
"terrain_export": "twentyThirdBattleMap",
"units_export": "twentyThirdBattleUnits",
"ally_positions_export": "twentyThirdBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twenty-third-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twenty-third-battle-map.svg",
"seed": 240924,
},
"twenty-fourth": {
"slug": "twenty-fourth-battle-map",
"terrain_export": "twentyFourthBattleMap",
"units_export": "twentyFourthBattleUnits",
"ally_positions_export": "twentyFourthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twenty-fourth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twenty-fourth-battle-map.svg",
"seed": 240934,
},
"twenty-fifth": {
"slug": "twenty-fifth-battle-map",
"terrain_export": "twentyFifthBattleMap",
"units_export": "twentyFifthBattleUnits",
"ally_positions_export": "twentyFifthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twenty-fifth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twenty-fifth-battle-map.svg",
"seed": 240944,
},
}