mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-25 11:47:05 +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
85 lines
1.5 KiB
JSON
85 lines
1.5 KiB
JSON
{
|
|
"categories": ["countries", "asia"],
|
|
"id": "Japan",
|
|
"map": {
|
|
"height": 2500,
|
|
"num_land_tiles": 478894,
|
|
"width": 2500
|
|
},
|
|
"map16x": {
|
|
"height": 625,
|
|
"num_land_tiles": 28027,
|
|
"width": 625
|
|
},
|
|
"map4x": {
|
|
"height": 1250,
|
|
"num_land_tiles": 116922,
|
|
"width": 1250
|
|
},
|
|
"multiplayer_frequency": 6,
|
|
"name": "Japan",
|
|
"nations": [
|
|
{
|
|
"coordinates": [1895, 288],
|
|
"flag": "jp",
|
|
"name": "Hokkaido"
|
|
},
|
|
{
|
|
"coordinates": [1647, 897],
|
|
"flag": "jp",
|
|
"name": "Tohoku"
|
|
},
|
|
{
|
|
"coordinates": [1613, 1133],
|
|
"flag": "jp",
|
|
"name": "Kanto"
|
|
},
|
|
{
|
|
"coordinates": [1391, 1194],
|
|
"flag": "jp",
|
|
"name": "Chubu"
|
|
},
|
|
{
|
|
"coordinates": [1191, 1370],
|
|
"flag": "jp",
|
|
"name": "Kansai"
|
|
},
|
|
{
|
|
"coordinates": [932, 1308],
|
|
"flag": "jp",
|
|
"name": "Chugoku"
|
|
},
|
|
{
|
|
"coordinates": [949, 1454],
|
|
"flag": "jp",
|
|
"name": "Shikoku"
|
|
},
|
|
{
|
|
"coordinates": [709, 1570],
|
|
"flag": "jp",
|
|
"name": "Kyushu"
|
|
},
|
|
{
|
|
"coordinates": [397, 2283],
|
|
"flag": "jp",
|
|
"name": "Okinawa"
|
|
},
|
|
{
|
|
"coordinates": [1493, 1246],
|
|
"flag": "jp",
|
|
"name": "Mount Fuji"
|
|
},
|
|
{
|
|
"coordinates": [1565, 1178],
|
|
"flag": "jp",
|
|
"name": "Tokyo"
|
|
},
|
|
{
|
|
"coordinates": [1158, 1290],
|
|
"flag": "jp",
|
|
"name": "Kyoto"
|
|
}
|
|
],
|
|
"translation_key": "map.japan"
|
|
}
|