From 4904224d10116a2dd6c9695c810f7c2b3665f67f Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 6 Jun 2026 01:10:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=B5=20=EC=A0=84=ED=88=AC=20=EA=B5=AC?= =?UTF-8?q?=EB=8F=84=EB=A5=BC=20Slay=20the=20Spire=202=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=EB=A1=9C=20=EC=9E=AC=EB=B0=B0=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 플레이어 스폰을 좌측으로, 몬스터 4종을 우측 그룹으로 정렬해 좌우 대치 구도 구성. - SpawnLocation: x 0.0 → -5.0 (좌측 1/3) - monster-43(비행): x -1.85 → 2.4 (높이 유지) - StaticMonsterTemplate: x 1.61 → 3.8 - ChaseMonsterTemplate: x 2.87 → 5.2 - MoveMonsterTemplate: x 4.46 → 6.6 지형 x범위(-8.93~8.03) 내 우측 일렬 그룹. y(지면 높이)는 보존. Co-Authored-By: Claude Opus 4.8 (1M context) --- map/map01.map | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/map/map01.map b/map/map01.map index 0760bb1..cfffeb7 100644 --- a/map/map01.map +++ b/map/map01.map @@ -6303,7 +6303,7 @@ "z": 0.0 }, "Position": { - "x": 0.0, + "x": -5.0, "y": 0.0, "z": 999.999 }, @@ -6381,7 +6381,7 @@ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 1.61286092, + "x": 3.8, "y": 0.03499998, "z": 999.999 }, @@ -6528,7 +6528,7 @@ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 4.46158028, + "x": 6.6, "y": 0.03499998, "z": 999.999 }, @@ -6684,7 +6684,7 @@ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": 2.87478113, + "x": 5.2, "y": 0.03499998, "z": 999.999 }, @@ -6837,7 +6837,7 @@ { "@type": "MOD.Core.TransformComponent", "Position": { - "x": -1.84943926, + "x": 2.4, "y": 1.27528822, "z": 999.999 }, -- 2.49.1