mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:43:12 +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
127 lines
2.2 KiB
JSON
127 lines
2.2 KiB
JSON
{
|
|
"name": "Strait of Hormuz",
|
|
"nations": [
|
|
{
|
|
"coordinates": [837, 356],
|
|
"name": "Hormozgan",
|
|
"flag": "ir"
|
|
},
|
|
{
|
|
"coordinates": [717, 162],
|
|
"name": "Fars",
|
|
"flag": "ir"
|
|
},
|
|
{
|
|
"coordinates": [97, 939],
|
|
"name": "Ash Sharqiyah",
|
|
"flag": "sa"
|
|
},
|
|
{
|
|
"coordinates": [1725, 360],
|
|
"name": "Sistan and Baluchestan",
|
|
"flag": "ir"
|
|
},
|
|
{
|
|
"coordinates": [745, 1003],
|
|
"name": "Abu Dhabi",
|
|
"flag": "ae"
|
|
},
|
|
{
|
|
"coordinates": [1513, 289],
|
|
"name": "Kerman",
|
|
"flag": "ir"
|
|
},
|
|
{
|
|
"coordinates": [311, 147],
|
|
"name": "Bushehr",
|
|
"flag": "ir"
|
|
},
|
|
{
|
|
"coordinates": [1165, 1092],
|
|
"name": "Al Dhahira",
|
|
"flag": "om"
|
|
},
|
|
{
|
|
"coordinates": [1219, 959],
|
|
"name": "Al Batnah North",
|
|
"flag": "om"
|
|
},
|
|
{
|
|
"coordinates": [1114, 956],
|
|
"name": "Al Buraymi",
|
|
"flag": "om"
|
|
},
|
|
{
|
|
"coordinates": [1316, 1141],
|
|
"name": "Ad Dakhliyah",
|
|
"flag": "om"
|
|
},
|
|
{
|
|
"coordinates": [1431, 1111],
|
|
"name": "Al Batnah South",
|
|
"flag": "om"
|
|
},
|
|
{
|
|
"coordinates": [926, 849],
|
|
"name": "Dubay",
|
|
"flag": "ae"
|
|
},
|
|
{
|
|
"coordinates": [1615, 1134],
|
|
"name": "Muscat",
|
|
"flag": "om"
|
|
},
|
|
{
|
|
"coordinates": [1070, 774],
|
|
"name": "Sharjah",
|
|
"flag": "ae"
|
|
},
|
|
{
|
|
"coordinates": [1166, 583],
|
|
"name": "Musandam",
|
|
"flag": "om"
|
|
},
|
|
{
|
|
"coordinates": [159, 756],
|
|
"name": "Ar Rayyān",
|
|
"flag": "qa"
|
|
},
|
|
{
|
|
"coordinates": [1103, 647],
|
|
"name": "Ras Al Khaymah",
|
|
"flag": "ae"
|
|
},
|
|
{
|
|
"coordinates": [1155, 703],
|
|
"name": "Fujayrah",
|
|
"flag": "ae"
|
|
},
|
|
{
|
|
"coordinates": [216, 815],
|
|
"name": "Al Wakrah",
|
|
"flag": "qa"
|
|
},
|
|
{
|
|
"coordinates": [56, 554],
|
|
"name": "Bahrain",
|
|
"flag": "bh"
|
|
}
|
|
],
|
|
"teamGameSpawnAreas": {
|
|
"2": [
|
|
{
|
|
"height": 700,
|
|
"width": 1300,
|
|
"x": 0,
|
|
"y": 500
|
|
},
|
|
{
|
|
"height": 500,
|
|
"width": 1800,
|
|
"x": 0,
|
|
"y": 0
|
|
}
|
|
]
|
|
}
|
|
}
|