Files
OpenFrontIO/map-generator/assets/maps/falklandislands/info.json
T
evanpelle 8bb3e64cb8 Move map generator into main repo (#2006)
## Description:

Move the MapGenerator repo into OpenFrontIO so we don't need to copy
generated map files over.

## 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-04 18:45:41 -07:00

78 lines
1.4 KiB
JSON

{
"name": "Falkland Islands",
"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"
}
]
}