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

266 lines
4.9 KiB
JSON

{
"map": {
"height": 1448,
"num_land_tiles": 1243623,
"width": 2800
},
"map16x": {
"height": 362,
"num_land_tiles": 67527,
"width": 700
},
"map4x": {
"height": 724,
"num_land_tiles": 295689,
"width": 1400
},
"name": "NorthAmerica",
"nations": [
{
"coordinates": [1625, 1040],
"flag": "Florida",
"name": "Florida"
},
{
"coordinates": [1010, 435],
"flag": "ca",
"name": "Canada"
},
{
"coordinates": [1250, 1130],
"flag": "mx",
"name": "Mexico"
},
{
"coordinates": [1460, 1275],
"flag": "gt",
"name": "Guatemala"
},
{
"coordinates": [1530, 1290],
"flag": "hn",
"name": "Honduras"
},
{
"coordinates": [1570, 1350],
"flag": "ni",
"name": "Nicaragua"
},
{
"coordinates": [1734, 1403],
"flag": "pa",
"name": "Panama"
},
{
"coordinates": [1821, 1395],
"flag": "co",
"name": "Colombia"
},
{
"coordinates": [1896, 1379],
"flag": "ve",
"name": "Venezuela"
},
{
"coordinates": [1725, 1180],
"flag": "cu",
"name": "Cuba"
},
{
"coordinates": [467, 333],
"flag": "Alaska",
"name": "Alaska"
},
{
"coordinates": [1154, 914],
"flag": "Arizona",
"name": "Arizona"
},
{
"coordinates": [1010, 865],
"flag": "California",
"name": "California"
},
{
"coordinates": [1307, 863],
"flag": "Colorado",
"name": "Colorado"
},
{
"coordinates": [1673, 965],
"flag": "Georgia_US",
"name": "Georgia"
},
{
"coordinates": [250, 1200],
"flag": "Hawaii",
"name": "Hawaii"
},
{
"coordinates": [1120, 760],
"flag": "Idaho",
"name": "Idaho"
},
{
"coordinates": [1551, 813],
"flag": "Illinois",
"name": "Illinois"
},
{
"coordinates": [1412, 873],
"flag": "Kansas",
"name": "Kansas"
},
{
"coordinates": [1651, 880],
"flag": "Kentucky",
"name": "Kentucky"
},
{
"coordinates": [1514, 1007],
"flag": "Louisiana",
"name": "Louisiana"
},
{
"coordinates": [1884, 735],
"flag": "Maine",
"name": "Maine"
},
{
"coordinates": [1634, 764],
"flag": "Michigan",
"name": "Michigan"
},
{
"coordinates": [1556, 965],
"flag": "Mississippi",
"name": "Mississippi"
},
{
"coordinates": [1527, 728],
"flag": "Minnesota",
"name": "Minnesota"
},
{
"coordinates": [1529, 880],
"flag": "Missouri",
"name": "Missouri"
},
{
"coordinates": [1225, 754],
"flag": "Montana",
"name": "Montana"
},
{
"coordinates": [1413, 789],
"flag": "Nebraska",
"name": "Nebraska"
},
{
"coordinates": [1090, 852],
"flag": "Nevada",
"name": "Nevada"
},
{
"coordinates": [1253, 933],
"flag": "New_Mexico",
"name": "New Mexico"
},
{
"coordinates": [1833, 792],
"flag": "New_York",
"name": "New York"
},
{
"coordinates": [1444, 716],
"flag": "North_Dakota",
"name": "North Dakota"
},
{
"coordinates": [1704, 812],
"flag": "Ohio",
"name": "Ohio"
},
{
"coordinates": [1397, 921],
"flag": "Oklahoma",
"name": "Oklahoma"
},
{
"coordinates": [976, 754],
"flag": "Oregon",
"name": "Oregon"
},
{
"coordinates": [1752, 716],
"flag": "Pennsylvania",
"name": "Pennsylvania"
},
{
"coordinates": [1716, 937],
"flag": "South_Carolina",
"name": "South Carolina"
},
{
"coordinates": [1419, 753],
"flag": "South_Dakota",
"name": "South Dakota"
},
{
"coordinates": [1648, 981],
"flag": "Tennessee",
"name": "Tennessee"
},
{
"coordinates": [1407, 1005],
"flag": "Texas",
"name": "Texas"
},
{
"coordinates": [1827, 742],
"flag": "Vermont",
"name": "Vermont"
},
{
"coordinates": [1767, 857],
"flag": "Virginia",
"name": "Virginia"
},
{
"coordinates": [994, 700],
"flag": "Washington",
"name": "Washington"
},
{
"coordinates": [1261, 759],
"flag": "Wyoming",
"name": "Wyoming"
},
{
"coordinates": [1867, 561],
"flag": "Quebec",
"name": "Quebec"
},
{
"coordinates": [1738, 80],
"flag": "santa_claus",
"name": "Santa Claus"
},
{
"coordinates": [1189, 240],
"flag": "polar_bears",
"name": "Polar Bears"
},
{
"coordinates": [1480, 350],
"flag": "frost_giant",
"name": "Frost Giants"
},
{
"coordinates": [2399, 171],
"flag": "gl",
"name": "Greenland"
}
]
}