Files
OpenFrontIO/resources/maps/eastasia/manifest.json
T
evanpelleandGitHub 6efc37e97d fix number of land tiles fixes #1409 (#1445)
## Description:

There was a bug in the map generator where shore tiles were counted
twice.

## 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
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

## Please put your Discord username so you can be contacted if a bug or
regression is found:

evan
2025-07-15 11:38:53 -07:00

148 lines
2.6 KiB
JSON

{
"map": {
"height": 1646,
"num_land_tiles": 879264,
"width": 1562
},
"mini_map": {
"height": 823,
"num_land_tiles": 215238,
"width": 781
},
"name": "East Asia",
"nations": [
{
"coordinates": [1150, 660],
"flag": "jp",
"name": "Hokkaido",
"strength": 1
},
{
"coordinates": [1005, 843],
"flag": "jp",
"name": "Tohoku",
"strength": 1
},
{
"coordinates": [858, 1045],
"flag": "jp",
"name": "Chubu",
"strength": 1
},
{
"coordinates": [948, 1037],
"flag": "jp",
"name": "Kanto",
"strength": 1
},
{
"coordinates": [1162, 154],
"flag": "Sakhalin",
"name": "Sakhalin",
"strength": 2
},
{
"coordinates": [571, 1116],
"flag": "jp",
"name": "Chugoku",
"strength": 1
},
{
"coordinates": [595, 1190],
"flag": "jp",
"name": "Shikoku",
"strength": 2
},
{
"coordinates": [450, 1234],
"flag": "jp",
"name": "Kyushu",
"strength": 2
},
{
"coordinates": [274, 1058],
"flag": "kr",
"name": "South Korea",
"strength": 3
},
{
"coordinates": [160, 841],
"flag": "kp",
"name": "North Korea",
"strength": 1
},
{
"coordinates": [15, 795],
"flag": "cn",
"name": "China",
"strength": 3
},
{
"coordinates": [230, 75],
"flag": "ru",
"name": "Russia",
"strength": 3
},
{
"coordinates": [898, 923],
"flag": "jp",
"name": "Sado Island",
"strength": 1
},
{
"coordinates": [592, 1031],
"flag": "jp",
"name": "Oki Islands",
"strength": 1
},
{
"coordinates": [741, 1108],
"flag": "jp",
"name": "Kyoto",
"strength": 3
},
{
"coordinates": [219, 972],
"flag": "kr",
"name": "Seoul",
"strength": 3
},
{
"coordinates": [976, 1073],
"flag": "jp",
"name": "Tokyo",
"strength": 3
},
{
"coordinates": [911, 1079],
"flag": "jp",
"name": "Mount Fuji",
"strength": 3
},
{
"coordinates": [1298, 564],
"flag": "jp",
"name": "Shiretoko Peninsula",
"strength": 1
},
{
"coordinates": [435, 1311],
"flag": "jp",
"name": "Sakurajima",
"strength": 1
},
{
"coordinates": [275, 1614],
"flag": "jp",
"name": "Okinawa",
"strength": 3
},
{
"coordinates": [731, 1115],
"flag": "jp",
"name": "Kinki",
"strength": 1
}
]
}