mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 13:52:45 +00:00
6efc37e97d
## Description: There was a bug in the map generator where shore tiles were counted twice. ## 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 - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: evan
52 lines
903 B
JSON
52 lines
903 B
JSON
{
|
|
"map": {
|
|
"height": 1000,
|
|
"num_land_tiles": 1354047,
|
|
"width": 2000
|
|
},
|
|
"mini_map": {
|
|
"height": 500,
|
|
"num_land_tiles": 335950,
|
|
"width": 1000
|
|
},
|
|
"name": "Mars",
|
|
"nations": [
|
|
{
|
|
"coordinates": [650, 415],
|
|
"flag": "us",
|
|
"name": "United States",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [122, 750],
|
|
"flag": "ussr",
|
|
"name": "USSR",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1232, 735],
|
|
"flag": "ru",
|
|
"name": "Russia",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [966, 511],
|
|
"flag": "",
|
|
"name": "European Space Agency",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1460, 488],
|
|
"flag": "gb",
|
|
"name": "United Kingdom",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [1850, 415],
|
|
"flag": "cn",
|
|
"name": "China",
|
|
"strength": 3
|
|
}
|
|
]
|
|
}
|