Files
crunchybbb b086881a4e Add Korea Map (#3977)
## Description:

Add map of korean peninsula. Size 1092x2149
Nations: 35
based on provinces

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

DISCORD_USERNAME
crunchybbbbb @crunchybbbbb_59469


<img width="1092" height="2149" alt="Korea-2"
src="https://github.com/user-attachments/assets/874100e8-4a68-4f57-b2f7-49aa87b8194d"
/>

two teams nations war video https://www.youtube.com/watch?v=n4h7GAfAHTM

---------

Co-authored-by: Ricky G.P. <realtacoco@gmail.com>
2026-05-26 19:11:13 -07:00

181 lines
3.2 KiB
JSON

{
"name": "Korea",
"nations": [
{
"coordinates": [849, 1523],
"name": "Ulsan",
"flag": "kr"
},
{
"coordinates": [815, 1645],
"name": "Busan",
"flag": "kr"
},
{
"coordinates": [392, 2008],
"name": "Jeju",
"flag": "kr"
},
{
"coordinates": [963, 2093],
"name": "Nagasaki",
"flag": "Empire of Japan"
},
{
"coordinates": [1039, 1970],
"name": "Fukuoka",
"flag": "jp"
},
{
"coordinates": [735, 1564],
"name": "Daegu",
"flag": "kr"
},
{
"coordinates": [602, 1619],
"name": "South Gyeongsang",
"flag": "kr"
},
{
"coordinates": [738, 1419],
"name": "North Gyeongsang",
"flag": "kr"
},
{
"coordinates": [408, 1770],
"name": "South Jeolla",
"flag": "kr"
},
{
"coordinates": [435, 1605],
"name": "North Jeolla",
"flag": "kr"
},
{
"coordinates": [456, 1158],
"name": "Seoul",
"flag": "kr"
},
{
"coordinates": [529, 1500],
"name": "Daejeon",
"flag": "kr"
},
{
"coordinates": [507, 1456],
"name": "Sejong",
"flag": "kr"
},
{
"coordinates": [572, 1396],
"name": "North Chungcheong",
"flag": "kr"
},
{
"coordinates": [418, 1415],
"name": "South Chungcheong",
"flag": "kr"
},
{
"coordinates": [384, 1163],
"name": "Incheon",
"flag": "kr"
},
{
"coordinates": [684, 1228],
"name": "Gangwon",
"flag": "kr"
},
{
"coordinates": [471, 1254],
"name": "Gyeonggi",
"flag": "kr"
},
{
"coordinates": [301, 1093],
"name": "Kaesong",
"flag": "kp"
},
{
"coordinates": [294, 986],
"name": "Pyongyang",
"flag": "kp"
},
{
"coordinates": [416, 997],
"name": "North Hwanghae",
"flag": "kp"
},
{
"coordinates": [166, 1093],
"name": "South Hwanghae",
"flag": "kp"
},
{
"coordinates": [188, 980],
"name": "Nampo",
"flag": "kp"
},
{
"coordinates": [599, 1062],
"name": "Kangwon",
"flag": "kp"
},
{
"coordinates": [564, 642],
"name": "South Hamgyong",
"flag": "kp"
},
{
"coordinates": [817, 384],
"name": "North Hamgyong",
"flag": "kp"
},
{
"coordinates": [540, 448],
"name": "Ryanggang",
"flag": "kp"
},
{
"coordinates": [283, 794],
"name": "South Pyongan",
"flag": "kp"
},
{
"coordinates": [151, 639],
"name": "North Pyongan",
"flag": "kp"
},
{
"coordinates": [336, 571],
"name": "Chagang",
"flag": "kp"
},
{
"coordinates": [402, 198],
"name": "Jilin",
"flag": "cn"
},
{
"coordinates": [34, 533],
"name": "Liaoning",
"flag": "cn"
},
{
"coordinates": [1045, 43],
"name": "Primorsky",
"flag": "ru"
},
{
"coordinates": [820, 50],
"name": "Heilongjiang",
"flag": "cn"
},
{
"coordinates": [1057, 2090],
"name": "Saga",
"flag": "jp"
}
]
}