From ce16da5c8fa3159a2379cbb1c11a183f3118c4d4 Mon Sep 17 00:00:00 2001 From: zebraed <30438415+zebraed@users.noreply.github.com> Date: Mon, 18 May 2026 20:13:42 +0900 Subject: [PATCH 1/5] Add 2kki locations: Map4082 --- 2kki/config.json | 6 ++++++ 2kki/ja.json | 6 ++++++ 2kki/ko.json | 6 ++++++ 2kki/zh.json | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/2kki/config.json b/2kki/config.json index 71a0528..1b8237d 100644 --- a/2kki/config.json +++ b/2kki/config.json @@ -1633,6 +1633,12 @@ { "title": "Orange Tile Path", "coords": { "x1": 198, "y1": 137, "x2": 299, "y2": 199 } }, "Edifices" ], + "4082": [ + { "title": "Limestone Dam", "coords": { "x1": 0, "y1": 101, "x2": 149, "y2": 100 } }, + { "title": "Collaged Complex A", "coords": { "x1": 128, "y1": 101, "x2": 149, "y2": 116 } }, + { "title": "Blinking Maze", "coords": { "x1": 0, "y1": 117, "x2": 149, "y2": 209 } }, + { "title": "Deep Red Wilds:Prehistoric Passage", "coords": { "x1": 0, "y1": 210, "x2": 149, "y2": 224 } } + ], "4083" : [ { "title": "Ethereal Lagoon", "coords": { "x1": 0, "y1": 0, "x2": 204, "y2": 206 } }, { "title": "Dim Floors", "coords": { "x1": 0, "y1": 207, "x2": 204, "y2": 304 } } diff --git a/2kki/ja.json b/2kki/ja.json index 9525ead..e9384a6 100644 --- a/2kki/ja.json +++ b/2kki/ja.json @@ -1469,6 +1469,12 @@ "オレンジタイル", "複合建築グロウシア" ], + "4082": [ + "来夢ダム", + { "title": "ブリープブループ:グロウシア側", "urlTitle": "ブリープブループ#o90905c6" }, + "ブリンカー", + "刻の化石" + ], "4083" : [ "幽明の入江", "ラスターレイヤー" diff --git a/2kki/ko.json b/2kki/ko.json index bd3c5ca..1abe1c2 100644 --- a/2kki/ko.json +++ b/2kki/ko.json @@ -1469,6 +1469,12 @@ "オレンジタイル", "複合建築グロウシア" ], + "4082": [ + "来夢ダム", + { "title": "ブリープブループ:グロウシア側", "urlTitle": "ブリープブループ#o90905c6" }, + "ブリンカー", + "刻の化石" + ], "4083" : [ "幽明の入江", "ラスターレイヤー" diff --git a/2kki/zh.json b/2kki/zh.json index bd3c5ca..1abe1c2 100644 --- a/2kki/zh.json +++ b/2kki/zh.json @@ -1469,6 +1469,12 @@ "オレンジタイル", "複合建築グロウシア" ], + "4082": [ + "来夢ダム", + { "title": "ブリープブループ:グロウシア側", "urlTitle": "ブリープブループ#o90905c6" }, + "ブリンカー", + "刻の化石" + ], "4083" : [ "幽明の入江", "ラスターレイヤー" From 795d7f9c6e9e61c801e33e629d1e0fb48b0b7d87 Mon Sep 17 00:00:00 2001 From: zebraed <30438415+zebraed@users.noreply.github.com> Date: Mon, 18 May 2026 20:22:45 +0900 Subject: [PATCH 2/5] Change map name --- 2kki/ja.json | 2 +- 2kki/ko.json | 2 +- 2kki/zh.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2kki/ja.json b/2kki/ja.json index e9384a6..949c331 100644 --- a/2kki/ja.json +++ b/2kki/ja.json @@ -1471,7 +1471,7 @@ ], "4082": [ "来夢ダム", - { "title": "ブリープブループ:グロウシア側", "urlTitle": "ブリープブループ#o90905c6" }, + "チェッカーボード", "ブリンカー", "刻の化石" ], diff --git a/2kki/ko.json b/2kki/ko.json index 1abe1c2..a5803ac 100644 --- a/2kki/ko.json +++ b/2kki/ko.json @@ -1471,7 +1471,7 @@ ], "4082": [ "来夢ダム", - { "title": "ブリープブループ:グロウシア側", "urlTitle": "ブリープブループ#o90905c6" }, + "チェッカーボード", "ブリンカー", "刻の化石" ], diff --git a/2kki/zh.json b/2kki/zh.json index 1abe1c2..a5803ac 100644 --- a/2kki/zh.json +++ b/2kki/zh.json @@ -1471,7 +1471,7 @@ ], "4082": [ "来夢ダム", - { "title": "ブリープブループ:グロウシア側", "urlTitle": "ブリープブループ#o90905c6" }, + "チェッカーボード", "ブリンカー", "刻の化石" ], From 303be5468be61a418c25d43fd1499b6283d643b4 Mon Sep 17 00:00:00 2001 From: zebraed <30438415+zebraed@users.noreply.github.com> Date: Mon, 18 May 2026 20:57:47 +0900 Subject: [PATCH 3/5] Add missing entries --- 2kki/config.json | 5 ++++- 2kki/ja.json | 3 +++ 2kki/ko.json | 3 +++ 2kki/zh.json | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/2kki/config.json b/2kki/config.json index 1b8237d..70338c8 100644 --- a/2kki/config.json +++ b/2kki/config.json @@ -1634,7 +1634,10 @@ "Edifices" ], "4082": [ - { "title": "Limestone Dam", "coords": { "x1": 0, "y1": 101, "x2": 149, "y2": 100 } }, + { "title": "Urotsuki’s Dream Apartments", "coords": { "x1": 128, "y1": 86, "x2": 149, "y2": 100 } }, + { "title": "Urotsuki’s Dream Apartments", "coords": { "x1": 0, "y1": 63, "x2": 21, "y2": 78 } }, + { "title": "Blinking Maze", "coords": { "x1": 0, "y1": 92, "x2": 8, "y2": 97 } }, + { "title": "Limestone Dam", "coords": { "x1": 0, "y1": 101, "x2": 149, "y2": 85 } }, { "title": "Collaged Complex A", "coords": { "x1": 128, "y1": 101, "x2": 149, "y2": 116 } }, { "title": "Blinking Maze", "coords": { "x1": 0, "y1": 117, "x2": 149, "y2": 209 } }, { "title": "Deep Red Wilds:Prehistoric Passage", "coords": { "x1": 0, "y1": 210, "x2": 149, "y2": 224 } } diff --git a/2kki/ja.json b/2kki/ja.json index 949c331..0d2e203 100644 --- a/2kki/ja.json +++ b/2kki/ja.json @@ -1470,6 +1470,9 @@ "複合建築グロウシア" ], "4082": [ + { "title": "うろつき邸:侵蝕ロッカー部屋", "urlTitle": "うろつき邸#tkeurana" }, + { "title": "うろつき邸:侵蝕ロッカー部屋", "urlTitle": "うろつき邸#tkeurana" }, + "ブリンカー", "来夢ダム", "チェッカーボード", "ブリンカー", diff --git a/2kki/ko.json b/2kki/ko.json index a5803ac..b0bcafe 100644 --- a/2kki/ko.json +++ b/2kki/ko.json @@ -1470,6 +1470,9 @@ "複合建築グロウシア" ], "4082": [ + { "title": "うろつき邸:侵蝕ロッカー部屋", "urlTitle": "うろつき邸#tkeurana" }, + { "title": "うろつき邸:侵蝕ロッカー部屋", "urlTitle": "うろつき邸#tkeurana" }, + "ブリンカー", "来夢ダム", "チェッカーボード", "ブリンカー", diff --git a/2kki/zh.json b/2kki/zh.json index a5803ac..b0bcafe 100644 --- a/2kki/zh.json +++ b/2kki/zh.json @@ -1470,6 +1470,9 @@ "複合建築グロウシア" ], "4082": [ + { "title": "うろつき邸:侵蝕ロッカー部屋", "urlTitle": "うろつき邸#tkeurana" }, + { "title": "うろつき邸:侵蝕ロッカー部屋", "urlTitle": "うろつき邸#tkeurana" }, + "ブリンカー", "来夢ダム", "チェッカーボード", "ブリンカー", From 3534919fcc9755409ed9f9768bd30d865a8ada60 Mon Sep 17 00:00:00 2001 From: zebraed <30438415+zebraed@users.noreply.github.com> Date: Mon, 18 May 2026 21:01:12 +0900 Subject: [PATCH 4/5] Add urlTitle --- 2kki/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2kki/config.json b/2kki/config.json index 70338c8..cfe9067 100644 --- a/2kki/config.json +++ b/2kki/config.json @@ -1640,7 +1640,7 @@ { "title": "Limestone Dam", "coords": { "x1": 0, "y1": 101, "x2": 149, "y2": 85 } }, { "title": "Collaged Complex A", "coords": { "x1": 128, "y1": 101, "x2": 149, "y2": 116 } }, { "title": "Blinking Maze", "coords": { "x1": 0, "y1": 117, "x2": 149, "y2": 209 } }, - { "title": "Deep Red Wilds:Prehistoric Passage", "coords": { "x1": 0, "y1": 210, "x2": 149, "y2": 224 } } + { "title": "Deep Red Wilds:Prehistoric Passage", "urlTitle": "Deep_Red_Wilds#Prehistoric_Passage", "coords": { "x1": 0, "y1": 210, "x2": 149, "y2": 224 } } ], "4083" : [ { "title": "Ethereal Lagoon", "coords": { "x1": 0, "y1": 0, "x2": 204, "y2": 206 } }, From 186f8a1d511e0dd2eab4a2c2c104d1db91cda369 Mon Sep 17 00:00:00 2001 From: zebraed <30438415+zebraed@users.noreply.github.com> Date: Mon, 18 May 2026 21:02:02 +0900 Subject: [PATCH 5/5] Some fix --- 2kki/config.json | 3 ++- 2kki/ja.json | 3 ++- 2kki/ko.json | 3 ++- 2kki/zh.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/2kki/config.json b/2kki/config.json index cfe9067..5983ab5 100644 --- a/2kki/config.json +++ b/2kki/config.json @@ -1640,7 +1640,8 @@ { "title": "Limestone Dam", "coords": { "x1": 0, "y1": 101, "x2": 149, "y2": 85 } }, { "title": "Collaged Complex A", "coords": { "x1": 128, "y1": 101, "x2": 149, "y2": 116 } }, { "title": "Blinking Maze", "coords": { "x1": 0, "y1": 117, "x2": 149, "y2": 209 } }, - { "title": "Deep Red Wilds:Prehistoric Passage", "urlTitle": "Deep_Red_Wilds#Prehistoric_Passage", "coords": { "x1": 0, "y1": 210, "x2": 149, "y2": 224 } } + { "title": "Deep Red Wilds:Prehistoric Passage", "urlTitle": "Deep_Red_Wilds#Prehistoric_Passage", "coords": { "x1": 0, "y1": 210, "x2": 149, "y2": 224 } }, + "Limestone Dam" ], "4083" : [ { "title": "Ethereal Lagoon", "coords": { "x1": 0, "y1": 0, "x2": 204, "y2": 206 } }, diff --git a/2kki/ja.json b/2kki/ja.json index 0d2e203..11cb4ef 100644 --- a/2kki/ja.json +++ b/2kki/ja.json @@ -1476,7 +1476,8 @@ "来夢ダム", "チェッカーボード", "ブリンカー", - "刻の化石" + "刻の化石", + "来夢ダム" ], "4083" : [ "幽明の入江", diff --git a/2kki/ko.json b/2kki/ko.json index b0bcafe..1cc4904 100644 --- a/2kki/ko.json +++ b/2kki/ko.json @@ -1476,7 +1476,8 @@ "来夢ダム", "チェッカーボード", "ブリンカー", - "刻の化石" + "刻の化石", + "来夢ダム" ], "4083" : [ "幽明の入江", diff --git a/2kki/zh.json b/2kki/zh.json index b0bcafe..1cc4904 100644 --- a/2kki/zh.json +++ b/2kki/zh.json @@ -1476,7 +1476,8 @@ "来夢ダム", "チェッカーボード", "ブリンカー", - "刻の化石" + "刻の化石", + "来夢ダム" ], "4083" : [ "幽明の入江",