Files
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

42 lines
760 B
JSON

{
"name": "Faroe Islands",
"nations": [
{
"coordinates": [920, 1780],
"name": "Suduroy Region",
"strength": 2,
"flag": "fo"
},
{
"coordinates": [880, 1070],
"name": "Sandoy Region",
"strength": 2,
"flag": "fo"
},
{
"coordinates": [480, 630],
"name": "Vagar Region",
"strength": 1,
"flag": "fo"
},
{
"coordinates": [735, 580],
"name": "Streymoy Region",
"strength": 2,
"flag": "fo"
},
{
"coordinates": [815, 375],
"name": "Eysturoy Region",
"strength": 2,
"flag": "fo"
},
{
"coordinates": [1115, 265],
"name": "Nordoyar Region",
"strength": 2,
"flag": "fo"
}
]
}