From a5ccb21fcd037f5675a7c7209884be92d383a159 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 21 Aug 2025 08:46:42 -0400 Subject: Added the_unyielding --- 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 ee27373..a533e85 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -7,10 +7,8 @@ # four_rooms/Examples Room/DAEDALUS # control center -> the_ancient # the_bearer/Back Area/TREE -# the_bearer/Entry/UNYIELDING # the_bearer/Back Area/DAEDALUS # the_between/Control Center Side/CC -# the_digital/Main Area/UNYIELDING # the_digital/Tree Area/TREE # the_gallery/Daedalus Extension/EYE # the_gallery/Daedalus Extension/PYRAMID @@ -21,7 +19,6 @@ # the_gallery/Daedalus Extension/SNAKE # the_gallery/Main Area/WISE # the_gallery/Main Area/TREE -# the_gallery/Main Area/UNYIELDING # the_gallery/Main Area/CC # the_gallery/Main Area/TOWER # the_gallery/Main Area/WONDROUS @@ -43,10 +40,8 @@ # the_hive/Main Area/DAED3 # the_liberated/Painting Room/PYRAMID # the_literate/Painting Room/PYRAMID -# the_nuanced/Main Room/UNYIELDING # the_partial/Control Center Entrance/CC # the_perceptive/Main Area/CC -# the_plaza/Main Area/UNYIELDING # the_plaza/Symbolic Entrance/SYMBOLIC # the_quiet/Main Area/DAEDALUS # cc -> relentless (don't use port objects) @@ -56,6 +51,7 @@ # the_sun_temple/Entrance/UNKEMPT # the_sweet/Main Area/EXIT1 # the_sweet/Main Area/EXIT2 +# the_unyielding/Central Connected Area/BACK (panel) connections { from { port { @@ -1122,3 +1118,83 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_unyielding" + room: "Bearer Entrance" + name: "BEARER" + } + } + to { + port { + map: "the_bearer" + room: "Entry" + name: "UNYIELDING" + } + } +} +connections { + from { + port { + map: "the_digital" + room: "Unyielding Entrance" + name: "UNYIELDING" + } + } + to { + port { + map: "the_unyielding" + room: "Digital Entrance" + name: "DIGITAL" + } + } +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "UNYIELDING" + } + } + to { + room { + map: "the_unyielding" + name: "Digital Entrance" + } + } + oneway: true +} +connections { + from { + port { + map: "the_unyielding" + room: "Nuanced Entrance" + name: "NUANCED" + } + } + to { + port { + map: "the_nuanced" + room: "Main Room" + name: "UNYIELDING" + } + } +} +connections { + from { + port { + map: "the_plaza" + room: "Main Area" + name: "UNYIELDING" + } + } + to { + port { + map: "the_unyielding" + room: "Plaza Entrance" + name: "PLAZA" + } + } +} -- cgit 1.4.1