Files
OpenFrontIO/map-generator/assets/maps/europe/info.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

251 lines
4.9 KiB
JSON

{
"name": "Europe",
"nations": [
{
"coordinates": [148, 744],
"name": "Republic of Ireland",
"flag": "ie"
},
{
"coordinates": [451, 785],
"name": "England",
"flag": "gb-eng"
},
{
"coordinates": [285, 1253],
"name": "Kingdom of Spain",
"flag": "es"
},
{
"coordinates": [527, 979],
"name": "French Republic",
"flag": "fr"
},
{
"coordinates": [974, 1159],
"name": "Italian Republic",
"flag": "it"
},
{
"coordinates": [761, 1013],
"name": "Swiss Confederation",
"flag": "ch"
},
{
"coordinates": [789, 451],
"name": "Kingdom of Norway",
"flag": "no"
},
{
"coordinates": [1034, 562],
"name": "Kingdom of Sweden",
"flag": "se"
},
{
"coordinates": [1368, 369],
"name": "Republic of Finland",
"flag": "fi"
},
{
"coordinates": [633, 802],
"name": "Kingdom of Belgium",
"flag": "be"
},
{
"coordinates": [647, 754],
"name": "Kingdom of the Netherlands",
"flag": "nl"
},
{
"coordinates": [904, 805],
"name": "Federal Republic of Germany",
"flag": "de"
},
{
"coordinates": [1082, 953],
"name": "Republic of Austria",
"flag": "at"
},
{
"coordinates": [1274, 739],
"name": "Republic of Poland",
"flag": "pl"
},
{
"coordinates": [1098, 872],
"name": "Czech Republic",
"flag": "cz"
},
{
"coordinates": [1802, 933],
"name": "Ukraine",
"flag": "ua"
},
{
"coordinates": [1562, 730],
"name": "Republic of Belarus",
"flag": "by"
},
{
"coordinates": [1533, 1039],
"name": "Romania",
"flag": "ro"
},
{
"coordinates": [1770, 1304],
"name": "Republic of Turkiye",
"flag": "tr"
},
{
"coordinates": [180, 1525],
"name": "Kingdom of Morocco",
"flag": "ma"
},
{
"coordinates": [2069, 659],
"name": "Russian Federation",
"flag": "ru"
},
{
"coordinates": [1952, 1433],
"name": "Syrian Arab Republic",
"flag": "sy"
},
{
"coordinates": [2264, 1529],
"name": "Republic of Iraq",
"flag": "iq"
},
{
"coordinates": [2173, 1173],
"name": "Georgia",
"flag": "ge"
},
{
"coordinates": [832, 1434],
"name": "Republic of Tunisia",
"flag": "tn"
},
{
"coordinates": [517, 1483],
"name": "Algeria",
"flag": "dz"
},
{
"coordinates": [89, 1292],
"name": "Portuguese Republic",
"flag": "pt"
},
{
"coordinates": [1335, 1312],
"name": "Hellenic Republic",
"flag": "gr"
},
{
"coordinates": [1312, 1133],
"name": "Republic of Serbia",
"flag": "rs"
},
{
"coordinates": [1281, 999],
"name": "Republic of Hungary",
"flag": "hu"
},
{
"coordinates": [1254, 899],
"name": "Slovak Republic",
"flag": "sk"
},
{
"coordinates": [1002, 1061],
"name": "Republic of Croatia",
"flag": "hr"
},
{
"coordinates": [1174, 1108],
"name": "Bosnia and Herzegovina",
"flag": "ba"
},
{
"coordinates": [1259, 1236],
"name": "Republic of Albania",
"flag": "al"
},
{
"coordinates": [1556, 1200],
"name": "Republic of Bulgaria",
"flag": "bg"
},
{
"coordinates": [1380, 618],
"name": "Republic of Lithuania",
"flag": "lt"
},
{
"coordinates": [1360, 556],
"name": "Republic of Latvia",
"flag": "lv"
},
{
"coordinates": [1443, 502],
"name": "Republic of Estonia",
"flag": "ee"
},
{
"coordinates": [278, 742],
"name": "Wales",
"flag": "gb-wls"
},
{
"coordinates": [296, 601],
"name": "Scotland",
"flag": "gb-sct"
},
{
"coordinates": [2300, 510],
"name": "USSR",
"flag": "ussr"
},
{
"coordinates": [204, 667],
"name": "Northern Ireland",
"flag": "northern_ireland"
},
{
"coordinates": [1522, 48],
"name": "Polar Bears",
"flag": "polar_bears"
},
{
"coordinates": [821, 628],
"name": "Kingdom of Denmark",
"flag": "dk"
},
{
"coordinates": [1875, 1599],
"name": "State of Israel",
"flag": "il"
},
{
"coordinates": [1691, 1667],
"name": "Arab Republic of Egypt",
"flag": "eg"
},
{
"coordinates": [1115, 1650],
"name": "State of Libya",
"flag": "ly"
},
{
"coordinates": [1919, 1608],
"name": "Hashemite Kingdom of Jordan",
"flag": "jo"
},
{
"coordinates": [1898, 1535],
"name": "Lebanese Republic",
"flag": "lb"
}
]
}