Files
OpenFrontIO/map-generator/assets/maps/taiwanstrait/info.json
T
RickD004andGitHub b281f0c35e More fixes and changes of maps for v33 (#4681)
## 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
2026-07-23 11:35:23 -07:00

152 lines
2.6 KiB
JSON

{
"id": "TaiwanStrait",
"name": "Taiwan Strait",
"translation_key": "map.taiwanstrait",
"categories": ["asia"],
"multiplayer_frequency": 5,
"special_team_count": 2,
"nations": [
{
"coordinates": [694, 26],
"name": "Fuzhou",
"flag": "cn"
},
{
"coordinates": [720, 222],
"name": "Putian",
"flag": "cn"
},
{
"coordinates": [538, 432],
"name": "Quanzhou",
"flag": "cn"
},
{
"coordinates": [303, 593],
"name": "Xiamen",
"flag": "cn"
},
{
"coordinates": [259, 678],
"name": "Zhangzhou",
"flag": "cn"
},
{
"coordinates": [26, 345],
"name": "Longyan",
"flag": "cn"
},
{
"coordinates": [386, 606],
"name": "Kinmen Island",
"flag": "tw"
},
{
"coordinates": [773, 912],
"name": "Penghu",
"flag": "tw"
},
{
"coordinates": [1057, 1252],
"name": "Kaohsiung",
"flag": "tw"
},
{
"coordinates": [981, 1131],
"name": "Tainan",
"flag": "tw"
},
{
"coordinates": [1230, 1193],
"name": "Taitung",
"flag": "tw"
},
{
"coordinates": [1416, 789],
"name": "Hualien",
"flag": "tw"
},
{
"coordinates": [1018, 936],
"name": "Chiayi",
"flag": "tw"
},
{
"coordinates": [1007, 710],
"name": "Taichung City",
"flag": "tw"
},
{
"coordinates": [1489, 235],
"name": "Keelung",
"flag": "tw"
},
{
"coordinates": [1424, 254],
"name": "Taipei",
"flag": "tw"
},
{
"coordinates": [1341, 284],
"name": "Taoyuan",
"flag": "tw"
},
{
"coordinates": [1247, 415],
"name": "Hsinchu",
"flag": "tw"
},
{
"coordinates": [73, 859],
"name": "Dongshan",
"flag": "cn"
},
{
"coordinates": [397, 335],
"name": "Anxi",
"flag": "cn"
},
{
"coordinates": [22, 11],
"name": "Sanming",
"flag": "cn"
},
{
"coordinates": [267, 134],
"name": "Dehua",
"flag": "cn"
},
{
"coordinates": [522, 220],
"name": "Xianyou",
"flag": "cn"
},
{
"coordinates": [1097, 592],
"name": "Miaoli",
"flag": "tw"
},
{
"coordinates": [1426, 1431],
"name": "Lanyu",
"flag": "tw"
}
],
"teamGameSpawnAreas": {
"2": [
{
"height": 1600,
"width": 800,
"x": 0,
"y": 0
},
{
"height": 1600,
"width": 800,
"x": 800,
"y": 0
}
]
}
}