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

165 lines
2.9 KiB
JSON

{
"map": {
"height": 2376,
"num_land_tiles": 1411064,
"width": 1744
},
"map16x": {
"height": 594,
"num_land_tiles": 81182,
"width": 436
},
"map4x": {
"height": 1188,
"num_land_tiles": 342861,
"width": 872
},
"name": "Americas",
"nations": [
{
"coordinates": [438, 58],
"flag": "cu",
"name": "Cuba",
"strength": 1
},
{
"coordinates": [686, 133],
"flag": "do",
"name": "Dominican Republic",
"strength": 1
},
{
"coordinates": [601, 128],
"flag": "ht",
"name": "Haiti",
"strength": 1
},
{
"coordinates": [112, 209],
"flag": "bz",
"name": "Belize",
"strength": 1
},
{
"coordinates": [71, 282],
"flag": "gt",
"name": "Guatemala",
"strength": 1
},
{
"coordinates": [214, 249],
"flag": "hn",
"name": "Honduras",
"strength": 1
},
{
"coordinates": [238, 326],
"flag": "ni",
"name": "Nicaragua",
"strength": 1
},
{
"coordinates": [375, 436],
"flag": "pa",
"name": "Panama",
"strength": 3
},
{
"coordinates": [740, 1180],
"flag": "bo",
"name": "Bolivia",
"strength": 1
},
{
"coordinates": [849, 1770],
"flag": "ar",
"name": "Argentina",
"strength": 2
},
{
"coordinates": [1394, 1309],
"flag": "br",
"name": "Brazil",
"strength": 2
},
{
"coordinates": [691, 1371],
"flag": "cl",
"name": "Chile",
"strength": 2
},
{
"coordinates": [527, 503],
"flag": "co",
"name": "Colombia",
"strength": 2
},
{
"coordinates": [384, 746],
"flag": "ec",
"name": "Ecuador",
"strength": 1
},
{
"coordinates": [933, 423],
"flag": "gf",
"name": "French Guyana",
"strength": 1
},
{
"coordinates": [800, 410],
"flag": "gy",
"name": "Guyana",
"strength": 1
},
{
"coordinates": [541, 1092],
"flag": "pe",
"name": "Peru",
"strength": 2
},
{
"coordinates": [960, 1496],
"flag": "py",
"name": "Paraguay",
"strength": 1
},
{
"coordinates": [890, 610],
"flag": "sr",
"name": "Suriname",
"strength": 1
},
{
"coordinates": [1091, 1635],
"flag": "uy",
"name": "Uruguay",
"strength": 1
},
{
"coordinates": [678, 904],
"flag": "ve",
"name": "Venezuela",
"strength": 2
},
{
"coordinates": [1270, 1035],
"flag": "Aztec Empire",
"name": "The Biggest Snakes",
"strength": 3
},
{
"coordinates": [894, 693],
"flag": "",
"name": "Normal Capybaras",
"strength": 3
},
{
"coordinates": [884, 832],
"flag": "",
"name": "Just Otters",
"strength": 3
}
]
}