From 10ec09a4babece748969e9800f1a3c925702b2b2 Mon Sep 17 00:00:00 2001 From: beanZ9 <248049379+beanZ9@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:54:16 +0100 Subject: [PATCH 1/3] update content.json --- json/content.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/content.json b/json/content.json index b0d159d..0a096b0 100644 --- a/json/content.json +++ b/json/content.json @@ -34,8 +34,8 @@ "Weight": 2.0, "Color": "200, 154,205,50" }, - "Map Boss": { - "Name": "Map Boss", + "Powerful Map Boss": { + "Name": "Powerful Map Boss", "Weight": 4.5, "Color": "220, 0, 208, 255" }, @@ -43,7 +43,7 @@ "Name": "Anomaly Map Boss", "Weight": 6.5, "Color": "220, 0, 208, 255" - }, + }, "Unique Map": { "Name": "Unique Map", "Weight": 5.0, From ffaecb2af9347c81ff4dfa2d8ba6fbdc8f04d75a Mon Sep 17 00:00:00 2001 From: beanZ9 <248049379+beanZ9@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:54:40 +0100 Subject: [PATCH 2/3] fix boss content ring --- ExileMaps.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExileMaps.cs b/ExileMaps.cs index c2de516..3f53cc6 100644 --- a/ExileMaps.cs +++ b/ExileMaps.cs @@ -384,7 +384,7 @@ private void RenderNode(Node cachedNode) ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Expedition"); ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Ritual"); ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Abyss"); - ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Map Boss"); + ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Powerful Map Boss"); ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Anomaly Map Boss"); ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Cleansed"); ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Corrupted"); From bdc1ef5c6029f55c95553615a729ec98f7065c16 Mon Sep 17 00:00:00 2001 From: beanZ9 <248049379+beanZ9@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:59:18 +0100 Subject: [PATCH 3/3] update content.json --- json/content.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/content.json b/json/content.json index 0a096b0..abfc940 100644 --- a/json/content.json +++ b/json/content.json @@ -43,7 +43,7 @@ "Name": "Anomaly Map Boss", "Weight": 6.5, "Color": "220, 0, 208, 255" - }, + }, "Unique Map": { "Name": "Unique Map", "Weight": 5.0,