diff options
Diffstat (limited to 'data/connections.txtpb')
-rw-r--r-- | data/connections.txtpb | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 0522355..b0a930e 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -3,7 +3,6 @@ | |||
3 | # the_entry/Lime Room/DAEDALUS | 3 | # the_entry/Lime Room/DAEDALUS |
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 | ||
7 | # the_entry/Link Area/PYRAMID | 6 | # the_entry/Link Area/PYRAMID |
8 | # four_rooms/Examples Room/DAEDALUS | 7 | # four_rooms/Examples Room/DAEDALUS |
9 | # control center -> the_ancient | 8 | # control center -> the_ancient |
@@ -34,7 +33,6 @@ | |||
34 | # the_gallery/Main Area/SUNTEMPLE | 33 | # the_gallery/Main Area/SUNTEMPLE |
35 | # the_great/Purple Room/DAEDALUS | 34 | # the_great/Purple Room/DAEDALUS |
36 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) | 35 | # the_great/Daedalus Entrance/DAEDALUS (keep in mind the door only blocks one direction of this) |
37 | # the_great/West Side/PARTIAL | ||
38 | # the_great/West Side/CC | 36 | # the_great/West Side/CC |
39 | # the_great/Back Area/UNKEMPT | 37 | # the_great/Back Area/UNKEMPT |
40 | # the_great/Back Area/THREEDOORS | 38 | # the_great/Back Area/THREEDOORS |
@@ -52,6 +50,7 @@ | |||
52 | # the_nuanced/Main Room/UNYIELDING | 50 | # the_nuanced/Main Room/UNYIELDING |
53 | # the_owl/Magenta Hallway/STURDY | 51 | # the_owl/Magenta Hallway/STURDY |
54 | # the_parthenon/Main Area/REVITALIZED | 52 | # the_parthenon/Main Area/REVITALIZED |
53 | # the_partial/Control Center Entrance/CC | ||
55 | connections { | 54 | connections { |
56 | from { | 55 | from { |
57 | port { | 56 | port { |
@@ -877,3 +876,35 @@ connections { | |||
877 | } | 876 | } |
878 | } | 877 | } |
879 | } | 878 | } |
879 | connections { | ||
880 | from { | ||
881 | painting { | ||
882 | map: "the_entry" | ||
883 | room: "Right Eye" | ||
884 | name: "PSYCHIC" | ||
885 | } | ||
886 | } | ||
887 | to { | ||
888 | room { | ||
889 | map: "the_partial" | ||
890 | name: "Obverse Side" | ||
891 | } | ||
892 | } | ||
893 | oneway: true | ||
894 | } | ||
895 | connections { | ||
896 | from { | ||
897 | port { | ||
898 | map: "the_great" | ||
899 | room: "West Side" | ||
900 | name: "PARTIAL" | ||
901 | } | ||
902 | } | ||
903 | to { | ||
904 | port { | ||
905 | map: "the_partial" | ||
906 | room: "Obverse Side" | ||
907 | name: "GREAT" | ||
908 | } | ||
909 | } | ||
910 | } | ||