Files
OpenFrontIO/map-generator/assets/maps/betweentwoseas/info.json
T
evanpelle 8bb3e64cb8 Move map generator into main repo (#2006)
## Description:

Move the MapGenerator repo into OpenFrontIO so we don't need to copy
generated map files over.

## 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
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

evan
2025-09-04 18:45:41 -07:00

96 lines
1.8 KiB
JSON

{
"name": "BetweenTwoSeas",
"nations": [
{
"coordinates": [40, 674],
"name": "Bulgaria",
"strength": 2,
"flag": "bg"
},
{
"coordinates": [354, 820],
"name": "Republic of Turkiye",
"strength": 3,
"flag": "tr"
},
{
"coordinates": [105, 474],
"name": "Romania",
"strength": 2,
"flag": "ro"
},
{
"coordinates": [172, 382],
"name": "Moldova",
"strength": 2,
"flag": "md"
},
{
"coordinates": [465, 296],
"name": "Ukraine",
"strength": 3,
"flag": "ua"
},
{
"coordinates": [980, 24],
"name": "Russian Federation",
"strength": 3,
"flag": "ru"
},
{
"coordinates": [1003, 674],
"name": "Georgia",
"strength": 1,
"flag": "ge"
},
{
"coordinates": [1131, 804],
"name": "Republic of Armenia",
"strength": 1,
"flag": "am"
},
{
"coordinates": [856, 1044],
"name": "Syrian Arab Republic",
"strength": 2,
"flag": "sy"
},
{
"coordinates": [1355, 1022],
"name": "Islamic Republic of Iran",
"strength": 3,
"flag": "ir"
},
{
"coordinates": [1355, 18],
"name": "Republic of Azerbaijan",
"strength": 1,
"flag": "az"
},
{
"coordinates": [334, 18],
"name": "Belarus",
"strength": 1,
"flag": "by"
},
{
"coordinates": [1689, 467],
"name": "Kazakhstan",
"strength": 1,
"flag": "kz"
},
{
"coordinates": [1727, 831],
"name": "Turkmenistan",
"strength": 1,
"flag": "tm"
},
{
"coordinates": [851, 589],
"flag": "Circassia",
"name": "Circassia",
"strength": 1
}
]
}