Files
OpenFrontIO/resources/maps/betweentwoseas/manifest.json
T
evanpelleandGitHub 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

100 lines
1.8 KiB
JSON

{
"map": {
"height": 1062,
"num_land_tiles": 1483208,
"width": 1778
},
"mini_map": {
"height": 531,
"num_land_tiles": 365411,
"width": 889
},
"name": "BetweenTwoSeas",
"nations": [
{
"coordinates": [40, 674],
"flag": "bg",
"name": "Bulgaria",
"strength": 2
},
{
"coordinates": [354, 820],
"flag": "tr",
"name": "Republic of Turkiye",
"strength": 3
},
{
"coordinates": [105, 474],
"flag": "ro",
"name": "Romania",
"strength": 2
},
{
"coordinates": [172, 382],
"flag": "md",
"name": "Moldova",
"strength": 2
},
{
"coordinates": [465, 296],
"flag": "ua",
"name": "Ukraine",
"strength": 3
},
{
"coordinates": [980, 24],
"flag": "ru",
"name": "Russian Federation",
"strength": 3
},
{
"coordinates": [1003, 674],
"flag": "ge",
"name": "Georgia",
"strength": 1
},
{
"coordinates": [1131, 804],
"flag": "am",
"name": "Republic of Armenia",
"strength": 1
},
{
"coordinates": [856, 1044],
"flag": "sy",
"name": "Syrian Arab Republic",
"strength": 2
},
{
"coordinates": [1355, 1022],
"flag": "ir",
"name": "Islamic Republic of Iran",
"strength": 3
},
{
"coordinates": [1355, 18],
"flag": "az",
"name": "Republic of Azerbaijan",
"strength": 1
},
{
"coordinates": [334, 18],
"flag": "by",
"name": "Belarus",
"strength": 1
},
{
"coordinates": [1689, 467],
"flag": "kz",
"name": "Kazakhstan",
"strength": 1
},
{
"coordinates": [1727, 831],
"flag": "tm",
"name": "Turkmenistan",
"strength": 1
}
]
}