Files
OpenFrontIO/map-generator/assets/maps/africa/info.json
T
evanpelle 8bb3e64cb8 Move map generator into main repo (#2006)
## Description:

Move the MapGenerator repo into OpenFrontIO so we don't need to copy
generated map files over.

## 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

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

evan
2025-09-04 18:45:41 -07:00

222 lines
4.0 KiB
JSON

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