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

93 lines
1.7 KiB
JSON

{
"map": {
"height": 1400,
"num_land_tiles": 859274,
"width": 2100
},
"map16x": {
"height": 350,
"num_land_tiles": 49248,
"width": 525
},
"map4x": {
"height": 700,
"num_land_tiles": 208351,
"width": 1050
},
"name": "Falkland Islands",
"nations": [
{
"coordinates": [484, 987],
"flag": "fk",
"name": "Albermarle",
"strength": 2
},
{
"coordinates": [228, 804],
"flag": "fk",
"name": "Weddell",
"strength": 1
},
{
"coordinates": [818, 873],
"flag": "fk",
"name": "Fox Bay",
"strength": 1
},
{
"coordinates": [994, 541],
"flag": "fk",
"name": "East Falkland",
"strength": 2
},
{
"coordinates": [633, 518],
"flag": "fk",
"name": "Saunders and Dunbar",
"strength": 1
},
{
"coordinates": [1063, 1036],
"flag": "fk",
"name": "South Lefonia",
"strength": 1
},
{
"coordinates": [1298, 860],
"flag": "fk",
"name": "North Lefonia",
"strength": 2
},
{
"coordinates": [1587, 743],
"flag": "fk",
"name": "Wickham and Fitzroy",
"strength": 1
},
{
"coordinates": [1831, 456],
"flag": "fk",
"name": "Berkeley",
"strength": 1
},
{
"coordinates": [1984, 657],
"flag": "fk",
"name": "Stanley",
"strength": 1
},
{
"coordinates": [1468, 398],
"flag": "fk",
"name": "Concordia",
"strength": 2
},
{
"coordinates": [1381, 624],
"flag": "fk",
"name": "San Carlos",
"strength": 1
}
]
}