Files
Duwibi ce7a7c555d Add Falkland Islands map (#681)
## Description:
This PR adds the Falkland Islands map. It has 12 nations - most of the
regions of the islands. All use the Falkland Island flag as they don't
have their own.

## Please complete the following:

- [ ] I have added screenshots for all UI updates
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

## Please put your Discord username so you can be contacted if a bug or
regression is found:

<DISCORD USERNAME>
Nikola123
2025-05-08 14:34:13 -07:00

80 lines
1.4 KiB
JSON

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