mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-11 20:38:12 +00:00
623d6557e3
## Description: This PR adds a new Japan map. <img width="975" height="967" alt="スクリーンショット 2025-09-28 18 06 11" src="https://github.com/user-attachments/assets/5ef06c1a-f020-4109-a5df-3cba7a9a074f" /> ## 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 - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: aotumuri
95 lines
1.6 KiB
JSON
95 lines
1.6 KiB
JSON
{
|
|
"height": 2500,
|
|
"map": {
|
|
"height": 2500,
|
|
"num_land_tiles": 488183,
|
|
"width": 2500
|
|
},
|
|
"map16x": {
|
|
"height": 625,
|
|
"num_land_tiles": 28632,
|
|
"width": 625
|
|
},
|
|
"map4x": {
|
|
"height": 1250,
|
|
"num_land_tiles": 119450,
|
|
"width": 1250
|
|
},
|
|
"name": "japan",
|
|
"nations": [
|
|
{
|
|
"coordinates": [1895, 288],
|
|
"flag": "jp",
|
|
"name": "Hokkaido",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1647, 897],
|
|
"flag": "jp",
|
|
"name": "Tohoku",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1613, 1133],
|
|
"flag": "jp",
|
|
"name": "Kanto",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1391, 1194],
|
|
"flag": "jp",
|
|
"name": "Chubu",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [1191, 1370],
|
|
"flag": "jp",
|
|
"name": "Kansai",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [932, 1308],
|
|
"flag": "jp",
|
|
"name": "Chugoku",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [949, 1454],
|
|
"flag": "jp",
|
|
"name": "Shikoku",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [709, 1570],
|
|
"flag": "jp",
|
|
"name": "Kyushu",
|
|
"strength": 2
|
|
},
|
|
{
|
|
"coordinates": [397, 2283],
|
|
"flag": "jp",
|
|
"name": "Okinawa",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1493, 1246],
|
|
"flag": "jp",
|
|
"name": "Mount Fuji",
|
|
"strength": 1
|
|
},
|
|
{
|
|
"coordinates": [1565, 1178],
|
|
"flag": "jp",
|
|
"name": "Tokyo",
|
|
"strength": 3
|
|
},
|
|
{
|
|
"coordinates": [1158, 1290],
|
|
"flag": "jp",
|
|
"name": "Kyoto",
|
|
"strength": 3
|
|
}
|
|
],
|
|
"width": 2500
|
|
}
|