mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 21:45:22 +00:00
e554ffb1b0
## 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
95 lines
1.7 KiB
JSON
95 lines
1.7 KiB
JSON
{
|
|
"name": "New York City",
|
|
"nations": [
|
|
{
|
|
"coordinates": [127, 1323],
|
|
"name": "Unami Tribe"
|
|
},
|
|
{
|
|
"coordinates": [116, 765],
|
|
"name": "Unalachtigo"
|
|
},
|
|
{
|
|
"coordinates": [163, 135],
|
|
"name": "Munsee Tribe"
|
|
},
|
|
{
|
|
"coordinates": [661, 531],
|
|
"name": "Mannahatta Village"
|
|
},
|
|
{
|
|
"coordinates": [558, 760],
|
|
"name": "New Netherland Colony",
|
|
"flag": "nl"
|
|
},
|
|
{
|
|
"coordinates": [756, 833],
|
|
"name": "New York Colony",
|
|
"flag": "gb-eng"
|
|
},
|
|
{
|
|
"coordinates": [240, 1818],
|
|
"name": "New Jersey Colony",
|
|
"flag": "gb-eng"
|
|
},
|
|
{
|
|
"coordinates": [1065, 1085],
|
|
"name": "Long Island Territory",
|
|
"flag": "gb-eng"
|
|
},
|
|
{
|
|
"coordinates": [1454, 989],
|
|
"name": "Montaukett Nation"
|
|
},
|
|
{
|
|
"coordinates": [1367, 762],
|
|
"name": "Unkechaug Nation"
|
|
},
|
|
{
|
|
"coordinates": [1109, 824],
|
|
"name": "Shinnecock Nation"
|
|
},
|
|
{
|
|
"coordinates": [969, 269],
|
|
"name": "Weckquaesgeek"
|
|
},
|
|
{
|
|
"coordinates": [746, 1172],
|
|
"name": "Siwanoy"
|
|
},
|
|
{
|
|
"coordinates": [927, 86],
|
|
"name": "Colen Donck",
|
|
"flag": "nl"
|
|
},
|
|
{
|
|
"coordinates": [849, 1043],
|
|
"name": "Canarsie"
|
|
},
|
|
{
|
|
"coordinates": [991, 1247],
|
|
"name": "Rockaway"
|
|
},
|
|
{
|
|
"coordinates": [929, 642],
|
|
"name": "Maspeth",
|
|
"flag": "gb-eng"
|
|
},
|
|
{
|
|
"coordinates": [647, 1018],
|
|
"name": "Breukelen",
|
|
"flag": "nl"
|
|
},
|
|
{
|
|
"coordinates": [1150, 532],
|
|
"name": "Vlissingen",
|
|
"flag": "nl"
|
|
},
|
|
{
|
|
"coordinates": [629, 690],
|
|
"name": "Gravesend",
|
|
"flag": "gb-eng"
|
|
}
|
|
]
|
|
}
|