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

171 lines
3.3 KiB
JSON

{
"map": {
"height": 1968,
"num_land_tiles": 2239818,
"width": 2216
},
"map16x": {
"height": 492,
"num_land_tiles": 136295,
"width": 554
},
"map4x": {
"height": 984,
"num_land_tiles": 555003,
"width": 1108
},
"name": "GatewayToTheAtlantic",
"nations": [
{
"coordinates": [2144, 344],
"flag": "ch",
"name": "Swiss Confederation"
},
{
"coordinates": [1964, 371],
"flag": "burgundy",
"name": "Kingdom of Burgundy"
},
{
"coordinates": [1334, 537],
"flag": "aquitaine",
"name": "Duchy of Aquitaine"
},
{
"coordinates": [2115, 684],
"flag": "provence",
"name": "County of Provence"
},
{
"coordinates": [1207, 763],
"flag": "es-pv",
"name": "The Basque"
},
{
"coordinates": [1281, 1142],
"flag": "valencia",
"name": "Kingdom of Valencia"
},
{
"coordinates": [1660, 891],
"flag": "catalonia",
"name": "Catalonia"
},
{
"coordinates": [561, 764],
"flag": "es-ga",
"name": "Kingdom of Galicia"
},
{
"coordinates": [1004, 1436],
"flag": "granada",
"name": "Emirate of Granada"
},
{
"coordinates": [431, 1197],
"flag": "pt",
"name": "Portuguese Republic"
},
{
"coordinates": [560, 1894],
"flag": "ma",
"name": "Kingdom of Morocco"
},
{
"coordinates": [1609, 1837],
"flag": "dz",
"name": "Algeria'"
},
{
"coordinates": [1733, 622],
"flag": "armagnac",
"name": "County of Armagnac"
},
{
"coordinates": [896, 1240],
"flag": "cordoba",
"name": "City of Cordoba"
},
{
"coordinates": [636, 1781],
"flag": "seville",
"name": "City of Seville"
},
{
"coordinates": [750, 873],
"flag": "leon",
"name": "Kingdom of Leon"
},
{
"coordinates": [1001, 882],
"flag": "castille",
"name": "Kingdom of Castille"
},
{
"coordinates": [775, 724],
"flag": "asturias",
"name": "Principality of Asturias"
},
{
"coordinates": [1755, 1130],
"flag": "neuragic_empire",
"name": "The Old Ones"
},
{
"coordinates": [2097, 1670],
"flag": "Amazigh flag",
"name": "Tamazgha"
},
{
"coordinates": [979, 1013],
"flag": "es",
"name": "Kingdom of Spain"
},
{
"coordinates": [468, 930],
"flag": "sardines",
"name": "Sardines"
},
{
"coordinates": [1667, 96],
"flag": "paris",
"name": "City of Paris"
},
{
"coordinates": [1716, 296],
"flag": "baguette",
"name": "Baguettes"
},
{
"coordinates": [1017, 180],
"flag": "brittany",
"name": "Kingdom of Brittany"
},
{
"coordinates": [2072, 567],
"flag": "antipope",
"name": "An Anti-Pope"
},
{
"coordinates": [1355, 76],
"flag": "normandy",
"name": "Duchy of Normandy"
},
{
"coordinates": [1402, 529],
"flag": "",
"name": "Wine"
},
{
"coordinates": [1475, 1657],
"flag": "French foreign legion",
"name": "French Foreign Legion"
},
{
"coordinates": [1685, 417],
"flag": "fr",
"name": "French Republic"
}
]
}