Files
OpenFrontIO/resources/maps/africa/manifest.json
T
evanpelle 6efc37e97d fix number of land tiles fixes #1409 (#1445)
## Description:

There was a bug in the map generator where shore tiles were counted
twice.

## 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
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

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

evan
2025-07-15 11:38:53 -07:00

232 lines
4.2 KiB
JSON

{
"map": {
"height": 2032,
"num_land_tiles": 2184135,
"width": 1950
},
"mini_map": {
"height": 1016,
"num_land_tiles": 538153,
"width": 975
},
"name": "Africa",
"nations": [
{
"coordinates": [1144, 1894],
"flag": "za",
"name": "South Africa",
"strength": 2
},
{
"coordinates": [1188, 572],
"flag": "sd",
"name": "Sudan",
"strength": 2
},
{
"coordinates": [1804, 1574],
"flag": "mg",
"name": "Madagascar",
"strength": 1
},
{
"coordinates": [1063, 827],
"flag": "cf",
"name": "Central African Republic",
"strength": 2
},
{
"coordinates": [749, 78],
"flag": "tn",
"name": "Tunisia",
"strength": 2
},
{
"coordinates": [1362, 290],
"flag": "eg",
"name": "Egypt",
"strength": 2
},
{
"coordinates": [297, 211],
"flag": "ma",
"name": "Morocco",
"strength": 2
},
{
"coordinates": [526, 223],
"flag": "dz",
"name": "Algeria",
"strength": 2
},
{
"coordinates": [951, 260],
"flag": "dz",
"name": "Libya",
"strength": 2
},
{
"coordinates": [767, 510],
"flag": "ne",
"name": "Niger",
"strength": 2
},
{
"coordinates": [208, 832],
"flag": "sl",
"name": "Sierra Leone",
"strength": 2
},
{
"coordinates": [342, 525],
"flag": "ml",
"name": "Mali",
"strength": 2
},
{
"coordinates": [266, 841],
"flag": "lr",
"name": "Liberia",
"strength": 2
},
{
"coordinates": [726, 794],
"flag": "ng",
"name": "Nigeria",
"strength": 2
},
{
"coordinates": [1094, 1093],
"flag": "cd",
"name": "Democratic Republic of the Congo",
"strength": 2
},
{
"coordinates": [1021, 1365],
"flag": "ao",
"name": "Angola",
"strength": 2
},
{
"coordinates": [1012, 1659],
"flag": "na",
"name": "Namibia",
"strength": 2
},
{
"coordinates": [1174, 1642],
"flag": "bw",
"name": "Botswana",
"strength": 2
},
{
"coordinates": [606, 853],
"flag": "bj",
"name": "Benin",
"strength": 2
},
{
"coordinates": [1423, 1646],
"flag": "zw",
"name": "Zimbabwe",
"strength": 2
},
{
"coordinates": [1462, 1462],
"flag": "na",
"name": "Mozambique",
"strength": 2
},
{
"coordinates": [1416, 1194],
"flag": "tz",
"name": "Tanzania",
"strength": 2
},
{
"coordinates": [1592, 934],
"flag": "ke",
"name": "Kenya",
"strength": 2
},
{
"coordinates": [1858, 794],
"flag": "so",
"name": "Somalia",
"strength": 2
},
{
"coordinates": [1582, 832],
"flag": "et",
"name": "Ethiopia",
"strength": 2
},
{
"coordinates": [1347, 772],
"flag": "ss",
"name": "South Sudan",
"strength": 2
},
{
"coordinates": [1472, 206],
"flag": "il",
"name": "Israel",
"strength": 2
},
{
"coordinates": [1561, 63],
"flag": "sy",
"name": "Syria",
"strength": 2
},
{
"coordinates": [1767, 186],
"flag": "iq",
"name": "Iraq",
"strength": 1
},
{
"coordinates": [1757, 381],
"flag": "sa",
"name": "Saudi Arabia",
"strength": 2
},
{
"coordinates": [1766, 638],
"flag": "ye",
"name": "Yemen",
"strength": 1
},
{
"coordinates": [283, 15],
"flag": "pt",
"name": "Portugal",
"strength": 1
},
{
"coordinates": [1123, 26],
"flag": "gr",
"name": "Greece",
"strength": 1
},
{
"coordinates": [914, 23],
"flag": "it",
"name": "Italy",
"strength": 1
},
{
"coordinates": [99, 644],
"flag": "sn",
"name": "Senegal",
"strength": 2
},
{
"coordinates": [876, 1049],
"flag": "ga",
"name": "Gabon",
"strength": 2
}
]
}