Files
OpenFrontIO/resources/maps/falklandislands/manifest.json
T
evanpelleandGitHub 6efc37e97d fix number of land tiles fixes #1409 (#1445)
## Description:

There was a bug in the map generator where shore tiles were counted
twice.

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

evan
2025-07-15 11:38:53 -07:00

88 lines
1.6 KiB
JSON

{
"map": {
"height": 1400,
"num_land_tiles": 859274,
"width": 2100
},
"mini_map": {
"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
}
]
}