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

171 lines
3.0 KiB
JSON

{
"map": {
"height": 1200,
"num_land_tiles": 1079855,
"width": 2000
},
"map16x": {
"height": 300,
"num_land_tiles": 64874,
"width": 500
},
"map4x": {
"height": 600,
"num_land_tiles": 266262,
"width": 1000
},
"name": "Asia",
"nations": [
{
"coordinates": [165, 422],
"flag": "ru",
"name": "Russia",
"strength": 3
},
{
"coordinates": [83, 612],
"flag": "tr",
"name": "Türkiye",
"strength": 2
},
{
"coordinates": [278, 789],
"flag": "sa",
"name": "Saudi Arabia",
"strength": 1
},
{
"coordinates": [238, 907],
"flag": "ye",
"name": "Yemen",
"strength": 2
},
{
"coordinates": [126, 710],
"flag": "jo",
"name": "Jordan",
"strength": 3
},
{
"coordinates": [239, 689],
"flag": "iq",
"name": "Iraq",
"strength": 3
},
{
"coordinates": [327, 655],
"flag": "ir",
"name": "Iran",
"strength": 3
},
{
"coordinates": [594, 675],
"flag": "pk",
"name": "Pakistan",
"strength": 3
},
{
"coordinates": [654, 745],
"flag": "in",
"name": "India",
"strength": 2
},
{
"coordinates": [830, 808],
"flag": "bd",
"name": "Bangladesh",
"strength": 1
},
{
"coordinates": [909, 845],
"flag": "mm",
"name": "Myanmar",
"strength": 3
},
{
"coordinates": [1035, 845],
"flag": "vn",
"name": "Vietnam",
"strength": 2
},
{
"coordinates": [980, 1055],
"flag": "my",
"name": "Malaysia",
"strength": 1
},
{
"coordinates": [1046, 1170],
"flag": "id",
"name": "Indonesia",
"strength": 1
},
{
"coordinates": [1129, 909],
"flag": "ph",
"name": "Philippines",
"strength": 2
},
{
"coordinates": [1237, 791],
"flag": "tw",
"name": "Taiwan",
"strength": 2
},
{
"coordinates": [1166, 661],
"flag": "cn",
"name": "China",
"strength": 2
},
{
"coordinates": [1314, 639],
"flag": "kr",
"name": "South Korea",
"strength": 3
},
{
"coordinates": [1485, 659],
"flag": "jp",
"name": "Japan",
"strength": 1
},
{
"coordinates": [591, 492],
"flag": "kz",
"name": "Kazakhstan",
"strength": 2
},
{
"coordinates": [546, 629],
"flag": "tj",
"name": "Tajikistan",
"strength": 3
},
{
"coordinates": [1053, 528],
"flag": "mn",
"name": "Mongolia",
"strength": 1
},
{
"coordinates": [243, 1067],
"flag": "so",
"name": "Somalia",
"strength": 1
},
{
"coordinates": [61, 733],
"flag": "eg",
"name": "Egypt",
"strength": 3
},
{
"coordinates": [59, 490],
"flag": "ua",
"name": "Ukraine",
"strength": 2
}
]
}