From a70b3da0f179ad630087b3f3e8a1e92fc8011be7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Aug 2025 12:17:05 -0400 Subject: Added the_owl --- data/maps/the_owl/connections.txtpb | 100 ++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 data/maps/the_owl/connections.txtpb (limited to 'data/maps/the_owl/connections.txtpb') diff --git a/data/maps/the_owl/connections.txtpb b/data/maps/the_owl/connections.txtpb new file mode 100644 index 0000000..87c98b3 --- /dev/null +++ b/data/maps/the_owl/connections.txtpb @@ -0,0 +1,100 @@ +connections { + from_room: "R2C2 Bottom" + to_room: "R2C2 Top" + door { name: "First Door" } +} +connections { + from_room: "R2C2 Bottom" + to_room: "R2C2 Top" + door { name: "Gray Owl" } +} +connections { + from_room: "R2C2 Bottom" + to_room: "R2C2.5 Bottom" + door { name: "Gray Owl" } +} +connections { + from_room: "R2C2 Bottom" + to_room: "R2C2.5 Bottom" + door { name: "First Room Shortcut" } +} +connections { + from_room: "R2C2 Top" + to_room: "Connected Area" + door { name: "Brush Door" } +} +connections { + from_room: "R2C2 Top" + to_room: "Connected Area" + door { name: "Gray Top Door" } +} +connections { + from_room: "R2C2 Top" + to_room: "R2C2.5 Bottom" + door { name: "Gray Bottom Door" } +} +connections { + from_room: "R2C2 Top" + to_room: "R2C2.5 Bottom" + door { name: "Gray Owl" } +} +connections { + from_room: "Connected Area" + to_room: "R2C2.5 Bottom" + door { name: "Gray Owl" } +} +connections { + from_room: "Connected Area" + to_room: "Magenta Hallway" + door { name: "Control Center Magenta Door" } +} +connections { + from_room: "Connected Area" + to_room: "Blue Room" + door { name: "Blue Door" } +} +connections { + from_room: "Connected Area" + to_room: "R1C4 Left" + door { name: "Sky Top Doors" } +} +connections { + from_room: "Connected Area" + to_room: "R1C4 Left" + door { name: "Sky Bottom Doors" } +} +connections { + from_room: "Connected Area" + to_room: "R1C4 Left" + door { name: "Gray Owl" } +} +connections { + from_room: "Connected Area" + to_room: "R2C1 Left" + door { name: "Sky Top Doors" } +} +connections { + from_room: "Connected Area" + to_room: "R2C1 Left" + door { name: "Sky Bottom Doors" } +} +connections { + from_room: "Connected Area" + to_room: "R2C1 Left" + door { name: "Gray Owl" } +} +connections { + from { + painting { + room: "Connected Area" + name: "OWL" + } + } + to { + painting { + room: "Z Room" + name: "OWL2" + } + } + oneway: true +} -- cgit 1.4.1