Replace battle maps 36 through 40 with hand-painted assets
This commit is contained in:
@@ -346,6 +346,56 @@ MAP_CONFIGS = {
|
||||
"seed": 241044,
|
||||
"tile_size": LARGE_MAP_TILE_SIZE,
|
||||
},
|
||||
"thirty-sixth": {
|
||||
"slug": "thirty-sixth-battle-map",
|
||||
"terrain_export": "thirtySixthBattleMap",
|
||||
"units_export": "thirtySixthBattleUnits",
|
||||
"ally_positions_export": "thirtySixthBattleAllyPositions",
|
||||
"out": BATTLE_IMAGE_DIR / "thirty-sixth-battle-map.webp",
|
||||
"before": BATTLE_IMAGE_DIR / "thirty-sixth-battle-map.svg",
|
||||
"seed": 241054,
|
||||
"tile_size": LARGE_MAP_TILE_SIZE,
|
||||
},
|
||||
"thirty-seventh": {
|
||||
"slug": "thirty-seventh-battle-map",
|
||||
"terrain_export": "thirtySeventhBattleMap",
|
||||
"units_export": "thirtySeventhBattleUnits",
|
||||
"ally_positions_export": "thirtySeventhBattleAllyPositions",
|
||||
"out": BATTLE_IMAGE_DIR / "thirty-seventh-battle-map.webp",
|
||||
"before": BATTLE_IMAGE_DIR / "thirty-seventh-battle-map.svg",
|
||||
"seed": 241064,
|
||||
"tile_size": LARGE_MAP_TILE_SIZE,
|
||||
},
|
||||
"thirty-eighth": {
|
||||
"slug": "thirty-eighth-battle-map",
|
||||
"terrain_export": "thirtyEighthBattleMap",
|
||||
"units_export": "thirtyEighthBattleUnits",
|
||||
"ally_positions_export": "thirtyEighthBattleAllyPositions",
|
||||
"out": BATTLE_IMAGE_DIR / "thirty-eighth-battle-map.webp",
|
||||
"before": BATTLE_IMAGE_DIR / "thirty-eighth-battle-map.svg",
|
||||
"seed": 241074,
|
||||
"tile_size": LARGE_MAP_TILE_SIZE,
|
||||
},
|
||||
"thirty-ninth": {
|
||||
"slug": "thirty-ninth-battle-map",
|
||||
"terrain_export": "thirtyNinthBattleMap",
|
||||
"units_export": "thirtyNinthBattleUnits",
|
||||
"ally_positions_export": "thirtyNinthBattleAllyPositions",
|
||||
"out": BATTLE_IMAGE_DIR / "thirty-ninth-battle-map.webp",
|
||||
"before": BATTLE_IMAGE_DIR / "thirty-ninth-battle-map.svg",
|
||||
"seed": 241084,
|
||||
"tile_size": LARGE_MAP_TILE_SIZE,
|
||||
},
|
||||
"fortieth": {
|
||||
"slug": "fortieth-battle-map",
|
||||
"terrain_export": "fortiethBattleMap",
|
||||
"units_export": "fortiethBattleUnits",
|
||||
"ally_positions_export": "fortiethBattleAllyPositions",
|
||||
"out": BATTLE_IMAGE_DIR / "fortieth-battle-map.webp",
|
||||
"before": BATTLE_IMAGE_DIR / "fortieth-battle-map.svg",
|
||||
"seed": 241094,
|
||||
"tile_size": LARGE_MAP_TILE_SIZE,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user