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.txtpb38
1 files changed, 36 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 9414234..5e67500 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -9,7 +9,6 @@
9# the_bearer/Back Area/TREE 9# the_bearer/Back Area/TREE
10# the_bearer/Entry/UNYIELDING 10# the_bearer/Entry/UNYIELDING
11# the_bearer/Back Area/DAEDALUS 11# the_bearer/Back Area/DAEDALUS
12# the_between/Main Area/PLAZA
13# the_between/Control Center Side/CC 12# the_between/Control Center Side/CC
14# the_colorful/Cyan Hallway/STURDY 13# the_colorful/Cyan Hallway/STURDY
15# the_digital/Main Area/UNYIELDING 14# the_digital/Main Area/UNYIELDING
@@ -44,7 +43,6 @@
44# the_hive/Main Area/DAED1 43# the_hive/Main Area/DAED1
45# the_hive/Main Area/DAED2 44# the_hive/Main Area/DAED2
46# the_hive/Main Area/DAED3 45# the_hive/Main Area/DAED3
47# the_impressive/Green Eye/PLAZA
48# the_liberated/Painting Room/PYRAMID 46# the_liberated/Painting Room/PYRAMID
49# the_literate/Painting Room/PYRAMID 47# the_literate/Painting Room/PYRAMID
50# the_nuanced/Main Room/UNYIELDING 48# the_nuanced/Main Room/UNYIELDING
@@ -52,6 +50,10 @@
52# the_parthenon/Main Area/REVITALIZED 50# the_parthenon/Main Area/REVITALIZED
53# the_partial/Control Center Entrance/CC 51# the_partial/Control Center Entrance/CC
54# the_perceptive/Main Area/CC 52# the_perceptive/Main Area/CC
53# the_plaza/Main Area/UNYIELDING
54# the_plaza/Repetitive Entrance/REPETITIVE
55# the_plaza/Symbolic Entrance/SYMBOLIC
56# the_plaza/Sirenic Entrance/SIRENIC
55connections { 57connections {
56 from { 58 from {
57 port { 59 port {
@@ -909,3 +911,35 @@ connections {
909 } 911 }
910 } 912 }
911} 913}
914connections {
915 from {
916 port {
917 map: "the_between"
918 room: "Main Area"
919 name: "PLAZA"
920 }
921 }
922 to {
923 port {
924 map: "the_plaza"
925 room: "Main Area"
926 name: "BETWEEN"
927 }
928 }
929}
930connections {
931 from {
932 port {
933 map: "the_impressive"
934 room: "Green Eye"
935 name: "PLAZA"
936 }
937 }
938 to {
939 port {
940 map: "the_plaza"
941 room: "Main Area"
942 name: "IMPRESSIVE"
943 }
944 }
945}