From f95dcb283fcff2eeecce4f240c76d800f529703c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 26 Aug 2025 20:56:42 -0400 Subject: Added the_wondrous --- data/connections.txtpb | 53 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 51 insertions(+), 2 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 54a5c7a..139e8f9 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -4,7 +4,6 @@ # the_between/Control Center Side/CC # the_gallery/Main Area/CC # the_gallery/Main Area/WORDS -# the_gallery/Main Area/WONDROUS # the_great/West Side/CC # the_hinterlands/Main Area/LEFT # the_hinterlands/Main Area/RIGHT @@ -15,7 +14,6 @@ # cc <-> the shop (keyholder door only needed one way) # the_unyielding/Central Connected Area/BACK (panel) # daedalus/roof -> icarus -# daedalus/Wonderland/WONDROUS # the_tenacious/Control Center Entrance/CC # the_unkempt/Control Center Entrance/CC connections { @@ -2010,3 +2008,54 @@ connections { } oneway: true } +connections { + from { + room { + map: "the_wondrous" + name: "Huge" + } + } + to { + room { + map: "the_door" + name: "Main Area" + } + } + door { + map: "the_wondrous" + name: "Big Door" + } + oneway: true +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "WONDROUS" + } + } + to { + room { + map: "the_wondrous" + name: "Regular" + } + } + oneway: true +} +connections { + from { + port { + map: "daedalus" + room: "Wonderland" + name: "WONDROUS" + } + } + to { + port { + map: "the_wondrous" + room: "Entry" + name: "DAEDALUS" + } + } +} -- cgit 1.4.1