Replace battle maps 47 and 48 with hand-painted assets
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user