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.txtpb97
1 files changed, 92 insertions, 5 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index fd1c729..6260665 100644 --- a/data/maps/the_entry/connections.txtpb +++ b/data/maps/the_entry/connections.txtpb
@@ -64,6 +64,16 @@ connections {
64 door { name: "Flipped Pyramid Area Entrance" } 64 door { name: "Flipped Pyramid Area Entrance" }
65} 65}
66connections { 66connections {
67 from_room: "Flipped Pyramid Area"
68 to_room: "Liberated Entrance Panel"
69 oneway: true
70}
71connections {
72 from_room: "Flipped Pyramid Area"
73 to_room: "Literate Entrance Panel"
74 oneway: true
75}
76connections {
67 from_room: "Right Eye" 77 from_room: "Right Eye"
68 to_room: "Least Blue Last" 78 to_room: "Least Blue Last"
69 door { name: "Red Blue Area Left Door" } 79 door { name: "Red Blue Area Left Door" }
@@ -90,8 +100,19 @@ connections {
90} 100}
91connections { 101connections {
92 from_room: "Red Blue Halls" 102 from_room: "Red Blue Halls"
93 to_room: "Wrath Area" 103 to_room: "Least Blue Last"
104 oneway: true
105}
106connections {
107 from_room: "Red Blue Halls"
108 to_room: "Wrath Room"
94 door { name: "Noon Door" } 109 door { name: "Noon Door" }
110 oneway: true
111}
112connections {
113 from_room: "Wrath Room"
114 to_room: "Least Blue Last"
115 oneway: true
95} 116}
96connections { 117connections {
97 from_room: "Red Blue Halls" 118 from_room: "Red Blue Halls"
@@ -99,12 +120,17 @@ connections {
99 door { name: "Scarf Door" } 120 door { name: "Scarf Door" }
100} 121}
101connections { 122connections {
102 from_room: "Wrath Area" 123 from_room: "Wrath Room"
124 to_room: "Rabbit Hole Lock"
125 door { name: "Noon Door" }
126}
127connections {
128 from_room: "Wrath Room"
103 to_room: "Rabbit Hole" 129 to_room: "Rabbit Hole"
104 door { name: "Rabbithole Door" } 130 door { name: "Rabbithole Door" }
105} 131}
106connections { 132connections {
107 from_room: "Wrath Area" 133 from_room: "Wrath Room"
108 to_room: "Blue Alcove" 134 to_room: "Blue Alcove"
109 door { name: "Blue Alcove Entrance" } 135 door { name: "Blue Alcove Entrance" }
110} 136}
@@ -116,7 +142,7 @@ connections {
116connections { 142connections {
117 from_room: "Blue Alcove" 143 from_room: "Blue Alcove"
118 to_room: "Least Blue Last" 144 to_room: "Least Blue Last"
119 door { name: "Red Alcove Exit" } 145 door { name: "Blue Alcove Exit" }
120} 146}
121connections { 147connections {
122 from_room: "Parthenon Return" 148 from_room: "Parthenon Return"
@@ -144,6 +170,11 @@ connections {
144 door { name: "Lime Room Entrance" } 170 door { name: "Lime Room Entrance" }
145} 171}
146connections { 172connections {
173 from_room: "Lime Room"
174 to_room: "Revitalized Entrance"
175 door { name: "Revitalized Entrance" }
176}
177connections {
147 from { painting { room: "Link Area" name: "NEAR" } } 178 from { painting { room: "Link Area" name: "NEAR" } }
148 to { painting { room: "Flipped Link Area" name: "NEAR" } } 179 to { painting { room: "Flipped Link Area" name: "NEAR" } }
149 oneway: true 180 oneway: true
@@ -157,4 +188,60 @@ connections {
157 from_room: "D Room" 188 from_room: "D Room"
158 to_room: "D Room Final" 189 to_room: "D Room Final"
159 door { name: "D Room Panels" } 190 door { name: "D Room Panels" }
160} \ No newline at end of file 191}
192connections {
193 from_room: "Starting Room"
194 to_room: "Digital Entrance"
195 door { name: "Second Room Left Door" }
196}
197connections {
198 from_room: "Digital Entrance"
199 to_room: "Starting Room"
200 oneway: true
201 vanilla_only: true
202}
203connections {
204 from_room: "Starting Room"
205 to_room: "Daedalus Entrance"
206 door { name: "Daedalus Entrance" }
207}
208connections {
209 from_room: "Starting Room"
210 to_room: "Composite Room Entrance"
211 door { name: "Composite Room Entrance" }
212}
213connections {
214 from_room: "Starting Room"
215 to_room: "Repetitive Entrance"
216 door { name: "Starting Room West Wall North Door" }
217}
218connections {
219 from_room: "Lime Room"
220 to_room: "White Hallway To Daedalus"
221 door { name: "Control Center White Door" }
222}
223connections {
224 from_room: "Flipped Second Room"
225 to_room: "Four Rooms Entrance"
226 door { name: "Flipped Second Room Right Door" }
227}
228connections {
229 from_room: "Link Area"
230 to_room: "Liberated Entrance"
231 door { name: "Liberated Entrance" }
232}
233connections {
234 from_room: "Link Area"
235 to_room: "Literate Entrance"
236 door { name: "Literate Entrance" }
237}
238connections {
239 from_room: "Liberated Entrance"
240 to_room: "Liberated Entrance Panel"
241 oneway: true
242}
243connections {
244 from_room: "Literate Entrance"
245 to_room: "Literate Entrance Panel"
246 oneway: true
247}