Replace battle maps 16 through 20 with hand-painted assets

This commit is contained in:
2026-07-09 17:02:46 +09:00
parent 77b5db7770
commit 9497452ccc
23 changed files with 71 additions and 435 deletions

View File

@@ -154,6 +154,51 @@ MAP_CONFIGS = {
"before": BATTLE_IMAGE_DIR / "fifteenth-battle-map.svg",
"seed": 240844,
},
"sixteenth": {
"slug": "sixteenth-battle-map",
"terrain_export": "sixteenthBattleMap",
"units_export": "sixteenthBattleUnits",
"ally_positions_export": "sixteenthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "sixteenth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "sixteenth-battle-map.svg",
"seed": 240854,
},
"seventeenth": {
"slug": "seventeenth-battle-map",
"terrain_export": "seventeenthBattleMap",
"units_export": "seventeenthBattleUnits",
"ally_positions_export": "seventeenthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "seventeenth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "seventeenth-battle-map.svg",
"seed": 240864,
},
"eighteenth": {
"slug": "eighteenth-battle-map",
"terrain_export": "eighteenthBattleMap",
"units_export": "eighteenthBattleUnits",
"ally_positions_export": "eighteenthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "eighteenth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "eighteenth-battle-map.svg",
"seed": 240874,
},
"nineteenth": {
"slug": "nineteenth-battle-map",
"terrain_export": "nineteenthBattleMap",
"units_export": "nineteenthBattleUnits",
"ally_positions_export": "nineteenthBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "nineteenth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "nineteenth-battle-map.svg",
"seed": 240884,
},
"twentieth": {
"slug": "twentieth-battle-map",
"terrain_export": "twentiethBattleMap",
"units_export": "twentiethBattleUnits",
"ally_positions_export": "twentiethBattleAllyPositions",
"out": BATTLE_IMAGE_DIR / "twentieth-battle-map.webp",
"before": BATTLE_IMAGE_DIR / "twentieth-battle-map.svg",
"seed": 240894,
},
}