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>
This commit is contained in:
crunchybbb
2026-05-26 19:11:13 -07:00
committed by GitHub
parent 10776c1948
commit b086881a4e
11 changed files with 385 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

+180
View File
@@ -0,0 +1,180 @@
{
"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"
}
]
}
+1
View File
@@ -65,6 +65,7 @@ var maps = []struct {
{Name: "indiansubcontinent"},
{Name: "italia"},
{Name: "japan"},
{Name: "korea"},
{Name: "lemnos"},
{Name: "lisbon"},
{Name: "losangeles"},
+1
View File
@@ -602,6 +602,7 @@
"danishstraits": "Danish Straits",
"northwestpassage": "Northwest Passage",
"venice": "Venice",
"korea": "Korea",
"indiansubcontinent": "Indian Subcontinent",
"balkans": "Balkans"
},
+195
View File
@@ -0,0 +1,195 @@
{
"map": {
"height": 2148,
"num_land_tiles": 1194108,
"width": 1092
},
"map16x": {
"height": 537,
"num_land_tiles": 71937,
"width": 273
},
"map4x": {
"height": 1074,
"num_land_tiles": 294112,
"width": 546
},
"name": "Korea",
"nations": [
{
"coordinates": [849, 1523],
"flag": "kr",
"name": "Ulsan"
},
{
"coordinates": [815, 1645],
"flag": "kr",
"name": "Busan"
},
{
"coordinates": [392, 2008],
"flag": "kr",
"name": "Jeju"
},
{
"coordinates": [963, 2093],
"flag": "Empire of Japan",
"name": "Nagasaki"
},
{
"coordinates": [1039, 1970],
"flag": "jp",
"name": "Fukuoka"
},
{
"coordinates": [735, 1564],
"flag": "kr",
"name": "Daegu"
},
{
"coordinates": [602, 1619],
"flag": "kr",
"name": "South Gyeongsang"
},
{
"coordinates": [738, 1419],
"flag": "kr",
"name": "North Gyeongsang"
},
{
"coordinates": [408, 1770],
"flag": "kr",
"name": "South Jeolla"
},
{
"coordinates": [435, 1605],
"flag": "kr",
"name": "North Jeolla"
},
{
"coordinates": [456, 1158],
"flag": "kr",
"name": "Seoul"
},
{
"coordinates": [529, 1500],
"flag": "kr",
"name": "Daejeon"
},
{
"coordinates": [507, 1456],
"flag": "kr",
"name": "Sejong"
},
{
"coordinates": [572, 1396],
"flag": "kr",
"name": "North Chungcheong"
},
{
"coordinates": [418, 1415],
"flag": "kr",
"name": "South Chungcheong"
},
{
"coordinates": [384, 1163],
"flag": "kr",
"name": "Incheon"
},
{
"coordinates": [684, 1228],
"flag": "kr",
"name": "Gangwon"
},
{
"coordinates": [471, 1254],
"flag": "kr",
"name": "Gyeonggi"
},
{
"coordinates": [301, 1093],
"flag": "kp",
"name": "Kaesong"
},
{
"coordinates": [294, 986],
"flag": "kp",
"name": "Pyongyang"
},
{
"coordinates": [416, 997],
"flag": "kp",
"name": "North Hwanghae"
},
{
"coordinates": [166, 1093],
"flag": "kp",
"name": "South Hwanghae"
},
{
"coordinates": [188, 980],
"flag": "kp",
"name": "Nampo"
},
{
"coordinates": [599, 1062],
"flag": "kp",
"name": "Kangwon"
},
{
"coordinates": [564, 642],
"flag": "kp",
"name": "South Hamgyong"
},
{
"coordinates": [817, 384],
"flag": "kp",
"name": "North Hamgyong"
},
{
"coordinates": [540, 448],
"flag": "kp",
"name": "Ryanggang"
},
{
"coordinates": [283, 794],
"flag": "kp",
"name": "South Pyongan"
},
{
"coordinates": [151, 639],
"flag": "kp",
"name": "North Pyongan"
},
{
"coordinates": [336, 571],
"flag": "kp",
"name": "Chagang"
},
{
"coordinates": [402, 198],
"flag": "cn",
"name": "Jilin"
},
{
"coordinates": [34, 533],
"flag": "cn",
"name": "Liaoning"
},
{
"coordinates": [1045, 43],
"flag": "ru",
"name": "Primorsky"
},
{
"coordinates": [820, 50],
"flag": "cn",
"name": "Heilongjiang"
},
{
"coordinates": [1057, 2090],
"flag": "jp",
"name": "Saga"
}
]
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

+2
View File
@@ -175,6 +175,7 @@ export enum GameMapType {
DanishStraits = "Danish Straits",
NorthwestPassage = "Northwest Passage",
Venice = "Venice",
Korea = "Korea",
Balkans = "Balkans",
}
@@ -237,6 +238,7 @@ export const mapCategories: Record<string, GameMapType[]> = {
GameMapType.BeringSea,
GameMapType.ArchipelagoSea,
GameMapType.BajaCalifornia,
GameMapType.Korea,
GameMapType.MiddleEast,
GameMapType.TaiwanStrait,
GameMapType.Balkans,
+1
View File
@@ -71,6 +71,7 @@ const FREQUENCY: Partial<Record<GameMapName, number>> = {
IndianSubcontinent: 8,
Italia: 6,
Japan: 6,
Korea: 5,
Lemnos: 3,
Lisbon: 4,
LosAngeles: 8,