Files
OpenFrontIO/map-generator/assets/maps/africa/info.json
T
RickD004andGitHub 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

231 lines
4.2 KiB
JSON

{
"id": "Africa",
"name": "Africa",
"translation_key": "map.africa",
"categories": ["featured", "continental", "africa"],
"multiplayer_frequency": 7,
"featured_rank": 6,
"nations": [
{
"coordinates": [1144, 1894],
"name": "South Africa",
"flag": "za"
},
{
"coordinates": [1188, 572],
"name": "Sudan",
"flag": "sd"
},
{
"coordinates": [1804, 1574],
"name": "Madagascar",
"flag": "mg"
},
{
"coordinates": [1063, 827],
"name": "Central African Republic",
"flag": "cf"
},
{
"coordinates": [749, 78],
"name": "Tunisia",
"flag": "tn"
},
{
"coordinates": [1362, 290],
"name": "Egypt",
"flag": "eg"
},
{
"coordinates": [297, 211],
"name": "Morocco",
"flag": "ma"
},
{
"coordinates": [526, 223],
"name": "Algeria",
"flag": "dz"
},
{
"coordinates": [951, 260],
"name": "Libya",
"flag": "dz"
},
{
"coordinates": [767, 510],
"name": "Niger",
"flag": "ne"
},
{
"coordinates": [208, 832],
"name": "Sierra Leone",
"flag": "sl"
},
{
"coordinates": [342, 525],
"name": "Mali",
"flag": "ml"
},
{
"coordinates": [266, 841],
"name": "Liberia",
"flag": "lr"
},
{
"coordinates": [726, 794],
"name": "Nigeria",
"flag": "ng"
},
{
"coordinates": [1094, 1093],
"name": "DR Congo",
"flag": "cd"
},
{
"coordinates": [1021, 1365],
"name": "Angola",
"flag": "ao"
},
{
"coordinates": [1012, 1659],
"name": "Namibia",
"flag": "na"
},
{
"coordinates": [1174, 1642],
"name": "Botswana",
"flag": "bw"
},
{
"coordinates": [606, 853],
"name": "Benin",
"flag": "bj"
},
{
"coordinates": [1423, 1646],
"name": "Zimbabwe",
"flag": "zw"
},
{
"coordinates": [1462, 1462],
"name": "Mozambique",
"flag": "na"
},
{
"coordinates": [1416, 1194],
"name": "Tanzania",
"flag": "tz"
},
{
"coordinates": [1592, 934],
"name": "Kenya",
"flag": "ke"
},
{
"coordinates": [1858, 794],
"name": "Somalia",
"flag": "so"
},
{
"coordinates": [1582, 832],
"name": "Ethiopia",
"flag": "et"
},
{
"coordinates": [1347, 772],
"name": "South Sudan",
"flag": "ss"
},
{
"coordinates": [1472, 206],
"name": "Israel",
"flag": "il"
},
{
"coordinates": [1561, 63],
"name": "Syria",
"flag": "sy"
},
{
"coordinates": [1767, 186],
"name": "Iraq",
"flag": "iq"
},
{
"coordinates": [1757, 381],
"name": "Saudi Arabia",
"flag": "sa"
},
{
"coordinates": [1766, 638],
"name": "Yemen",
"flag": "ye"
},
{
"coordinates": [283, 15],
"name": "Portugal",
"flag": "pt"
},
{
"coordinates": [1123, 26],
"name": "Greece",
"flag": "gr"
},
{
"coordinates": [914, 23],
"name": "Italy",
"flag": "it"
},
{
"coordinates": [99, 644],
"name": "Senegal",
"flag": "sn"
},
{
"coordinates": [876, 1049],
"name": "Gabon",
"flag": "ga"
},
{
"coordinates": [355, 1500],
"name": "Saint Helena",
"flag": "sh"
},
{
"coordinates": [127, 279],
"name": "Canary Islands",
"flag": "ic"
},
{
"coordinates": [1428, 90],
"name": "Cyprus",
"flag": "cy"
},
{
"coordinates": [1707, 1381],
"name": "Comoros",
"flag": "km"
},
{
"coordinates": [1758, 1411],
"name": "Mayotte",
"flag": "yt"
},
{
"coordinates": [117, 1278],
"name": "Ascension Island",
"flag": "sh-ac"
},
{
"coordinates": [756, 964],
"name": "Equatorial Guinea",
"flag": "gq"
},
{
"coordinates": [697, 1053],
"name": "Sao Tome and Principe",
"flag": "st"
}
]
}