Files
Andrew Niziolek a18b5e418b Rev: Update "Japan and Neighbors" map to "East Asia" (#1007)
**Closes Issue #1001.**

_Will require updates to translations for each language but English is
in place as are pointers to relevant map files and thumbnails._

## Description:
All assets and references to the Japan and Neighbors map have been
updated to reflect East Asia.

**New Behavior**
![East Asia
Map](https://github.com/user-attachments/assets/64192590-bbb7-4408-a99b-7455de295d2b)

**Old Behavior**
![Japan and Neighbors named
map](https://github.com/user-attachments/assets/ba44dd56-1470-4c74-a70d-bd7fd8f3c795)

Game test is functioning. Other languages will need to be updated for
their displayed text to align.

## 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:

ajaxburger
_My git name is included in my nickname on the server._

---------

Co-authored-by: evanpelle <evanpelle@gmail.com>
2025-06-04 09:27:04 -07:00

140 lines
2.5 KiB
JSON

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