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 07bc156..0522355 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -4,7 +4,6 @@
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/Right Eye/PSYCHIC 6# the_entry/Right Eye/PSYCHIC
7# the_entry/Parthenon Return/PARTHENON
8# the_entry/Link Area/PYRAMID 7# the_entry/Link Area/PYRAMID
9# four_rooms/Examples Room/DAEDALUS 8# four_rooms/Examples Room/DAEDALUS
10# control center -> the_ancient 9# control center -> the_ancient
@@ -26,7 +25,6 @@
26# the_gallery/Main Area/WISE 25# the_gallery/Main Area/WISE
27# the_gallery/Main Area/TREE 26# the_gallery/Main Area/TREE
28# the_gallery/Main Area/UNYIELDING 27# the_gallery/Main Area/UNYIELDING
29# the_gallery/Main Area/PARTHENON
30# the_gallery/Main Area/CC 28# the_gallery/Main Area/CC
31# the_gallery/Main Area/TOWER 29# the_gallery/Main Area/TOWER
32# the_gallery/Main Area/WONDROUS 30# the_gallery/Main Area/WONDROUS
@@ -53,6 +51,7 @@
53# the_literate/Painting Room/PYRAMID 51# the_literate/Painting Room/PYRAMID
54# the_nuanced/Main Room/UNYIELDING 52# the_nuanced/Main Room/UNYIELDING
55# the_owl/Magenta Hallway/STURDY 53# the_owl/Magenta Hallway/STURDY
54# the_parthenon/Main Area/REVITALIZED
56connections { 55connections {
57 from { 56 from {
58 port { 57 port {
@@ -846,3 +845,35 @@ connections {
846 } 845 }
847 oneway: true 846 oneway: true
848} 847}
848connections {
849 from {
850 port {
851 map: "the_entry"
852 room: "Parthenon Return"
853 name: "PARTHENON"
854 }
855 }
856 to {
857 port {
858 map: "the_parthenon"
859 room: "Main Area"
860 name: "ENTRY"
861 }
862 }
863}
864connections {
865 from {
866 painting {
867 map: "the_gallery"
868 room: "Main Area"
869 name: "PARTHENON"
870 }
871 }
872 to {
873 port {
874 map: "the_parthenon"
875 room: "Main Area"
876 name: "GALLERY"
877 }
878 }
879}