From eb23fc8152fa0f7033f3efeafbc0b9bec4ab865b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 14:18:48 -0400 Subject: Added the_great --- data/connections.txtpb | 217 +++++++++++++++++++++++++++---------------------- 1 file changed, 118 insertions(+), 99 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 7d79e5c..c105a41 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -1,5 +1,11 @@ # TODO # the_entry/Lime Room/DAEDALUS +# the_entry/Lime Room/REVITALIZED +# the_entry/Shop Entrance/SHOP +# the_entry/Right Eye/PSYCHIC +# the_entry/Eye Room/LIONIZED +# the_entry/Parthenon Return/PARTHENON +# the_entry/Link Area/PYRAMID # four_rooms/Intensify Room/IMPRESSIVE # four_rooms/Time Room/OWL # four_rooms/Examples Room/DAEDALUS @@ -7,14 +13,28 @@ # the_bearer/Back Area/TREE # the_bearer/Entry/UNYIELDING # the_bearer/Back Area/DAEDALUS -# the_between/Main Area/GREAT # the_between/Main Area/PLAZA # the_between/Control Center Side/CC # the_between/Control Center Side/LIVELY -# the_colorful/White Room/GREAT # the_colorful/Cyan Hallway/STURDY # the_digital/Main Area/UNYIELDING # the_digital/Tree Area/TREE +# the_great/Purple Room/DAEDALUS +# the_great/Main Area/KEEN +# the_great/Main Area/ORB +# the_great/Main Area/LINEAR +# the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) +# the_great/West Side/PARTIAL +# the_great/West Side/IMPRESSIVE +# the_great/West Side/CC +# the_great/Jubilant Entrance/JUBILANT +# the_great/Hive Entrance/HIVE +# the_great/Back Area/UNKEMPT +# the_great/Back Area/THREEDOORS +# the_great/Back Area/TOWER (keep in mind the door only blocks one direction of this) +# the_great/Back Area/TREE +# the_great/Talented Entrance/TALENTED +# the_great/North Landscape/INVISIBLE (keep in mind the door only blocks one direction of this) connections { from { panel { @@ -48,38 +68,6 @@ connections { } } } -connections { - from { - port { - map: "the_entry" - room: "Shop Entrance" - name: "SHOP" - } - } - to { - port { - map: "the_shop" - room: "Shop" - name: "ENTRY" - } - } -} -connections { - from { - painting { - map: "the_entry" - room: "Right Eye" - name: "PSYCHIC" - } - } - to { - room { - map: "the_partial" - name: "Entrance" - } - } - oneway: true -} connections { from { port { @@ -96,22 +84,6 @@ connections { } } } -connections { - from { - port { - map: "the_entry" - room: "Eye Room" - name: "LIONIZED" - } - } - to { - port { - map: "the_lionized" - room: "Area" - name: "ENTRY" - } - } -} connections { from { port { @@ -162,55 +134,6 @@ connections { } oneway: true } -connections { - from { - port { - map: "the_entry" - room: "Parthenon Return" - name: "PARTHENON" - } - } - to { - port { - map: "the_parthenon" - room: "Area" - name: "ENTRY" - } - } -} -connections { - from { - port { - map: "the_entry" - room: "Lime Room" - name: "REVITALIZED" - } - } - to { - port { - map: "the_revitalized" - room: "Entrance" - name: "PARTHENON" - } - } - oneway: true -} -connections { - from { - painting { - map: "the_entry" - room: "Link Area" - name: "PYRAMID" - } - } - to { - room { - map: "the_wise" - name: "Entrance" - } - } - oneway: true -} connections { from { painting { @@ -498,3 +421,99 @@ connections { } oneway: true } +connections { + from { + port { + map: "the_great" + room: "Main Area" + name: "DIGITAL" + } + } + to { + room { + map: "the_digital" + name: "Main Area" + } + } + oneway: true +} +connections { + from { + port { + map: "the_entry" + room: "Entry Exit" + name: "GREAT" + } + } + to { + port { + map: "the_great" + room: "Main Area" + name: "ENTRY" + } + } +} +connections { + from { + port { + map: "the_great" + room: "Salmon Room" + name: "BETWEEN" + } + } + to { + port { + map: "the_between" + room: "Main Area" + name: "GREAT" + } + } +} +connections { + from { + painting { + map: "the_great" + room: "West Side" + name: "EXTRAVAGANT" + } + } + to { + painting { + map: "the_extravagant" + room: "Y Minus First Floor" + name: "GALLERY" + } + } + oneway: true +} +connections { + from { + port { + map: "the_great" + room: "Colorful Entrance" + name: "COLORFUL" + } + } + to { + port { + map: "the_colorful" + room: "White Room" + name: "GREAT" + } + } +} +connections { + from { + room { + map: "the_great" + name: "North Landscape" + } + } + to { + room { + map: "the_graveyard" + name: "Outside" + } + } + oneway: true +} -- cgit 1.4.1