mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-22 12:42:49 +00:00
> **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 #4419 ## Description: - Adds a China Map. This is themed after Qing China from the late 19th and early 20th centuries, which is why the map also includes Mongolia and Taiwan. - There are 32 nations themed after qing provinces, warlords, factions, European colonies, rebellions. - Also adds several new flags: EastTurkestan, Manchukuo, BritishHongKong, TaipingHeavenlyKingdom, etc. - Includes additional nations for a total of 62 nations. - Size: 1892x2080 - Land area: approx. 1.86M - Adds Caspian Sea and China to the new category (which i forgot earlier) https://youtu.be/ew9Qizo67cA <img width="2082" height="1895" alt="image" src="https://github.com/user-attachments/assets/d34fbb9e-fa93-4afe-a89f-8f11c5f9529b" /> ## 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
86 lines
1.5 KiB
JSON
86 lines
1.5 KiB
JSON
{
|
|
"name": "Caspian Sea",
|
|
"id": "CaspianSea",
|
|
"translation_key": "map.caspiansea",
|
|
"categories": ["asia", "new"],
|
|
"multiplayer_frequency": 5,
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|