[Fix] Adds flags to nations on Lemnos, Hormuz, Two Lakes, other minor fixes (#4173)

> **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
This commit is contained in:
crunchybbb
2026-06-08 10:02:09 -07:00
committed by GitHub
parent 27517e3698
commit 8a510977ba
6 changed files with 85 additions and 65 deletions
+9 -9
View File
@@ -3,47 +3,47 @@
"nations": [
{
"coordinates": [550, 317],
"flag": "",
"flag": "gr",
"name": "Gomati"
},
{
"coordinates": [1371, 254],
"flag": "",
"flag": "gr",
"name": "Zematas"
},
{
"coordinates": [1096, 605],
"flag": "",
"flag": "gr",
"name": "Kotsinas"
},
{
"coordinates": [518, 894],
"flag": "",
"flag": "gr",
"name": "Evgatis"
},
{
"coordinates": [250, 879],
"flag": "",
"flag": "gr",
"name": "Kavala"
},
{
"coordinates": [814, 460],
"flag": "",
"flag": "gr",
"name": "Atsiki"
},
{
"coordinates": [474, 542],
"flag": "",
"flag": "gr",
"name": "Sardes"
},
{
"coordinates": [691, 755],
"flag": "",
"flag": "gr",
"name": "Portianou"
},
{
"coordinates": [1177, 975],
"flag": "",
"flag": "gr",
"name": "Pyrgos"
}
]
@@ -4,102 +4,107 @@
{
"coordinates": [837, 356],
"name": "Hormozgan",
"flag": ""
"flag": "ir"
},
{
"coordinates": [717, 162],
"name": "Fars",
"flag": ""
"flag": "ir"
},
{
"coordinates": [97, 939],
"name": "Ash Sharqiyah",
"flag": ""
"flag": "sa"
},
{
"coordinates": [1725, 360],
"name": "Sistan and Baluchestan",
"flag": ""
"flag": "ir"
},
{
"coordinates": [745, 1003],
"name": "Abu Dhabi",
"flag": ""
"flag": "ae"
},
{
"coordinates": [1513, 289],
"name": "Kerman",
"flag": ""
"flag": "ir"
},
{
"coordinates": [311, 147],
"name": "Bushehr",
"flag": ""
"flag": "ir"
},
{
"coordinates": [1165, 1092],
"name": "Al Dhahira",
"flag": ""
"flag": "om"
},
{
"coordinates": [1219, 959],
"name": "Al Batnah North",
"flag": ""
"flag": "om"
},
{
"coordinates": [1114, 956],
"name": "Al Buraymi",
"flag": ""
"flag": "om"
},
{
"coordinates": [1316, 1141],
"name": "Ad Dakhliyah",
"flag": ""
"flag": "om"
},
{
"coordinates": [1431, 1111],
"name": "Al Batnah South",
"flag": ""
"flag": "om"
},
{
"coordinates": [979, 807],
"coordinates": [926, 849],
"name": "Dubay",
"flag": ""
"flag": "ae"
},
{
"coordinates": [1615, 1134],
"name": "Muscat",
"flag": ""
"flag": "om"
},
{
"coordinates": [1070, 774],
"name": "Sharjah",
"flag": ""
"flag": "ae"
},
{
"coordinates": [1166, 583],
"name": "Musandam",
"flag": ""
"flag": "om"
},
{
"coordinates": [159, 756],
"name": "Ar Rayyān",
"flag": ""
"flag": "qa"
},
{
"coordinates": [1103, 647],
"name": "Ras Al Khaymah",
"flag": ""
"flag": "ae"
},
{
"coordinates": [1155, 703],
"name": "Fujayrah",
"flag": ""
"flag": "ae"
},
{
"coordinates": [216, 815],
"name": "Al Wakrah",
"flag": ""
"flag": "qa"
},
{
"coordinates": [56, 554],
"name": "Bahrain",
"flag": "bh"
}
],
"teamGameSpawnAreas": {
+10 -5
View File
@@ -3,23 +3,28 @@
"nations": [
{
"coordinates": [1025, 750],
"name": "Galicica"
"name": "Galicica",
"flag": "mk"
},
{
"coordinates": [1815, 820],
"name": "Pelister"
"name": "Pelister",
"flag": "mk"
},
{
"coordinates": [920, 1250],
"name": "Podgorie"
"name": "Podgorie",
"flag": "al"
},
{
"coordinates": [100, 1410],
"name": "Valamara"
"name": "Valamara",
"flag": "al"
},
{
"coordinates": [1320, 1485],
"name": "Prespa"
"name": "Prespa",
"flag": "gr"
}
]
}