Files
OpenFrontIO/resources/maps/mars/manifest.json
T
evanpelle 6efc37e97d fix number of land tiles fixes #1409 (#1445)
## 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
2025-07-15 11:38:53 -07:00

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
}
]
}