Files
OpenFrontIO/resources/maps/africa/manifest.json
FloPinguin e554ffb1b0 Cleanup nations (Part 3) 🧹 Remove nation strength (#2649)
## Description:

This PR removes the nation strength. Reasoning:

- It is currently unused. The backstory can be found in #2498
- It forces map-makers to do balancing work, which is probably not a
good idea
- It increases map-making work
- It increases nation balancing complexity by a lot (we need to have all
the json files in mind)
- It makes humans avoid map areas completely because there is always
that one, same, strong nation
- The map lead Nikola123 wants to "not deal with the stupid nations and
their balancing"

If the goal of nation strength was to make them feel different I would
suggest a nation personality system. Nations that love to boat, love to
ally, love to nuke, love to fullsend, etc.

Link to a discord discussion about nation strength:


https://discord.com/channels/1359946986937258015/1360078040222142564/1450973197251117218

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

FloPinguin
2025-12-19 19:10:01 -08:00

201 lines
3.5 KiB
JSON

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