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
This commit is contained in:
bijx
2026-01-13 04:50:50 -05:00
committed by GitHub
parent 464a4a817a
commit 49819728d8
6 changed files with 142 additions and 328 deletions
+19 -19
View File
@@ -3,48 +3,48 @@
"nations": [
{
"coordinates": [550, 317],
"name": "Gomati",
"flag": ""
"flag": "",
"name": "Gomati"
},
{
"coordinates": [1371, 254],
"name": "Zematas",
"flag": ""
"flag": "",
"name": "Zematas"
},
{
"coordinates": [1096, 605],
"name": "Kotsinas",
"flag": ""
"flag": "",
"name": "Kotsinas"
},
{
"coordinates": [518, 894],
"name": "Evgatis",
"flag": ""
"flag": "",
"name": "Evgatis"
},
{
"coordinates": [250, 879],
"name": "Kavala",
"flag": ""
"flag": "",
"name": "Kavala"
},
{
"coordinates": [814, 460],
"name": "Atsiki",
"flag": ""
"flag": "",
"name": "Atsiki"
},
{
"coordinates": [474, 542],
"name": "Sardes",
"flag": ""
"flag": "",
"name": "Sardes"
},
{
"coordinates": [691, 755],
"name": "Portianou",
"flag": ""
"flag": "",
"name": "Portianou"
},
{
"coordinates": [1074, 913],
"name": "Pyrgos",
"flag": ""
"coordinates": [1177, 975],
"flag": "",
"name": "Pyrgos"
}
]
}
+5 -5
View File
@@ -1,8 +1,8 @@
{
"map": {
"height": 1420,
"num_land_tiles": 874650,
"width": 1750
"num_land_tiles": 874763,
"width": 1748
},
"map16x": {
"height": 355,
@@ -11,10 +11,10 @@
},
"map4x": {
"height": 710,
"num_land_tiles": 216592,
"width": 875
"num_land_tiles": 216609,
"width": 874
},
"name": "lemnos",
"name": "Lemnos",
"nations": [
{
"coordinates": [550, 317],
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB