mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 11:54:36 +00:00
8a510977ba
> **Before opening a PR:** discuss new features on [Discord](https://discord.gg/K9zernJB5z) first, and file bugs or small improvements as [issues](https://github.com/openfrontio/OpenFrontIO/issues/new/choose). You must be assigned to an `approved` issue — unsolicited PRs will be auto-closed. **Add approved & assigned issue number here:** Resolves #4160 ## Description: Adds missing flags to nations on Strait of Hormuz, Two Lakes, and Lemnos. Also adds a Bahrain npc ## 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 ## Please put your Discord username so you can be contacted if a bug or regression is found: DISCORD_USERNAME crunchybbbbb
51 lines
853 B
JSON
51 lines
853 B
JSON
{
|
|
"name": "Lemnos",
|
|
"nations": [
|
|
{
|
|
"coordinates": [550, 317],
|
|
"flag": "gr",
|
|
"name": "Gomati"
|
|
},
|
|
{
|
|
"coordinates": [1371, 254],
|
|
"flag": "gr",
|
|
"name": "Zematas"
|
|
},
|
|
{
|
|
"coordinates": [1096, 605],
|
|
"flag": "gr",
|
|
"name": "Kotsinas"
|
|
},
|
|
{
|
|
"coordinates": [518, 894],
|
|
"flag": "gr",
|
|
"name": "Evgatis"
|
|
},
|
|
{
|
|
"coordinates": [250, 879],
|
|
"flag": "gr",
|
|
"name": "Kavala"
|
|
},
|
|
{
|
|
"coordinates": [814, 460],
|
|
"flag": "gr",
|
|
"name": "Atsiki"
|
|
},
|
|
{
|
|
"coordinates": [474, 542],
|
|
"flag": "gr",
|
|
"name": "Sardes"
|
|
},
|
|
{
|
|
"coordinates": [691, 755],
|
|
"flag": "gr",
|
|
"name": "Portianou"
|
|
},
|
|
{
|
|
"coordinates": [1177, 975],
|
|
"flag": "gr",
|
|
"name": "Pyrgos"
|
|
}
|
|
]
|
|
}
|