mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 10:38:11 +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
161 lines
2.8 KiB
JSON
161 lines
2.8 KiB
JSON
{
|
|
"name": "Europe",
|
|
"nations": [
|
|
{
|
|
"coordinates": [171, 171],
|
|
"name": "Iceland",
|
|
"flag": "is"
|
|
},
|
|
{
|
|
"coordinates": [477, 473],
|
|
"name": "Ireland",
|
|
"flag": "ie"
|
|
},
|
|
{
|
|
"coordinates": [650, 500],
|
|
"name": "United Kingdom",
|
|
"flag": "gb"
|
|
},
|
|
{
|
|
"coordinates": [560, 800],
|
|
"name": "Spain",
|
|
"flag": "es"
|
|
},
|
|
{
|
|
"coordinates": [726, 616],
|
|
"name": "France",
|
|
"flag": "fr"
|
|
},
|
|
{
|
|
"coordinates": [1050, 745],
|
|
"name": "Italy",
|
|
"flag": "it"
|
|
},
|
|
{
|
|
"coordinates": [872, 634],
|
|
"name": "Switzerland",
|
|
"flag": "ch"
|
|
},
|
|
{
|
|
"coordinates": [960, 271],
|
|
"name": "Norway",
|
|
"flag": "no"
|
|
},
|
|
{
|
|
"coordinates": [1095, 336],
|
|
"name": "Sweden",
|
|
"flag": "se"
|
|
},
|
|
{
|
|
"coordinates": [1403, 235],
|
|
"name": "Finland",
|
|
"flag": "fi"
|
|
},
|
|
{
|
|
"coordinates": [775, 541],
|
|
"name": "Belgium",
|
|
"flag": "be"
|
|
},
|
|
{
|
|
"coordinates": [868, 487],
|
|
"name": "Netherlands",
|
|
"flag": "nl"
|
|
},
|
|
{
|
|
"coordinates": [1000, 480],
|
|
"name": "Germany",
|
|
"flag": "de"
|
|
},
|
|
{
|
|
"coordinates": [1017, 628],
|
|
"name": "Austria",
|
|
"flag": "at"
|
|
},
|
|
{
|
|
"coordinates": [1120, 477],
|
|
"name": "Poland",
|
|
"flag": "pl"
|
|
},
|
|
{
|
|
"coordinates": [1060, 530],
|
|
"name": "Czech Republic",
|
|
"flag": "cz"
|
|
},
|
|
{
|
|
"coordinates": [1540, 602],
|
|
"name": "Ukraine",
|
|
"flag": "ua"
|
|
},
|
|
{
|
|
"coordinates": [1500, 440],
|
|
"name": "Belarus",
|
|
"flag": "by"
|
|
},
|
|
{
|
|
"coordinates": [1400, 670],
|
|
"name": "Romania",
|
|
"flag": "ro"
|
|
},
|
|
{
|
|
"coordinates": [1580, 834],
|
|
"name": "Turkey",
|
|
"flag": "tr"
|
|
},
|
|
{
|
|
"coordinates": [525, 955],
|
|
"name": "Morocco",
|
|
"flag": "ma"
|
|
},
|
|
{
|
|
"coordinates": [1674, 449],
|
|
"name": "Russia",
|
|
"flag": "ru"
|
|
},
|
|
{
|
|
"coordinates": [1750, 950],
|
|
"name": "Syrian Arab Republic",
|
|
"flag": "sy"
|
|
},
|
|
{
|
|
"coordinates": [1930, 950],
|
|
"name": "Iraq",
|
|
"flag": "iq"
|
|
},
|
|
{
|
|
"coordinates": [1900, 720],
|
|
"name": "Georgia",
|
|
"flag": "ge"
|
|
},
|
|
{
|
|
"coordinates": [950, 930],
|
|
"name": "Tunisia",
|
|
"flag": "tn"
|
|
},
|
|
{
|
|
"coordinates": [740, 940],
|
|
"name": "Algeria",
|
|
"flag": "dz"
|
|
},
|
|
{
|
|
"coordinates": [460, 830],
|
|
"name": "Portugal",
|
|
"flag": "pt"
|
|
},
|
|
{
|
|
"coordinates": [1300, 830],
|
|
"name": "Greece",
|
|
"flag": "gr"
|
|
},
|
|
{
|
|
"coordinates": [1270, 700],
|
|
"name": "Serbia",
|
|
"flag": "rs"
|
|
},
|
|
{
|
|
"coordinates": [1200, 630],
|
|
"name": "Hungary",
|
|
"flag": "hu"
|
|
}
|
|
]
|
|
}
|