From d64ce785a7f1ca4e26b85499a9cd310ed80fb80c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 30 Aug 2025 18:35:21 -0400 Subject: [Data] Small tweaks --- data/ids.yaml | 5 +++++ data/maps/daedalus/connections.txtpb | 5 +++++ data/maps/daedalus/rooms/Roof.txtpb | 1 + data/maps/the_ancient/doors.txtpb | 1 + data/maps/the_colorful/doors.txtpb | 1 + data/maps/the_entry/connections.txtpb | 2 +- data/maps/the_hive/doors.txtpb | 3 ++- 7 files changed, 16 insertions(+), 2 deletions(-) diff --git a/data/ids.yaml b/data/ids.yaml index 0e49b59..64f7d6a 100644 --- a/data/ids.yaml +++ b/data/ids.yaml @@ -2322,6 +2322,7 @@ maps: COLOR: 823 ETCH: 837 FAINT: 821 + FIZZLE: 2745 HAD: 830 HEAVY: 829 LAY: 834 @@ -2359,6 +2360,10 @@ maps: BLACK: 849 FIGMENT: 848 FIZZLE: 847 + R2C3 Bottom: + panels: + BLACK: 2747 + FIGMENT: 2746 Z Room: panels: MAZE: 850 diff --git a/data/maps/daedalus/connections.txtpb b/data/maps/daedalus/connections.txtpb index e03a463..223710a 100644 --- a/data/maps/daedalus/connections.txtpb +++ b/data/maps/daedalus/connections.txtpb @@ -204,6 +204,11 @@ connections { to_room: "Starting Room" door { name: "Starting Room South Wall West Door" } } +connections { + from_room: "Eye Painting" + to_room: "Outside Eye Temple" + door { name: "Eye Painting Exit" } +} connections { from_room: "Outside Pyramid" to_room: "Number Paintings Area" diff --git a/data/maps/daedalus/rooms/Roof.txtpb b/data/maps/daedalus/rooms/Roof.txtpb index c027a72..3aba765 100644 --- a/data/maps/daedalus/rooms/Roof.txtpb +++ b/data/maps/daedalus/rooms/Roof.txtpb @@ -1,4 +1,5 @@ name: "Roof" +panel_display_name: "Roof" panels { name: "?" path: "Panels/Castle Entrance/moat" diff --git a/data/maps/the_ancient/doors.txtpb b/data/maps/the_ancient/doors.txtpb index 75c08f6..5dc062e 100644 --- a/data/maps/the_ancient/doors.txtpb +++ b/data/maps/the_ancient/doors.txtpb @@ -1,6 +1,7 @@ doors { name: "Front Door" type: STANDARD + receivers: "Components/Doors/Front N Tree" panels { room: "Outside" name: "THIS" } location_room: "Outside" } diff --git a/data/maps/the_colorful/doors.txtpb b/data/maps/the_colorful/doors.txtpb index ea68a8d..003c9a9 100644 --- a/data/maps/the_colorful/doors.txtpb +++ b/data/maps/the_colorful/doors.txtpb @@ -53,6 +53,7 @@ doors { name: "Purple Side Entrance" type: STANDARD receivers: "Components/Doors/entry_7b3" + receivers: "Components/Doors/entry_7b4" panels { room: "Cyan Hallway" name: "KOI" } panels { room: "Cyan Hallway" name: "WISH" } location_room: "Cyan Hallway" diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 1f7e3bd..87fa03c 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb @@ -121,7 +121,7 @@ connections { connections { from_room: "Blue Alcove" to_room: "Least Blue Last" - door { name: "Red Alcove Exit" } + door { name: "Blue Alcove Exit" } } connections { from_room: "Parthenon Return" diff --git a/data/maps/the_hive/doors.txtpb b/data/maps/the_hive/doors.txtpb index 4d86e13..48dc892 100644 --- a/data/maps/the_hive/doors.txtpb +++ b/data/maps/the_hive/doors.txtpb @@ -1,6 +1,7 @@ doors { name: "Room 8 Door" - type: LOCATION_ONLY + type: STANDARD + receivers: "Components/Doors/entry_10" panels { room: "Main Area" name: "STEM" } panels { room: "Main Area" name: "PETAL" } panels { room: "Main Area" name: "SOIL" } -- cgit 1.4.1