Files
OpenFrontIO/resources/maps/twolakes/manifest.json
T
RickD004 36aa38bcd0 Multiple terrain changes and fixes for maps (#4502)
## Description:

Multiple changes for maps:

Mississippi - Fix some landlocked lakes, near the main coast. Players
would sometimes accidentally put a port in the dead lakes

North America - Re-add the Azores and Cape verde (accidentally removed
when the map generator got updated to delete small islands)

Africa - Re-add Ascencion and Saint Helena Islands, same case as NA

Danish Straits - replace german empire flag , as agreed in the leads
channel

Giant World Map - Coast fixes, including adding Suez Canal which greatly
affected trade routes

Great Lakes - fix landlocked lake

Two Lakes - New Terrain combining both old and recent versions

World - Add strait of malacca

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory

## Please put your Discord username so you can be contacted if a bug or
regression is found:

tri.star1011
2026-07-04 19:39:56 -07:00

50 lines
874 B
JSON

{
"categories": ["europe"],
"id": "TwoLakes",
"map": {
"height": 1840,
"num_land_tiles": 3426935,
"width": 2100
},
"map16x": {
"height": 460,
"num_land_tiles": 211859,
"width": 525
},
"map4x": {
"height": 920,
"num_land_tiles": 853578,
"width": 1050
},
"multiplayer_frequency": 4,
"name": "Two Lakes",
"nations": [
{
"coordinates": [1025, 750],
"flag": "mk",
"name": "Galicica"
},
{
"coordinates": [1815, 820],
"flag": "mk",
"name": "Pelister"
},
{
"coordinates": [920, 1250],
"flag": "al",
"name": "Podgorie"
},
{
"coordinates": [100, 1410],
"flag": "al",
"name": "Valamara"
},
{
"coordinates": [1320, 1485],
"flag": "gr",
"name": "Prespa"
}
],
"translation_key": "map.twolakes"
}