diff options
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 69 |
1 files changed, 68 insertions, 1 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index e3a0ed6..07bc156 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -6,7 +6,6 @@ | |||
6 | # the_entry/Right Eye/PSYCHIC | 6 | # the_entry/Right Eye/PSYCHIC |
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/Time Room/OWL | ||
10 | # four_rooms/Examples Room/DAEDALUS | 9 | # four_rooms/Examples Room/DAEDALUS |
11 | # control center -> the_ancient | 10 | # control center -> the_ancient |
12 | # the_bearer/Back Area/TREE | 11 | # the_bearer/Back Area/TREE |
@@ -17,6 +16,24 @@ | |||
17 | # the_colorful/Cyan Hallway/STURDY | 16 | # the_colorful/Cyan Hallway/STURDY |
18 | # the_digital/Main Area/UNYIELDING | 17 | # the_digital/Main Area/UNYIELDING |
19 | # the_digital/Tree Area/TREE | 18 | # the_digital/Tree Area/TREE |
19 | # the_gallery/Daedalus Extension/EYE | ||
20 | # the_gallery/Daedalus Extension/PYRAMID | ||
21 | # the_gallery/Daedalus Extension/TOWER | ||
22 | # the_gallery/Daedalus Extension/GATE | ||
23 | # the_gallery/Daedalus Extension/PUMPKIN | ||
24 | # the_gallery/Daedalus Extension/HOUSE | ||
25 | # the_gallery/Daedalus Extension/SNAKE | ||
26 | # the_gallery/Main Area/WISE | ||
27 | # the_gallery/Main Area/TREE | ||
28 | # the_gallery/Main Area/UNYIELDING | ||
29 | # the_gallery/Main Area/PARTHENON | ||
30 | # the_gallery/Main Area/CC | ||
31 | # the_gallery/Main Area/TOWER | ||
32 | # the_gallery/Main Area/WONDROUS | ||
33 | # the_gallery/Main Area/RAINBOW | ||
34 | # the_gallery/Main Area/WORDS | ||
35 | # the_gallery/Main Area/CASTLE | ||
36 | # the_gallery/Main Area/SUNTEMPLE | ||
20 | # the_great/Purple Room/DAEDALUS | 37 | # the_great/Purple Room/DAEDALUS |
21 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) | 38 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) |
22 | # the_great/West Side/PARTIAL | 39 | # the_great/West Side/PARTIAL |
@@ -35,6 +52,7 @@ | |||
35 | # the_liberated/Painting Room/PYRAMID | 52 | # the_liberated/Painting Room/PYRAMID |
36 | # the_literate/Painting Room/PYRAMID | 53 | # the_literate/Painting Room/PYRAMID |
37 | # the_nuanced/Main Room/UNYIELDING | 54 | # the_nuanced/Main Room/UNYIELDING |
55 | # the_owl/Magenta Hallway/STURDY | ||
38 | connections { | 56 | connections { |
39 | from { | 57 | from { |
40 | port { | 58 | port { |
@@ -779,3 +797,52 @@ connections { | |||
779 | } | 797 | } |
780 | oneway: true | 798 | oneway: true |
781 | } | 799 | } |
800 | connections { | ||
801 | from { | ||
802 | port { | ||
803 | map: "four_rooms" | ||
804 | room: "Time Room" | ||
805 | name: "OWL" | ||
806 | } | ||
807 | } | ||
808 | to { | ||
809 | port { | ||
810 | map: "the_owl" | ||
811 | room: "Connected Area" | ||
812 | name: "FOURROOMS" | ||
813 | } | ||
814 | } | ||
815 | } | ||
816 | connections { | ||
817 | from { | ||
818 | painting { | ||
819 | map: "the_gallery" | ||
820 | room: "Main Area" | ||
821 | name: "OWL" | ||
822 | } | ||
823 | } | ||
824 | to { | ||
825 | port { | ||
826 | map: "the_owl" | ||
827 | room: "R2C2 Bottom" | ||
828 | name: "GALLERY" | ||
829 | } | ||
830 | } | ||
831 | oneway: true | ||
832 | } | ||
833 | connections { | ||
834 | from { | ||
835 | port { | ||
836 | map: "the_owl" | ||
837 | room: "R2C2 Bottom" | ||
838 | name: "GALLERY" | ||
839 | } | ||
840 | } | ||
841 | to { | ||
842 | room { | ||
843 | map: "the_gallery" | ||
844 | name: "Main Area" | ||
845 | } | ||
846 | } | ||
847 | oneway: true | ||
848 | } | ||