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.txtpb35
1 files changed, 33 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index fe5086e..dfa2906 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -6,7 +6,6 @@
6# the_entry/Eye Room/LIONIZED 6# the_entry/Eye Room/LIONIZED
7# the_entry/Parthenon Return/PARTHENON 7# the_entry/Parthenon Return/PARTHENON
8# the_entry/Link Area/PYRAMID 8# the_entry/Link Area/PYRAMID
9# four_rooms/Intensify Room/IMPRESSIVE
10# four_rooms/Time Room/OWL 9# four_rooms/Time Room/OWL
11# four_rooms/Examples Room/DAEDALUS 10# four_rooms/Examples Room/DAEDALUS
12# control center -> the_ancient 11# control center -> the_ancient
@@ -25,7 +24,6 @@
25# the_great/Main Area/LINEAR 24# the_great/Main Area/LINEAR
26# the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) 25# the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this)
27# the_great/West Side/PARTIAL 26# the_great/West Side/PARTIAL
28# the_great/West Side/IMPRESSIVE
29# the_great/West Side/CC 27# the_great/West Side/CC
30# the_great/Jubilant Entrance/JUBILANT 28# the_great/Jubilant Entrance/JUBILANT
31# the_great/Back Area/UNKEMPT 29# the_great/Back Area/UNKEMPT
@@ -39,6 +37,7 @@
39# the_hive/Main Area/DAED1 37# the_hive/Main Area/DAED1
40# the_hive/Main Area/DAED2 38# the_hive/Main Area/DAED2
41# the_hive/Main Area/DAED3 39# the_hive/Main Area/DAED3
40# the_impressive/Green Eye/PLAZA
42connections { 41connections {
43 from { 42 from {
44 panel { 43 panel {
@@ -556,3 +555,35 @@ connections {
556 } 555 }
557 } 556 }
558} 557}
558connections {
559 from {
560 port {
561 map: "the_great"
562 room: "West Side"
563 name: "IMPRESSIVE"
564 }
565 }
566 to {
567 port {
568 map: "the_impressive"
569 room: "Lobby"
570 name: "GREAT"
571 }
572 }
573}
574connections {
575 from {
576 port {
577 map: "the_impressive"
578 room: "Side Area"
579 name: "FOURROOMS"
580 }
581 }
582 to {
583 port {
584 map: "four_rooms"
585 room: "Intensify Room"
586 name: "IMPRESSIVE"
587 }
588 }
589}