mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-08 11:33:48 +00:00
## Description: Adds Circassia as a nation to the `Black Sea` and `Between two seas` maps. Circassia was a significant country and a historical region in the North Caucasus that controlled the northeastern Black Sea coast. More info on Wikipedia: https://en.wikipedia.org/wiki/Circassia <img width="508" height="315" alt="image" src="https://github.com/user-attachments/assets/3034c98c-5123-4e28-901f-b194a3f74c46" /> <img width="504" height="378" alt="image" src="https://github.com/user-attachments/assets/f63bd6c2-c44a-4620-aac5-c89f3694083a" /> ## 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 - [x] I have read and accepted the CLA agreement (only required once). ## Please put your Discord username so you can be contacted if a bug or regression is found: qunash
106 lines
1.9 KiB
JSON
106 lines
1.9 KiB
JSON
{
|
|
"map": {
|
|
"height": 1062,
|
|
"num_land_tiles": 1483208,
|
|
"width": 1778
|
|
},
|
|
"mini_map": {
|
|
"height": 531,
|
|
"num_land_tiles": 365411,
|
|
"width": 889
|
|
},
|
|
"name": "BetweenTwoSeas",
|
|
"nations": [
|
|
{
|
|
"coordinates": [40, 674],
|
|
"flag": "bg",
|
|
"name": "Bulgaria",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [354, 820],
|
|
"flag": "tr",
|
|
"name": "Republic of Turkiye",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [105, 474],
|
|
"flag": "ro",
|
|
"name": "Romania",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [172, 382],
|
|
"flag": "md",
|
|
"name": "Moldova",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [465, 296],
|
|
"flag": "ua",
|
|
"name": "Ukraine",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [980, 24],
|
|
"flag": "ru",
|
|
"name": "Russian Federation",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [1003, 674],
|
|
"flag": "ge",
|
|
"name": "Georgia",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1131, 804],
|
|
"flag": "am",
|
|
"name": "Republic of Armenia",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [856, 1044],
|
|
"flag": "sy",
|
|
"name": "Syrian Arab Republic",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1355, 1022],
|
|
"flag": "ir",
|
|
"name": "Islamic Republic of Iran",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [1355, 18],
|
|
"flag": "az",
|
|
"name": "Republic of Azerbaijan",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [334, 18],
|
|
"flag": "by",
|
|
"name": "Belarus",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1689, 467],
|
|
"flag": "kz",
|
|
"name": "Kazakhstan",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1727, 831],
|
|
"flag": "tm",
|
|
"name": "Turkmenistan",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [851, 589],
|
|
"flag": "Circassia",
|
|
"name": "Circassia",
|
|
"strength": 1
|
|
}
|
|
]
|
|
}
|