Files
OpenFrontIO/resources/maps/baikal/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

82 lines
1.5 KiB
JSON

{
"map": {
"height": 1564,
"num_land_tiles": 2181746,
"width": 2500
},
"mini_map": {
"height": 782,
"num_land_tiles": 540863,
"width": 1250
},
"name": "Baikal",
"nations": [
{
"coordinates": [695, 665],
"flag": "bai_irk",
"name": "Irkutsk Oblast",
"strength": 2
},
{
"coordinates": [2188, 1001],
"flag": "bai_bur",
"name": "Republic of Buryatia",
"strength": 2
},
{
"coordinates": [754, 1170],
"flag": "ru",
"name": "Olkhon Island",
"strength": 1
},
{
"coordinates": [1025, 831],
"flag": "ru",
"name": "Cape Khoboy",
"strength": 1
},
{
"coordinates": [361, 1195],
"flag": "ru",
"name": "Ogoi Island",
"strength": 1
},
{
"coordinates": [1805, 115],
"flag": "ru",
"name": "Bolshoy Ushkan Island",
"strength": 1
},
{
"coordinates": [2030, 335],
"flag": "ru",
"name": "Svyatoy Nos Peninsula",
"strength": 2
},
{
"coordinates": [2194, 659],
"flag": "ru",
"name": "Chivyrkuisky Bay",
"strength": 1
},
{
"coordinates": [309, 230],
"flag": "ru",
"name": "Chanchur",
"strength": 2
},
{
"coordinates": [2165, 1439],
"flag": "ru",
"name": "Zabaykalsky National Park",
"strength": 1
},
{
"coordinates": [132, 751],
"flag": "ru",
"name": "Listvyanka",
"strength": 1
}
]
}