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/connections.txtpb | 69 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index e3a0ed6..07bc156 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -6,7 +6,6 @@ # the_entry/Right Eye/PSYCHIC # the_entry/Parthenon Return/PARTHENON # the_entry/Link Area/PYRAMID -# four_rooms/Time Room/OWL # four_rooms/Examples Room/DAEDALUS # control center -> the_ancient # the_bearer/Back Area/TREE @@ -17,6 +16,24 @@ # the_colorful/Cyan Hallway/STURDY # the_digital/Main Area/UNYIELDING # the_digital/Tree Area/TREE +# the_gallery/Daedalus Extension/EYE +# the_gallery/Daedalus Extension/PYRAMID +# the_gallery/Daedalus Extension/TOWER +# the_gallery/Daedalus Extension/GATE +# the_gallery/Daedalus Extension/PUMPKIN +# the_gallery/Daedalus Extension/HOUSE +# the_gallery/Daedalus Extension/SNAKE +# the_gallery/Main Area/WISE +# the_gallery/Main Area/TREE +# the_gallery/Main Area/UNYIELDING +# the_gallery/Main Area/PARTHENON +# the_gallery/Main Area/CC +# the_gallery/Main Area/TOWER +# the_gallery/Main Area/WONDROUS +# the_gallery/Main Area/RAINBOW +# the_gallery/Main Area/WORDS +# the_gallery/Main Area/CASTLE +# the_gallery/Main Area/SUNTEMPLE # the_great/Purple Room/DAEDALUS # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) # the_great/West Side/PARTIAL @@ -35,6 +52,7 @@ # the_liberated/Painting Room/PYRAMID # the_literate/Painting Room/PYRAMID # the_nuanced/Main Room/UNYIELDING +# the_owl/Magenta Hallway/STURDY connections { from { port { @@ -779,3 +797,52 @@ connections { } oneway: true } +connections { + from { + port { + map: "four_rooms" + room: "Time Room" + name: "OWL" + } + } + to { + port { + map: "the_owl" + room: "Connected Area" + name: "FOURROOMS" + } + } +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "OWL" + } + } + to { + port { + map: "the_owl" + room: "R2C2 Bottom" + name: "GALLERY" + } + } + oneway: true +} +connections { + from { + port { + map: "the_owl" + room: "R2C2 Bottom" + name: "GALLERY" + } + } + to { + room { + map: "the_gallery" + name: "Main Area" + } + } + oneway: true +} -- cgit 1.4.1