From 271a7991d156339d658ab8b6439d50c4f3ed2558 Mon Sep 17 00:00:00 2001 From: gahusb Date: Wed, 10 Jun 2026 21:36:42 +0900 Subject: [PATCH] =?UTF-8?q?feat(node-groups):=20monster-slots.json=20?= =?UTF-8?q?=EC=9D=84=20=EA=B7=B8=EB=A3=B9=EB=B3=84=20=EC=A2=8C=ED=91=9C=20?= =?UTF-8?q?=EA=B5=AC=EC=A1=B0=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/monster-slots.json | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/data/monster-slots.json b/data/monster-slots.json index 8bbc468..378dd10 100644 --- a/data/monster-slots.json +++ b/data/monster-slots.json @@ -1,6 +1,20 @@ -[ - { "x": 430, "y": 140 }, - { "x": 600, "y": 140 }, - { "x": 770, "y": 140 }, - { "x": 900, "y": 140 } -] +{ + "combat": [ + { "x": 430, "y": 140 }, + { "x": 600, "y": 140 }, + { "x": 770, "y": 140 }, + { "x": 900, "y": 140 } + ], + "elite": [ + { "x": 430, "y": 160 }, + { "x": 650, "y": 160 }, + { "x": 850, "y": 160 }, + { "x": 980, "y": 160 } + ], + "boss": [ + { "x": 520, "y": 200 }, + { "x": 760, "y": 160 }, + { "x": 940, "y": 150 }, + { "x": 1040, "y": 150 } + ] +}