Files
OpenFrontIO/resources/maps/straitofhormuz/manifest.json
T
crunchybbbandGitHub 8a510977ba [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
2026-06-08 10:02:09 -07:00

142 lines
2.4 KiB
JSON

{
"map": {
"height": 1200,
"num_land_tiles": 1255327,
"width": 1800
},
"map16x": {
"height": 300,
"num_land_tiles": 77223,
"width": 450
},
"map4x": {
"height": 600,
"num_land_tiles": 312041,
"width": 900
},
"name": "Strait of Hormuz",
"nations": [
{
"coordinates": [837, 356],
"flag": "ir",
"name": "Hormozgan"
},
{
"coordinates": [717, 162],
"flag": "ir",
"name": "Fars"
},
{
"coordinates": [97, 939],
"flag": "sa",
"name": "Ash Sharqiyah"
},
{
"coordinates": [1725, 360],
"flag": "ir",
"name": "Sistan and Baluchestan"
},
{
"coordinates": [745, 1003],
"flag": "ae",
"name": "Abu Dhabi"
},
{
"coordinates": [1513, 289],
"flag": "ir",
"name": "Kerman"
},
{
"coordinates": [311, 147],
"flag": "ir",
"name": "Bushehr"
},
{
"coordinates": [1165, 1092],
"flag": "om",
"name": "Al Dhahira"
},
{
"coordinates": [1219, 959],
"flag": "om",
"name": "Al Batnah North"
},
{
"coordinates": [1114, 956],
"flag": "om",
"name": "Al Buraymi"
},
{
"coordinates": [1316, 1141],
"flag": "om",
"name": "Ad Dakhliyah"
},
{
"coordinates": [1431, 1111],
"flag": "om",
"name": "Al Batnah South"
},
{
"coordinates": [926, 849],
"flag": "ae",
"name": "Dubay"
},
{
"coordinates": [1615, 1134],
"flag": "om",
"name": "Muscat"
},
{
"coordinates": [1070, 774],
"flag": "ae",
"name": "Sharjah"
},
{
"coordinates": [1166, 583],
"flag": "om",
"name": "Musandam"
},
{
"coordinates": [159, 756],
"flag": "qa",
"name": "Ar Rayyān"
},
{
"coordinates": [1103, 647],
"flag": "ae",
"name": "Ras Al Khaymah"
},
{
"coordinates": [1155, 703],
"flag": "ae",
"name": "Fujayrah"
},
{
"coordinates": [216, 815],
"flag": "qa",
"name": "Al Wakrah"
},
{
"coordinates": [56, 554],
"flag": "bh",
"name": "Bahrain"
}
],
"teamGameSpawnAreas": {
"2": [
{
"height": 700,
"width": 1300,
"x": 0,
"y": 500
},
{
"height": 500,
"width": 1800,
"x": 0,
"y": 0
}
]
}
}