Files
Duwibi 027f9ac9ac Add Faroe Islands map (#441)
## Description:
This PR adds the new "Faroe Islands" map that is based on the real
islands. It has 6 nations - the 6 regions of the Feroe Islands.

Fixes #460

## 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:

Nikola123
2025-04-17 08:51:48 -07:00

44 lines
795 B
JSON

{
"name": "Faroe Islands",
"width": 1600,
"height": 2000,
"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"
}
]
}