Files
OpenFrontIO/resources/maps/mena/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

196 lines
3.4 KiB
JSON

{
"map": {
"height": 964,
"num_land_tiles": 1621317,
"width": 2200
},
"map16x": {
"height": 241,
"num_land_tiles": 97882,
"width": 550
},
"map4x": {
"height": 482,
"num_land_tiles": 400552,
"width": 1100
},
"name": "MENA",
"nations": [
{
"coordinates": [257, 82],
"flag": "es",
"name": "Spain"
},
{
"coordinates": [142, 134],
"flag": "pt",
"name": "Portugal"
},
{
"coordinates": [142, 348],
"flag": "ma",
"name": "Morocco"
},
{
"coordinates": [490, 296],
"flag": "dz",
"name": "Algeria"
},
{
"coordinates": [675, 225],
"flag": "tn",
"name": "Tunisia"
},
{
"coordinates": [825, 352],
"flag": "ly",
"name": "Libyan Arab Jamahiriya"
},
{
"coordinates": [1280, 389],
"flag": "eg",
"name": "Egypt"
},
{
"coordinates": [1444, 341],
"flag": "il",
"name": "Israel"
},
{
"coordinates": [1409, 372],
"flag": "ps",
"name": "Palestine"
},
{
"coordinates": [1460, 294],
"flag": "lb",
"name": "Lebanon"
},
{
"coordinates": [1259, 761],
"flag": "sd",
"name": "Sudan"
},
{
"coordinates": [1500, 221],
"flag": "sy",
"name": "Syrian Arab Republic"
},
{
"coordinates": [1743, 303],
"flag": "iq",
"name": "Iraq"
},
{
"coordinates": [1729, 534],
"flag": "sa",
"name": "Saudi Arabia"
},
{
"coordinates": [1726, 884],
"flag": "ye",
"name": "Yemen"
},
{
"coordinates": [2134, 654],
"flag": "om",
"name": "Oman"
},
{
"coordinates": [2025, 576],
"flag": "ae",
"name": "United Arab Emirates"
},
{
"coordinates": [1924, 538],
"flag": "qa",
"name": "Qatar"
},
{
"coordinates": [1948, 333],
"flag": "ir",
"name": "Islamic Republic of Iran"
},
{
"coordinates": [1313, 127],
"flag": "tr",
"name": "Turkiye"
},
{
"coordinates": [776, 39],
"flag": "it",
"name": "Italy"
},
{
"coordinates": [1087, 145],
"flag": "gr",
"name": "Greece"
},
{
"coordinates": [1181, 20],
"flag": "bg",
"name": "Bulgaria"
},
{
"coordinates": [2156, 18],
"flag": "uz",
"name": "Uzbekistan"
},
{
"coordinates": [1480, 342],
"flag": "jo",
"name": "Jordan"
},
{
"coordinates": [1050, 725],
"flag": "td",
"name": "Chad"
},
{
"coordinates": [767, 734],
"flag": "ne",
"name": "Niger"
},
{
"coordinates": [408, 553],
"flag": "ml",
"name": "Mali"
},
{
"coordinates": [98, 55],
"flag": "mr",
"name": "Mauritania"
},
{
"coordinates": [1562, 828],
"flag": "er",
"name": "Eritrea"
},
{
"coordinates": [1811, 414],
"flag": "kw",
"name": "Kuwait"
},
{
"coordinates": [1667, 30],
"flag": "ge",
"name": "Georgia"
},
{
"coordinates": [1848, 116],
"flag": "az",
"name": "Azerbaijan"
},
{
"coordinates": [1385, 248],
"flag": "cy",
"name": "Cyprus"
},
{
"coordinates": [1994, 19],
"flag": "kz",
"name": "Kazakhstan"
}
]
}