From 1b68ed2e63e037d34caec8ff3b2d939a44c12d19 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 26 Aug 2025 18:35:06 -0400 Subject: Added the_tree --- data/connections.txtpb | 86 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 81 insertions(+), 5 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index ef5acd7..9f5c48f 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -2,17 +2,13 @@ # the_entry/Starting Room/HI/thewords # the_entry/Link Area/PYRAMID # control center -> the_ancient -# the_bearer/Back Area/TREE # the_between/Control Center Side/CC -# the_digital/Tree Area/TREE # the_gallery/Main Area/WISE -# the_gallery/Main Area/TREE # the_gallery/Main Area/CC # the_gallery/Main Area/WORDS # the_gallery/Main Area/WONDROUS # the_great/West Side/CC # the_great/Back Area/UNKEMPT -# the_great/Back Area/TREE # the_hinterlands/Main Area/LEFT # the_hinterlands/Main Area/RIGHT # the_liberated/Painting Room/PYRAMID @@ -25,10 +21,10 @@ # the_sun_temple/Entrance/UNKEMPT # the_unyielding/Central Connected Area/BACK (panel) # daedalus/roof -> icarus -# daedalus/Tree Entrance/TREE # daedalus/Unkempt Entrance/UNKEMPT # daedalus/Wonderland/WONDROUS # the_tenacious/Control Center Entrance/CC +# the_tree/Main Area/UNKEMPT connections { from { port { @@ -1778,3 +1774,83 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_bearer" + room: "Back Area" + name: "TREE" + } + } + to { + port { + map: "the_tree" + room: "Bearer Entrance" + name: "BEARER" + } + } +} +connections { + from { + port { + map: "the_digital" + room: "Tree Area" + name: "TREE" + } + } + to { + port { + map: "the_tree" + room: "Main Area" + name: "DIGITAL" + } + } +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "TREE" + } + } + to { + room { + map: "the_tree" + name: "Main Area" + } + } + oneway: true +} +connections { + from { + port { + map: "the_great" + room: "Back Area" + name: "TREE" + } + } + to { + port { + map: "the_tree" + room: "Main Area" + name: "GREAT" + } + } +} +connections { + from { + port { + map: "daedalus" + room: "Tree Entrance" + name: "TREE" + } + } + to { + port { + map: "the_tree" + room: "Main Area" + name: "DAEDALUS" + } + } +} -- cgit 1.4.1