Files
OpenFrontIO/resources/maps/GatewayToTheAtlantic.json
T
APuddle210 48d111bf0d Add new map, iberia, france, north africa (#285)
Addition of new map, 'Gateway to the Atlantic' covering Iberia, France,
and North Africa.

Tested via loading to local build, ensuring the game launched
succesfully, and ran a full game through to completion. Confirmed
thumbnail is displayed in the UI.

Discovered possibly undocumented bug: minimap binary generation fails if
either the width or height of the provided map image is an odd number.

Not sure what proper tests for a new map would look like, hope this is
sufficient testing.

![Thumbnail in
UI](https://github.com/user-attachments/assets/d78e51b8-8571-4244-bb55-8b4f95748108)

![Game
Starts](https://github.com/user-attachments/assets/124beaa3-8f57-4015-bdc6-7bde19a4a5ba)

![Game
Proceeds](https://github.com/user-attachments/assets/e8bb9a59-9bfb-4882-88c8-bf11d709244b)

![Game Proceeds
More](https://github.com/user-attachments/assets/7ec899eb-0338-4ec9-995f-20717e7f80b3)

![Game Proceeds
x2](https://github.com/user-attachments/assets/6c286cd6-4e13-4766-845e-393faebac116)

![Game
Completed](https://github.com/user-attachments/assets/20653b5e-0592-4a44-b3b3-58ea612a42b3)
2025-03-18 12:05:11 -07:00

188 lines
3.3 KiB
JSON

{
"name": "Britannia",
"width": 2000,
"height": 1397,
"nations": [
{
"coordinates": [2144, 344],
"name": "Switzerland",
"strength": 2,
"flag": ""
},
{
"coordinates": [1964, 371],
"name": "Burgundy",
"strength": 2,
"flag": ""
},
{
"coordinates": [1334, 537],
"name": "Aquitaine",
"strength": 2,
"flag": ""
},
{
"coordinates": [2115, 684],
"name": "Provence",
"strength": 2,
"flag": ""
},
{
"coordinates": [1207, 763],
"name": "The Basque",
"strength": 3,
"flag": ""
},
{
"coordinates": [1281, 1142],
"name": "Valencia",
"strength": 2,
"flag": ""
},
{
"coordinates": [1660, 891],
"name": "Catalan",
"strength": 2,
"flag": ""
},
{
"coordinates": [561, 764],
"name": "Galicia",
"strength": 2,
"flag": ""
},
{
"coordinates": [1004, 1436],
"name": "Granada",
"strength": 2,
"flag": ""
},
{
"coordinates": [431, 1197],
"name": "Portugal",
"strength": 2,
"flag": ""
},
{
"coordinates": [560, 1894],
"name": "Morocco",
"strength": 2,
"flag": ""
},
{
"coordinates": [1609, 1837],
"name": "Algeria",
"strength": 2,
"flag": ""
},
{
"coordinates": [1733, 622],
"name": "Armagnac",
"strength": 2,
"flag": ""
},
{
"coordinates": [896, 1240],
"name": "Cordoba",
"strength": 2,
"flag": ""
},
{
"coordinates": [636, 1781],
"name": "Seville",
"strength": 2,
"flag": ""
},
{
"coordinates": [750, 873],
"name": "Leon",
"strength": 2,
"flag": ""
},
{
"coordinates": [1001, 882],
"name": "Castille",
"strength": 2,
"flag": ""
},
{
"coordinates": [775, 724],
"name": "Asturias",
"strength": 2,
"flag": ""
},
{
"coordinates": [1755, 1130],
"name": "The Old Ones",
"strength": 3,
"flag": ""
},
{
"coordinates": [2097, 1670],
"name": "Jesuit Monks",
"strength": 2,
"flag": ""
},
{
"coordinates": [979, 1013],
"name": "Spain",
"strength": 2,
"flag": ""
},
{
"coordinates": [468, 930],
"name": "Sardines",
"strength": 3,
"flag": ""
},
{
"coordinates": [1667, 96],
"name": "Paris",
"strength": 2,
"flag": ""
},
{
"coordinates": [1716, 296],
"name": "Baguettes",
"strength": 3,
"flag": ""
},
{
"coordinates": [1017, 180],
"name": "Brittany",
"strength": 2,
"flag": ""
},
{
"coordinates": [2072, 567],
"name": "An Anti-Pope",
"strength": 3,
"flag": ""
},
{
"coordinates": [1355, 76],
"name": "Normandy",
"strength": 2,
"flag": ""
},
{
"coordinates": [1402, 529],
"name": "Wine",
"strength": 1,
"flag": ""
},
{
"coordinates": [1475, 1657],
"name": "French Foreign Legion",
"strength": 3,
"flag": ""
},
{
"coordinates": [1685, 417],
"name": "France",
"strength": 3,
"flag": ""
}
]
}