about summary refs log tree commit diff stats
path: root/data/maps/the_entry/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_entry/connections.txtpb')
-rw-r--r--data/maps/the_entry/connections.txtpb66
1 files changed, 61 insertions, 5 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index fd1c729..9813f85 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb
@@ -90,7 +90,12 @@ connections {
90} 90}
91connections { 91connections {
92 from_room: "Red Blue Halls" 92 from_room: "Red Blue Halls"
93 to_room: "Wrath Area" 93 to_room: "Least Blue Last"
94 oneway: true
95}
96connections {
97 from_room: "Red Blue Halls"
98 to_room: "Wrath Room"
94 door { name: "Noon Door" } 99 door { name: "Noon Door" }
95} 100}
96connections { 101connections {
@@ -99,12 +104,17 @@ connections {
99 door { name: "Scarf Door" } 104 door { name: "Scarf Door" }
100} 105}
101connections { 106connections {
102 from_room: "Wrath Area" 107 from_room: "Wrath Room"
108 to_room: "Rabbit Hole Lock"
109 door { name: "Noon Door" }
110}
111connections {
112 from_room: "Wrath Room"
103 to_room: "Rabbit Hole" 113 to_room: "Rabbit Hole"
104 door { name: "Rabbithole Door" } 114 door { name: "Rabbithole Door" }
105} 115}
106connections { 116connections {
107 from_room: "Wrath Area" 117 from_room: "Wrath Room"
108 to_room: "Blue Alcove" 118 to_room: "Blue Alcove"
109 door { name: "Blue Alcove Entrance" } 119 door { name: "Blue Alcove Entrance" }
110} 120}
@@ -116,7 +126,7 @@ connections {
116connections { 126connections {
117 from_room: "Blue Alcove" 127 from_room: "Blue Alcove"
118 to_room: "Least Blue Last" 128 to_room: "Least Blue Last"
119 door { name: "Red Alcove Exit" } 129 door { name: "Blue Alcove Exit" }
120} 130}
121connections { 131connections {
122 from_room: "Parthenon Return" 132 from_room: "Parthenon Return"
@@ -157,4 +167,50 @@ connections {
157 from_room: "D Room" 167 from_room: "D Room"
158 to_room: "D Room Final" 168 to_room: "D Room Final"
159 door { name: "D Room Panels" } 169 door { name: "D Room Panels" }
160} \ No newline at end of file 170}
171connections {
172 from_room: "Starting Room"
173 to_room: "Digital Entrance"
174 door { name: "Second Room Left Door" }
175 oneway: true
176}
177connections {
178 from_room: "Digital Entrance"
179 to_room: "Starting Room"
180 oneway: true
181}
182connections {
183 from_room: "Starting Room"
184 to_room: "Daedalus Entrance"
185 door { name: "Daedalus Entrance" }
186}
187connections {
188 from_room: "Starting Room"
189 to_room: "Composite Room Entrance"
190 door { name: "Composite Room Entrance" }
191}
192connections {
193 from_room: "Starting Room"
194 to_room: "Repetitive Entrance"
195 door { name: "Starting Room West Wall North Door" }
196}
197connections {
198 from_room: "Lime Room"
199 to_room: "White Hallway To Daedalus"
200 door { name: "Control Center White Door" }
201}
202connections {
203 from_room: "Flipped Second Room"
204 to_room: "Four Rooms Entrance"
205 door { name: "Flipped Second Room Right Door" }
206}
207connections {
208 from_room: "Link Area"
209 to_room: "Liberated Entrance"
210 door { name: "Liberated Entrance" }
211}
212connections {
213 from_room: "Link Area"
214 to_room: "Literate Entrance"
215 door { name: "Literate Entrance" }
216}