From 286ca58803f1829df9730ca12eee51035999850c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 26 Aug 2025 19:41:46 -0400 Subject: Added the_unkempt --- data/connections.txtpb | 88 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 84 insertions(+), 4 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 9f5c48f..048ca3e 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -8,7 +8,6 @@ # the_gallery/Main Area/WORDS # the_gallery/Main Area/WONDROUS # the_great/West Side/CC -# the_great/Back Area/UNKEMPT # the_hinterlands/Main Area/LEFT # the_hinterlands/Main Area/RIGHT # the_liberated/Painting Room/PYRAMID @@ -18,13 +17,11 @@ # cc -> relentless (don't use port objects) # the_repetitive/Main Room/CC # cc <-> the shop (keyholder door only needed one way) -# the_sun_temple/Entrance/UNKEMPT # the_unyielding/Central Connected Area/BACK (panel) # daedalus/roof -> icarus -# daedalus/Unkempt Entrance/UNKEMPT # daedalus/Wonderland/WONDROUS # the_tenacious/Control Center Entrance/CC -# the_tree/Main Area/UNKEMPT +# the_unkempt/Control Center Entrance/CC connections { from { port { @@ -1854,3 +1851,86 @@ connections { } } } +connections { + # Two one-way connections because the door only blocks one direction. + from { + port { + map: "the_great" + room: "Back Area" + name: "UNKEMPT" + } + } + to { + port { + map: "the_unkempt" + room: "Main Area" + name: "GREAT" + } + } +} +connections { + from { + port { + map: "the_unkempt" + room: "Main Area" + name: "SUNTEMPLE" + } + } + to { + port { + map: "the_sun_temple" + room: "Entrance" + name: "UNKEMPT" + } + } + oneway: true +} +connections { + from { + port { + map: "the_sun_temple" + room: "Entrance" + name: "UNKEMPT" + } + } + to { + port { + map: "the_unkempt" + room: "Main Area" + name: "SUNTEMPLE" + } + } + oneway: true +} +connections { + from { + port { + map: "the_unkempt" + room: "Daedalus Entrance" + name: "DAEDALUS" + } + } + to { + port { + map: "daedalus" + room: "Unkempt Entrance" + name: "UNKEMPT" + } + } +} +connections { + from { + port { + map: "the_unkempt" + room: "Main Area" + name: "TREE" + } + } + to { + port { + map: "the_tree" + room: "Main Area" + name: "UNKEMPT" + } + } +} -- cgit 1.4.1