mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-25 03:09:34 +00:00
## Description: **Changes of previous maps for v33. Some inlcude quality changes for gameplay:** beringstrait - Added small border rivers to connect large lakes to the ocean <img width="521" height="231" alt="Captura de pantalla 2026-07-22 170618" src="https://github.com/user-attachments/assets/3bc5c727-a8dd-4c7b-bfe6-3fc9c00d55d9" /> Asia - Added the suez canal and the bosphorus to connect them to the main ocean <img width="238" height="366" alt="Captura de pantalla 2026-07-22 170703" src="https://github.com/user-attachments/assets/ff049c78-42e4-4784-b7ea-1f918f215fa4" /> titan - Adds rivers to connect landlocked lakes <img width="573" height="500" alt="Captura de pantalla 2026-07-22 171935" src="https://github.com/user-attachments/assets/c2364753-efc1-4038-88e0-042550156cde" /> antarctica - Impassable decoration, and also total Nation revamp (the map had a low rotation of 1, it has been bumped to 4, it will not affect players drastically since its a very rare map) <img width="598" height="588" alt="Captura de pantalla 2026-07-22 170522" src="https://github.com/user-attachments/assets/f0b764a7-129f-411f-a545-022007f05044" /> caribbean - Impassable decoration <img width="859" height="559" alt="Captura de pantalla 2026-07-22 170738" src="https://github.com/user-attachments/assets/396527b5-b852-4263-af86-4597608c85df" /> japan - Impassable decoration (and also removes it from featured, it honestly isnt that popular of a map to be there) <img width="528" height="528" alt="Captura de pantalla 2026-07-22 172200" src="https://github.com/user-attachments/assets/03241071-aee9-4e49-b6a3-c15029c12a34" /> milky way - Impassable decoration <img width="581" height="573" alt="Captura de pantalla 2026-07-22 171957" src="https://github.com/user-attachments/assets/54496b0d-1106-4296-8a89-bb5758c60420" /> korea - Boosted to 2 teams taiwan - Boosted to 2 teams caspiansea - Boosted to 2 teams branching paths - Boosted to 3 teams instead of 2 (its a triangle, it only makes sense) ## 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: tri.star1011
87 lines
1.5 KiB
JSON
87 lines
1.5 KiB
JSON
{
|
|
"name": "Caspian Sea",
|
|
"id": "CaspianSea",
|
|
"translation_key": "map.caspiansea",
|
|
"categories": ["asia", "new"],
|
|
"multiplayer_frequency": 5,
|
|
"special_team_count": 2,
|
|
"nations": [
|
|
{
|
|
"coordinates": [927, 426],
|
|
"name": "Mangystau",
|
|
"flag": "kz"
|
|
},
|
|
{
|
|
"coordinates": [914, 1270],
|
|
"name": "Turkmenistan",
|
|
"flag": "tm"
|
|
},
|
|
{
|
|
"coordinates": [574, 24],
|
|
"name": "Atyrau",
|
|
"flag": "kz"
|
|
},
|
|
{
|
|
"coordinates": [633, 678],
|
|
"name": "Aktau",
|
|
"flag": "kz"
|
|
},
|
|
{
|
|
"coordinates": [807, 1705],
|
|
"name": "Tehran",
|
|
"flag": "ir"
|
|
},
|
|
{
|
|
"coordinates": [398, 1647],
|
|
"name": "Gilan",
|
|
"flag": "ir"
|
|
},
|
|
{
|
|
"coordinates": [69, 1350],
|
|
"name": "Armenia",
|
|
"flag": "am"
|
|
},
|
|
{
|
|
"coordinates": [128, 1658],
|
|
"name": "Tabriz",
|
|
"flag": "ir"
|
|
},
|
|
{
|
|
"coordinates": [302, 1154],
|
|
"name": "Azerbaijan",
|
|
"flag": "az"
|
|
},
|
|
{
|
|
"coordinates": [203, 91],
|
|
"name": "Astrakhan",
|
|
"flag": "ru"
|
|
},
|
|
{
|
|
"coordinates": [96, 744],
|
|
"name": "Dagestan",
|
|
"flag": "ru"
|
|
},
|
|
{
|
|
"coordinates": [21, 310],
|
|
"name": "Kalmykia",
|
|
"flag": "ru"
|
|
}
|
|
],
|
|
"teamGameSpawnAreas": {
|
|
"2": [
|
|
{
|
|
"height": 1728,
|
|
"width": 504,
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
{
|
|
"height": 1728,
|
|
"width": 504,
|
|
"x": 504,
|
|
"y": 0
|
|
}
|
|
]
|
|
}
|
|
}
|