From 804ad0c230672813efdca5b6816a5de49354f375 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 27 Aug 2025 16:29:50 -0400 Subject: Added control_center --- data/connections.txtpb | 310 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 296 insertions(+), 14 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 2b71f7d..c3be3f1 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -1,19 +1,5 @@ # TODO -# control center -> the_ancient -# the_between/Control Center Side/CC -# the_gallery/Main Area/CC -# the_great/West Side/CC -# the_hinterlands/Main Area/LEFT -# the_hinterlands/Main Area/RIGHT -# the_partial/Control Center Entrance/CC -# the_perceptive/Main Area/CC -# cc -> relentless (don't use port objects) -# the_repetitive/Main Room/CC -# cc <-> the shop (keyholder door only needed one way) -# the_unyielding/Central Connected Area/BACK (panel) # daedalus/roof -> icarus -# the_tenacious/Control Center Entrance/CC -# the_unkempt/Control Center Entrance/CC connections { from { port { @@ -2106,3 +2092,299 @@ connections { } oneway: true } +connections { + from { + room { + map: "control_center" + name: "Main Area" + } + } + to { + room { + map: "the_relentless" + name: "Turn Room" + } + } + door { + map: "control_center" + name: "Relentless Turn Door" + } +} +connections { + from { + room { + map: "control_center" + name: "Main Area" + } + } + to { + room { + map: "the_relentless" + name: "Shop Room" + } + } + door { + map: "control_center" + name: "Relentless Shop Door" + } +} +connections { + from { + room { + map: "control_center" + name: "Main Area" + } + } + to { + room { + map: "the_relentless" + name: "Left Room" + } + } + door { + map: "control_center" + name: "Relentless Left Door" + } +} +connections { + from { + port { + map: "control_center" + room: "Ancient Entrance" + name: "ANCIENT" + } + } + to { + room { + map: "the_ancient" + name: "Outside" + } + } + oneway: true +} +connections { + from { + port { + map: "the_between" + room: "Control Center Side" + name: "CC" + } + } + to { + port { + map: "control_center" + room: "Between Entrance" + name: "BETWEEN" + } + } +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "CC" + } + } + to { + room { + map: "control_center" + name: "Desert Room" + } + } + oneway: true +} +connections { + from { + port { + map: "the_great" + room: "West Side" + name: "CC" + } + } + to { + port { + map: "control_center" + room: "Entry" + name: "GREAT" + } + } +} +connections { + from { + port { + map: "the_hinterlands" + room: "Main Area" + name: "LEFT" + } + } + to { + port { + map: "control_center" + room: "Main Area" + name: "LEFT" + } + } +} +connections { + from { + port { + map: "the_hinterlands" + room: "Main Area" + name: "RIGHT" + } + } + to { + port { + map: "control_center" + room: "Main Area" + name: "RIGHT" + } + } +} +connections { + from { + port { + map: "the_partial" + room: "Control Center Entrance" + name: "CC" + } + } + to { + port { + map: "control_center" + room: "Partial Entrance" + name: "PARTIAL" + } + } +} +connections { + from { + port { + map: "the_perceptive" + room: "Main Area" + name: "CC" + } + } + to { + port { + map: "control_center" + room: "Perceptive Entrance" + name: "PERCEPTIVE" + } + } +} +connections { + from { + port { + map: "the_repetitive" + room: "Main Room" + name: "CC" + } + } + to { + port { + map: "control_center" + room: "Repetitive Entrance" + name: "REPETITIVE" + } + } +} +connections { + from { + room { + map: "the_shop" + name: "Main Area" + } + } + to { + room { + map: "control_center" + name: "Shop Entrance" + } + } + door { + map: "the_shop" + name: "N Entered" + } + oneway: true +} +connections { + from { + room { + map: "control_center" + name: "Shop Entrance" + } + } + to { + room { + map: "the_shop" + name: "Main Area" + } + } + oneway: true +} +connections { + from { + panel { + map: "the_unyielding" + room: "Central Connected Area" + name: "BACK" + } + } + to { + panel { + map: "control_center" + room: "Unyielding Entrance" + name: "FORTH" + } + } +} +connections { + from { + port { + map: "the_tenacious" + room: "Control Center Entrance" + name: "CC" + } + } + to { + port { + map: "control_center" + room: "Tenacious Entrance" + name: "TENACIOUS" + } + } +} +connections { + from { + port { + map: "the_unkempt" + room: "Control Center Entrance" + name: "CC" + } + } + to { + port { + map: "control_center" + room: "Unkempt Entrance" + name: "UNKEMPT" + } + } +} +connections { + from { + panel { + map: "control_center" + room: "Stormy Entrance" + name: "TURN" + } + } + to { + room { + map: "the_stormy" + name: "Center" + } + } + oneway: true +} -- cgit 1.4.1