mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 19: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
166 lines
2.9 KiB
JSON
166 lines
2.9 KiB
JSON
{
|
|
"map": {
|
|
"height": 1000,
|
|
"num_land_tiles": 420335,
|
|
"width": 1000
|
|
},
|
|
"map16x": {
|
|
"height": 250,
|
|
"num_land_tiles": 24369,
|
|
"width": 250
|
|
},
|
|
"map4x": {
|
|
"height": 500,
|
|
"num_land_tiles": 102357,
|
|
"width": 500
|
|
},
|
|
"name": "Pangaea",
|
|
"nations": [
|
|
{
|
|
"coordinates": [389, 800],
|
|
"flag": "za",
|
|
"name": "South Africa"
|
|
},
|
|
{
|
|
"coordinates": [500, 780],
|
|
"flag": "mg",
|
|
"name": "Madagascar"
|
|
},
|
|
{
|
|
"coordinates": [515, 600],
|
|
"flag": "eg",
|
|
"name": "Egypt"
|
|
},
|
|
{
|
|
"coordinates": [180, 420],
|
|
"flag": "us",
|
|
"name": "United States"
|
|
},
|
|
{
|
|
"coordinates": [200, 310],
|
|
"flag": "ca",
|
|
"name": "Canada"
|
|
},
|
|
{
|
|
"coordinates": [150, 460],
|
|
"flag": "mx",
|
|
"name": "Mexico"
|
|
},
|
|
{
|
|
"coordinates": [160, 600],
|
|
"flag": "co",
|
|
"name": "Colombia"
|
|
},
|
|
{
|
|
"coordinates": [280, 800],
|
|
"flag": "ar",
|
|
"name": "Argentina"
|
|
},
|
|
{
|
|
"coordinates": [250, 600],
|
|
"flag": "br",
|
|
"name": "Brazil"
|
|
},
|
|
{
|
|
"coordinates": [470, 890],
|
|
"flag": "aq",
|
|
"name": "Antarctica"
|
|
},
|
|
{
|
|
"coordinates": [400, 340],
|
|
"flag": "gl",
|
|
"name": "Greenland"
|
|
},
|
|
{
|
|
"coordinates": [550, 440],
|
|
"flag": "es",
|
|
"name": "Spain"
|
|
},
|
|
{
|
|
"coordinates": [550, 450],
|
|
"flag": "fr",
|
|
"name": "France"
|
|
},
|
|
{
|
|
"coordinates": [510, 380],
|
|
"flag": "de",
|
|
"name": "Germany"
|
|
},
|
|
{
|
|
"coordinates": [480, 365],
|
|
"flag": "se",
|
|
"name": "Sweden"
|
|
},
|
|
{
|
|
"coordinates": [605, 370],
|
|
"flag": "tr",
|
|
"name": "Turkey"
|
|
},
|
|
{
|
|
"coordinates": [480, 335],
|
|
"flag": "fi",
|
|
"name": "Finland"
|
|
},
|
|
{
|
|
"coordinates": [570, 340],
|
|
"flag": "ua",
|
|
"name": "Ukraine"
|
|
},
|
|
{
|
|
"coordinates": [570, 290],
|
|
"flag": "ru",
|
|
"name": "Russia"
|
|
},
|
|
{
|
|
"coordinates": [490, 150],
|
|
"flag": "mn",
|
|
"name": "Mongolia"
|
|
},
|
|
{
|
|
"coordinates": [550, 70],
|
|
"flag": "cn",
|
|
"name": "China"
|
|
},
|
|
{
|
|
"coordinates": [620, 650],
|
|
"flag": "in",
|
|
"name": "India"
|
|
},
|
|
{
|
|
"coordinates": [545, 200],
|
|
"flag": "kz",
|
|
"name": "Kazakhstan"
|
|
},
|
|
{
|
|
"coordinates": [600, 600],
|
|
"flag": "sa",
|
|
"name": "Saudi Arabia"
|
|
},
|
|
{
|
|
"coordinates": [680, 830],
|
|
"flag": "au",
|
|
"name": "Australia"
|
|
},
|
|
{
|
|
"coordinates": [540, 650],
|
|
"flag": "et",
|
|
"name": "Ethiopia"
|
|
},
|
|
{
|
|
"coordinates": [400, 500],
|
|
"flag": "td",
|
|
"name": "Chad"
|
|
},
|
|
{
|
|
"coordinates": [420, 25],
|
|
"flag": "jp",
|
|
"name": "Japan"
|
|
},
|
|
{
|
|
"coordinates": [480, 410],
|
|
"flag": "gb",
|
|
"name": "United Kingdom"
|
|
}
|
|
]
|
|
}
|