mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:32:41 +00:00
e97f4650b7
## Description: This PR readds the Yenisei map, with it being about 3 times smaller than before. I haven't updated the en.json file, as it still has the string for the map, which was probably forgotten when the map got removed from the repo. ## 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: DISCORD_USERNAME Nikola123
36 lines
611 B
JSON
36 lines
611 B
JSON
{
|
|
"name": "Yenisei",
|
|
"nations": [
|
|
{
|
|
"coordinates": [1050, 535],
|
|
"flag": "ru",
|
|
"name": "Baikalovsk"
|
|
},
|
|
{
|
|
"coordinates": [1120, 1315],
|
|
"flag": "ru",
|
|
"name": "Mungui"
|
|
},
|
|
{
|
|
"coordinates": [345, 1190],
|
|
"flag": "ru",
|
|
"name": "Polykarpovsk"
|
|
},
|
|
{
|
|
"coordinates": [335, 800],
|
|
"flag": "ru",
|
|
"name": "Central Island"
|
|
},
|
|
{
|
|
"coordinates": [75, 390],
|
|
"flag": "ru",
|
|
"name": "West Coast"
|
|
},
|
|
{
|
|
"coordinates": [420, 440],
|
|
"flag": "ru",
|
|
"name": "Northern Island"
|
|
}
|
|
]
|
|
}
|