Files
OpenFrontIO/resources/maps/twolakes/manifest.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

46 lines
759 B
JSON

{
"map": {
"height": 1840,
"num_land_tiles": 3423870,
"width": 2100
},
"map16x": {
"height": 460,
"num_land_tiles": 211651,
"width": 525
},
"map4x": {
"height": 920,
"num_land_tiles": 852792,
"width": 1050
},
"name": "Two Lakes",
"nations": [
{
"coordinates": [1025, 750],
"flag": "mk",
"name": "Galicica"
},
{
"coordinates": [1815, 820],
"flag": "mk",
"name": "Pelister"
},
{
"coordinates": [920, 1250],
"flag": "al",
"name": "Podgorie"
},
{
"coordinates": [100, 1410],
"flag": "al",
"name": "Valamara"
},
{
"coordinates": [1320, 1485],
"flag": "gr",
"name": "Prespa"
}
]
}