Files
OpenFrontIO/map-generator/assets/maps/lemnos/info.json
bijx 49819728d8 Fix: Lemnos map regenerated with map-generator to update with latest changes (#2884)
## Description:

There was a mismatch between the Lemnos map settings in the `info.json`
and the what was in the resources folder. I regenerated the map using
the map-generator to make sure the latest changes were applied.

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

bijx
2026-01-13 09:50:50 +00:00

51 lines
835 B
JSON

{
"name": "Lemnos",
"nations": [
{
"coordinates": [550, 317],
"flag": "",
"name": "Gomati"
},
{
"coordinates": [1371, 254],
"flag": "",
"name": "Zematas"
},
{
"coordinates": [1096, 605],
"flag": "",
"name": "Kotsinas"
},
{
"coordinates": [518, 894],
"flag": "",
"name": "Evgatis"
},
{
"coordinates": [250, 879],
"flag": "",
"name": "Kavala"
},
{
"coordinates": [814, 460],
"flag": "",
"name": "Atsiki"
},
{
"coordinates": [474, 542],
"flag": "",
"name": "Sardes"
},
{
"coordinates": [691, 755],
"flag": "",
"name": "Portianou"
},
{
"coordinates": [1177, 975],
"flag": "",
"name": "Pyrgos"
}
]
}