Files
bijx 677a17d05a Feat: Lemnos Map (#2683)
## Description:

Introduces the Greek island, Lemnos, as a map. The island is both fun
and challenging to play (because of the terrain and elevation) and this
addition was inspired by Altis from the game [Arma
3](https://armedassault.fandom.com/wiki/Altis). The nation names are set
based on the real landmarks, towns, and regions.

<img width="2190" height="1791" alt="image"
src="https://github.com/user-attachments/assets/a7a6de54-f376-43ac-87da-f20aecfebbe0"
/>

<img width="1994" height="1608" alt="image"
src="https://github.com/user-attachments/assets/bc280780-298f-4342-8313-db6cc27ac188"
/>



## 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
2025-12-26 12:15:54 -08:00

51 lines
835 B
JSON

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