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.txtpb48
1 files changed, 47 insertions, 1 deletions
diff --git a/data/maps/the_entry/connections.txtpb b/data/maps/the_entry/connections.txtpb index a2e325a..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" }
@@ -97,6 +107,12 @@ connections {
97 from_room: "Red Blue Halls" 107 from_room: "Red Blue Halls"
98 to_room: "Wrath Room" 108 to_room: "Wrath Room"
99 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
100} 116}
101connections { 117connections {
102 from_room: "Red Blue Halls" 118 from_room: "Red Blue Halls"
@@ -154,6 +170,11 @@ connections {
154 door { name: "Lime Room Entrance" } 170 door { name: "Lime Room Entrance" }
155} 171}
156connections { 172connections {
173 from_room: "Lime Room"
174 to_room: "Revitalized Entrance"
175 door { name: "Revitalized Entrance" }
176}
177connections {
157 from { painting { room: "Link Area" name: "NEAR" } } 178 from { painting { room: "Link Area" name: "NEAR" } }
158 to { painting { room: "Flipped Link Area" name: "NEAR" } } 179 to { painting { room: "Flipped Link Area" name: "NEAR" } }
159 oneway: true 180 oneway: true
@@ -172,12 +193,12 @@ connections {
172 from_room: "Starting Room" 193 from_room: "Starting Room"
173 to_room: "Digital Entrance" 194 to_room: "Digital Entrance"
174 door { name: "Second Room Left Door" } 195 door { name: "Second Room Left Door" }
175 oneway: true
176} 196}
177connections { 197connections {
178 from_room: "Digital Entrance" 198 from_room: "Digital Entrance"
179 to_room: "Starting Room" 199 to_room: "Starting Room"
180 oneway: true 200 oneway: true
201 vanilla_only: true
181} 202}
182connections { 203connections {
183 from_room: "Starting Room" 204 from_room: "Starting Room"
@@ -199,3 +220,28 @@ connections {
199 to_room: "White Hallway To Daedalus" 220 to_room: "White Hallway To Daedalus"
200 door { name: "Control Center White Door" } 221 door { name: "Control Center White Door" }
201} 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}