Files
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

87 lines
1.6 KiB
JSON

{
"map": {
"height": 1564,
"num_land_tiles": 2181746,
"width": 2500
},
"map16x": {
"height": 391,
"num_land_tiles": 133082,
"width": 625
},
"map4x": {
"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
}
]
}