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.txtpb62
1 files changed, 59 insertions, 3 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index 68aa344..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"
103 to_room: "Least Blue Last"
104 oneway: true
105}
106connections {
107 from_room: "Red Blue Halls"
93 to_room: "Wrath Room" 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"
@@ -100,6 +121,11 @@ connections {
100} 121}
101connections { 122connections {
102 from_room: "Wrath Room" 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}
@@ -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
@@ -162,12 +193,12 @@ connections {
162 from_room: "Starting Room" 193 from_room: "Starting Room"
163 to_room: "Digital Entrance" 194 to_room: "Digital Entrance"
164 door { name: "Second Room Left Door" } 195 door { name: "Second Room Left Door" }
165 oneway: true
166} 196}
167connections { 197connections {
168 from_room: "Digital Entrance" 198 from_room: "Digital Entrance"
169 to_room: "Starting Room" 199 to_room: "Starting Room"
170 oneway: true 200 oneway: true
201 vanilla_only: true
171} 202}
172connections { 203connections {
173 from_room: "Starting Room" 204 from_room: "Starting Room"
@@ -182,10 +213,35 @@ connections {
182connections { 213connections {
183 from_room: "Starting Room" 214 from_room: "Starting Room"
184 to_room: "Repetitive Entrance" 215 to_room: "Repetitive Entrance"
185 door { name: "Repetitive Entrance" } 216 door { name: "Starting Room West Wall North Door" }
186} 217}
187connections { 218connections {
188 from_room: "Lime Room" 219 from_room: "Lime Room"
189 to_room: "White Hallway To Daedalus" 220 to_room: "White Hallway To Daedalus"
190 door { name: "Control Center White Door" } 221 door { name: "Control Center White Door" }
191} 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}