summary refs log tree commit diff stats
path: root/data/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r--data/connections.txtpb42
1 files changed, 38 insertions, 4 deletions
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 @@
4# the_entry/Lime Room/REVITALIZED 4# the_entry/Lime Room/REVITALIZED
5# the_entry/Shop Entrance/SHOP 5# the_entry/Shop Entrance/SHOP
6# the_entry/Link Area/PYRAMID 6# the_entry/Link Area/PYRAMID
7# the_entry/Daedalus Entrance/DAEDALUS
8# the_entry/Composite Room Entrance/COMPOSITE
7# four_rooms/Examples Room/DAEDALUS 9# four_rooms/Examples Room/DAEDALUS
8# control center -> the_ancient 10# control center -> the_ancient
9# the_bearer/Back Area/TREE 11# the_bearer/Back Area/TREE
@@ -51,11 +53,11 @@
51# the_partial/Control Center Entrance/CC 53# the_partial/Control Center Entrance/CC
52# the_perceptive/Main Area/CC 54# the_perceptive/Main Area/CC
53# the_plaza/Main Area/UNYIELDING 55# the_plaza/Main Area/UNYIELDING
54# the_plaza/Repetitive Entrance/REPETITIVE
55# the_plaza/Symbolic Entrance/SYMBOLIC 56# the_plaza/Symbolic Entrance/SYMBOLIC
56# the_plaza/Sirenic Entrance/SIRENIC 57# the_plaza/Sirenic Entrance/SIRENIC
57# the_quiet/Main Area/DAEDALUS 58# the_quiet/Main Area/DAEDALUS
58# cc -> relentless (don't use port objects) 59# cc -> relentless (don't use port objects)
60# the_repetitive/Main Room/CC
59connections { 61connections {
60 from { 62 from {
61 port { 63 port {
@@ -229,7 +231,7 @@ connections {
229 to { 231 to {
230 port { 232 port {
231 map: "the_entry" 233 map: "the_entry"
232 room: "Starting Room" 234 room: "Digital Entrance"
233 name: "DIGITAL" 235 name: "DIGITAL"
234 } 236 }
235 } 237 }
@@ -245,7 +247,7 @@ connections {
245 to { 247 to {
246 port { 248 port {
247 map: "the_entry" 249 map: "the_entry"
248 room: "Starting Room" 250 room: "Digital Entrance"
249 name: "DIGITAL" 251 name: "DIGITAL"
250 } 252 }
251 } 253 }
@@ -262,7 +264,7 @@ connections {
262 to { 264 to {
263 port { 265 port {
264 map: "the_entry" 266 map: "the_entry"
265 room: "Starting Room" 267 room: "Digital Entrance"
266 name: "DIGITAL" 268 name: "DIGITAL"
267 } 269 }
268 } 270 }
@@ -945,3 +947,35 @@ connections {
945 } 947 }
946 } 948 }
947} 949}
950connections {
951 from {
952 port {
953 map: "the_plaza"
954 room: "Repetitive Entrance"
955 name: "REPETITIVE"
956 }
957 }
958 to {
959 port {
960 map: "the_repetitive"
961 room: "Plaza Connector"
962 name: "PLAZA"
963 }
964 }
965}
966connections {
967 from {
968 port {
969 map: "the_entry"
970 room: "Repetitive Entrance"
971 name: "REPETITIVE"
972 }
973 }
974 to {
975 port {
976 map: "the_repetitive"
977 room: "Entry Connector"
978 name: "ENTRY"
979 }
980 }
981}