Files
OpenFrontIO/map-generator/assets/maps/twolakes/info.json
T
crunchybbb 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

31 lines
504 B
JSON

{
"name": "Two Lakes",
"nations": [
{
"coordinates": [1025, 750],
"name": "Galicica",
"flag": "mk"
},
{
"coordinates": [1815, 820],
"name": "Pelister",
"flag": "mk"
},
{
"coordinates": [920, 1250],
"name": "Podgorie",
"flag": "al"
},
{
"coordinates": [100, 1410],
"name": "Valamara",
"flag": "al"
},
{
"coordinates": [1320, 1485],
"name": "Prespa",
"flag": "gr"
}
]
}