From 79321fca348b5126467fa64258b3c0340cc8b110 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 13 Aug 2025 23:45:05 -0400 Subject: Added the_gallery --- data/connections.txtpb | 130 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 126 insertions(+), 4 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index fdc5da9..dc3afaf 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -10,16 +10,12 @@ # the_bearer/Back Area/DAEDALUS # the_between/Main Area/GREAT # the_between/Main Area/PLAZA -# gallery -> between # the_between/Control Center Side/CC # the_between/Control Center Side/LIVELY -# butterfly -> gallery # the_colorful/White Room/GREAT # the_colorful/Cyan Hallway/STURDY # the_digital/Main Area/UNYIELDING # the_digital/Tree Area/TREE -# the_extravagant/Y Minus First Floor/GALLERY -# the_extravagant/Engine Room/GALLERY connections { from { panel { @@ -232,6 +228,22 @@ connections { } oneway: true } +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "ENTRY" + } + } + to { + room { + map: "the_entry" + name: "Eye Room" + } + } + oneway: true +} connections { from { painting { @@ -346,3 +358,113 @@ connections { } } } +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "EXTRAVAGANT" + } + } + to { + painting { + map: "the_extravagant" + room: "Y Minus First Floor" + name: "GALLERY" + } + } +} +connections { + from { + port { + map: "the_extravagant" + room: "Engine Room" + name: "GALLERY" + } + } + to { + room { + map: "the_gallery" + name: "Main Area" + } + } + oneway: true +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "BETWEEN" + } + } + to { + room { + map: "the_between" + name: "Main Area" + } + } + oneway: true +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "BUTTERFLY" + } + } + to { + port { + map: "the_butterfly" + room: "Main Area" + name: "GALLERY" + } + } +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "DARKROOM" + } + } + to { + room { + map: "the_darkroom" + name: "First Room" + } + } + oneway: true +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "COLORFUL" + } + } + to { + room { + map: "the_colorful" + name: "White Room" + } + } + oneway: true +} +connections { + from { + painting { + map: "the_gallery" + room: "Main Area" + name: "ANCIENT" + } + } + to { + map: "the_ancient" + name: "Outside" + } + oneway: true +} -- cgit 1.4.1