From c9139577e690baff59da1b1edf13ef209c00ee40 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 18 Aug 2025 18:50:04 -0400 Subject: Added the_repetitive --- data/connections.txtpb | 42 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 38 insertions(+), 4 deletions(-) (limited to 'data/connections.txtpb') diff --git a/data/connections.txtpb b/data/connections.txtpb index 8c25813..ac14ceb 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb @@ -4,6 +4,8 @@ # the_entry/Lime Room/REVITALIZED # the_entry/Shop Entrance/SHOP # the_entry/Link Area/PYRAMID +# the_entry/Daedalus Entrance/DAEDALUS +# the_entry/Composite Room Entrance/COMPOSITE # four_rooms/Examples Room/DAEDALUS # control center -> the_ancient # the_bearer/Back Area/TREE @@ -51,11 +53,11 @@ # the_partial/Control Center Entrance/CC # the_perceptive/Main Area/CC # the_plaza/Main Area/UNYIELDING -# the_plaza/Repetitive Entrance/REPETITIVE # the_plaza/Symbolic Entrance/SYMBOLIC # the_plaza/Sirenic Entrance/SIRENIC # the_quiet/Main Area/DAEDALUS # cc -> relentless (don't use port objects) +# the_repetitive/Main Room/CC connections { from { port { @@ -229,7 +231,7 @@ connections { to { port { map: "the_entry" - room: "Starting Room" + room: "Digital Entrance" name: "DIGITAL" } } @@ -245,7 +247,7 @@ connections { to { port { map: "the_entry" - room: "Starting Room" + room: "Digital Entrance" name: "DIGITAL" } } @@ -262,7 +264,7 @@ connections { to { port { map: "the_entry" - room: "Starting Room" + room: "Digital Entrance" name: "DIGITAL" } } @@ -945,3 +947,35 @@ connections { } } } +connections { + from { + port { + map: "the_plaza" + room: "Repetitive Entrance" + name: "REPETITIVE" + } + } + to { + port { + map: "the_repetitive" + room: "Plaza Connector" + name: "PLAZA" + } + } +} +connections { + from { + port { + map: "the_entry" + room: "Repetitive Entrance" + name: "REPETITIVE" + } + } + to { + port { + map: "the_repetitive" + room: "Entry Connector" + name: "ENTRY" + } + } +} -- cgit 1.4.1