mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 18:06:39 +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
151 lines
2.8 KiB
JSON
151 lines
2.8 KiB
JSON
{
|
|
"map": {
|
|
"height": 1348,
|
|
"num_land_tiles": 874011,
|
|
"width": 1620
|
|
},
|
|
"map16x": {
|
|
"height": 337,
|
|
"num_land_tiles": 50860,
|
|
"width": 405
|
|
},
|
|
"map4x": {
|
|
"height": 674,
|
|
"num_land_tiles": 213053,
|
|
"width": 810
|
|
},
|
|
"name": "Gulf of St. Lawrence",
|
|
"nations": [
|
|
{
|
|
"coordinates": [88, 364],
|
|
"flag": "Quebec",
|
|
"name": "Quebec"
|
|
},
|
|
{
|
|
"coordinates": [777, 170],
|
|
"flag": "Quebec",
|
|
"name": "Nitassinan"
|
|
},
|
|
{
|
|
"coordinates": [570, 460],
|
|
"flag": "Quebec",
|
|
"name": "Anticosti Island"
|
|
},
|
|
{
|
|
"coordinates": [300, 568],
|
|
"flag": "Quebec",
|
|
"name": "Gaspesia"
|
|
},
|
|
{
|
|
"coordinates": [256, 60],
|
|
"flag": "Quebec",
|
|
"name": "Manicouagan"
|
|
},
|
|
{
|
|
"coordinates": [522, 266],
|
|
"flag": "Quebec",
|
|
"name": "Mingan"
|
|
},
|
|
{
|
|
"coordinates": [1220, 632],
|
|
"flag": "Newfoundland",
|
|
"name": "Newfoundland"
|
|
},
|
|
{
|
|
"coordinates": [1166, 38],
|
|
"flag": "Newfoundland",
|
|
"name": "Labrador"
|
|
},
|
|
{
|
|
"coordinates": [1180, 199],
|
|
"flag": "Newfoundland",
|
|
"name": "Northern Peninsula"
|
|
},
|
|
{
|
|
"coordinates": [1544, 740],
|
|
"flag": "Newfoundland",
|
|
"name": "St Johns"
|
|
},
|
|
{
|
|
"coordinates": [1456, 620],
|
|
"flag": "Newfoundland",
|
|
"name": "Bonavista"
|
|
},
|
|
{
|
|
"coordinates": [1030, 528],
|
|
"flag": "Newfoundland",
|
|
"name": "Corner Brook"
|
|
},
|
|
{
|
|
"coordinates": [1254, 511],
|
|
"flag": "Newfoundland",
|
|
"name": "Grand Falls"
|
|
},
|
|
{
|
|
"coordinates": [1040, 400],
|
|
"flag": "Newfoundland",
|
|
"name": "Gros Morne"
|
|
},
|
|
{
|
|
"coordinates": [912, 720],
|
|
"flag": "Newfoundland",
|
|
"name": "Port aux Basques"
|
|
},
|
|
{
|
|
"coordinates": [82, 912],
|
|
"flag": "ca_nb",
|
|
"name": "New Brunswick"
|
|
},
|
|
{
|
|
"coordinates": [288, 742],
|
|
"flag": "ca_nb",
|
|
"name": "Acadia"
|
|
},
|
|
{
|
|
"coordinates": [184, 1000],
|
|
"flag": "ca_nb",
|
|
"name": "Fredericton"
|
|
},
|
|
{
|
|
"coordinates": [338, 938],
|
|
"flag": "ca_nb",
|
|
"name": "Moncton"
|
|
},
|
|
{
|
|
"coordinates": [44, 1110],
|
|
"flag": "Maine",
|
|
"name": "Maine"
|
|
},
|
|
{
|
|
"coordinates": [475, 915],
|
|
"flag": "ca_pe",
|
|
"name": "Prince Edward Island"
|
|
},
|
|
{
|
|
"coordinates": [588, 1054],
|
|
"flag": "ca_ns",
|
|
"name": "Nova Scotia"
|
|
},
|
|
{
|
|
"coordinates": [725, 920],
|
|
"flag": "ca_ns",
|
|
"name": "Cape Breton Island"
|
|
},
|
|
{
|
|
"coordinates": [310, 1130],
|
|
"flag": "ca_ns",
|
|
"name": "Annapolis"
|
|
},
|
|
{
|
|
"coordinates": [445, 1160],
|
|
"flag": "ca_ns",
|
|
"name": "Halifax"
|
|
},
|
|
{
|
|
"coordinates": [235, 1255],
|
|
"flag": "ca_ns",
|
|
"name": "Yarmouth"
|
|
}
|
|
]
|
|
}
|