Files
OpenFrontIO/resources/maps/betweentwoseas/manifest.json
T
evanpelle 5d9b62da4d add compact map option (#2095)
## Description:

Create mini map option
<img width="741" height="234" alt="Screenshot 2025-09-25 at 4 47 47 PM"
src="https://github.com/user-attachments/assets/6c442698-8e3b-44d5-b07e-c4f0a916c3bc"
/>

## 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:

evan
2025-09-25 16:51:25 -07:00

111 lines
2.0 KiB
JSON

{
"map": {
"height": 1060,
"num_land_tiles": 1478803,
"width": 1776
},
"map16x": {
"height": 265,
"num_land_tiles": 88499,
"width": 444
},
"map4x": {
"height": 530,
"num_land_tiles": 364318,
"width": 888
},
"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
},
{
"coordinates": [851, 589],
"flag": "Circassia",
"name": "Circassia",
"strength": 1
}
]
}