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/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 ++- 6 files changed, 11 insertions(+), 2 deletions(-) (limited to 'data/maps') 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