Files
OpenFrontIO/map-generator/assets/maps/branchingpaths/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

106 lines
2.0 KiB
JSON

{
"id": "BranchingPaths",
"name": "Branching Paths",
"translation_key": "map.branchingpaths",
"categories": ["arcade", "fictional"],
"multiplayer_frequency": 3,
"special_team_count": 3,
"nations": [
{
"coordinates": [1240, 1431],
"name": "Last Hold",
"strength": 1
},
{
"coordinates": [1128, 1407],
"name": "First Wall",
"strength": 1
},
{
"coordinates": [1319, 1351],
"name": "Second Wall",
"strength": 1
},
{
"coordinates": [1272, 1540],
"name": "Third Wall",
"strength": 1
},
{
"coordinates": [1238, 35],
"name": "Scorching Rays",
"strength": 1
},
{
"coordinates": [17, 2139],
"name": "Frozen Winds",
"strength": 1
},
{
"coordinates": [2471, 2143],
"name": "Barren Plains",
"strength": 1
},
{
"coordinates": [1839, 1769],
"name": "Thriving Farmland",
"strength": 1
},
{
"coordinates": [642, 1783],
"name": "Desperate Farmland",
"strength": 1
},
{
"coordinates": [1232, 743],
"name": "Stable Farmland",
"strength": 1
},
{
"coordinates": [1271, 1896],
"name": "Border Town",
"strength": 1
},
{
"coordinates": [801, 1224],
"name": "Border Village",
"strength": 1
},
{
"coordinates": [1617, 1171],
"name": "Border Hamlet",
"strength": 1
},
{
"coordinates": [932, 1667],
"name": "City of Trade",
"strength": 1
},
{
"coordinates": [1607, 1580],
"name": "City of Craftsmen",
"strength": 1
},
{
"coordinates": [1189, 1047],
"name": "City of Industry",
"strength": 1
},
{
"coordinates": [1243, 1666],
"name": "Fishing Town",
"strength": 1
},
{
"coordinates": [1031, 1316],
"name": "Fishing Village",
"strength": 1
},
{
"coordinates": [1446, 1314],
"name": "Fishing Hamlet",
"strength": 1
}
]
}