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