blob: bec0642099866a16f37307694e4b45b8a24b2933 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
|
connections {
from_room: "Starting Room"
to_room: "Gallery Return"
door { name: "Gallery Entrance" }
}
connections {
from_room: "Starting Room"
to_room: "Trick Room"
door { name: "Trick Door" }
}
connections {
from_room: "Starting Room"
to_room: "Shop Entrance"
door { name: "Shop Entrance" }
}
connections {
from_room: "Starting Room"
to_room: "Entry Exit"
door { name: "Second Room Right Door" }
}
connections {
from_room: "Entry Exit"
to_room: "Right Eye"
door { name: "Right Eye Entrance" }
}
connections {
from_room: "Starting Room"
to_room: "Flipped Second Room"
door { name: "Flip Area Entrance" }
}
connections {
from_room: "Starting Room"
to_room: "Least Blue Last"
door { name: "L Room Entrance" }
}
connections {
from_room: "Starting Room"
to_room: "Parthenon Return"
door { name: "Parthenon Entrance" }
}
connections {
from_room: "Starting Room"
to_room: "D Room"
door { name: "D Room Entrance" }
}
connections {
from_room: "Starting Room"
to_room: "X Area"
door { name: "X Area Entrance" }
}
connections {
from_room: "Trick Room"
to_room: "Link Area"
door { name: "Link Area Entrance" }
}
connections {
from_room: "Trick Room"
to_room: "Shop Entrance"
door { name: "Trick To Shop Door" }
}
connections {
from_room: "Flipped Link Area"
to_room: "Flipped Pyramid Area"
door { name: "Flipped Pyramid Area Entrance" }
}
connections {
from_room: "Right Eye"
to_room: "Least Blue Last"
door { name: "Red Blue Area Left Door" }
}
connections {
from_room: "Flipped Second Room"
to_room: "Flipped Right Eye"
door { name: "Flipped Second Room Left Door" }
}
connections {
from { painting { room: "Flipped Second Room" name: "EYE" } }
to { painting { room: "Eye Room" name: "ENTER" } }
oneway: true
}
connections {
from { painting { room: "Eye Room" name: "EXIT" } }
to { painting { room: "Red Blue Halls" name: "EYE" } }
oneway: true
}
connections {
from_room: "Least Blue Last"
to_room: "Red Blue Halls"
door { name: "Red Blue Area Right Door" }
}
connections {
from_room: "Red Blue Halls"
to_room: "Wrath Room"
door { name: "Noon Door" }
}
connections {
from_room: "Red Blue Halls"
to_room: "Red Alcove"
door { name: "Scarf Door" }
}
connections {
from_room: "Wrath Room"
to_room: "Rabbit Hole"
door { name: "Rabbithole Door" }
}
connections {
from_room: "Wrath Room"
to_room: "Blue Alcove"
door { name: "Blue Alcove Entrance" }
}
connections {
from_room: "Red Alcove"
to_room: "Least Blue Last"
door { name: "Red Alcove Exit" }
}
connections {
from_room: "Blue Alcove"
to_room: "Least Blue Last"
door { name: "Red Alcove Exit" }
}
connections {
from_room: "Parthenon Return"
to_room: "Colored Doors Area"
door { name: "Colored Doors Area Entrance" }
}
connections {
from_room: "Colored Doors Area"
to_room: "Ctrl Tutorial"
door { name: "Orange Door Hider" }
}
connections {
from { painting { room: "Starting Room" name: "PAINS" } }
to { painting { room: "Ctrl Tutorial" name: "PAINS" } }
oneway: true
}
connections {
from { painting { room: "Least Blue Last" name: "PAINS" } }
to { painting { room: "Ctrl Tutorial" name: "PAINS" } }
oneway: true
}
connections {
from_room: "Ctrl Tutorial"
to_room: "Lime Room"
door { name: "Lime Room Entrance" }
}
connections {
from { painting { room: "Link Area" name: "NEAR" } }
to { painting { room: "Flipped Link Area" name: "NEAR" } }
oneway: true
}
connections {
from { painting { room: "Flipped Link Area" name: "FAR" } }
to { painting { room: "Link Area" name: "FAR" } }
oneway: true
}
connections {
from_room: "D Room"
to_room: "D Room Final"
door { name: "D Room Panels" }
}
connections {
from_room: "Starting Room"
to_room: "Digital Entrance"
door { name: "Second Room Left Door" }
oneway: true
}
connections {
from_room: "Digital Entrance"
to_room: "Starting Room"
oneway: true
}
connections {
from_room: "Starting Room"
to_room: "Daedalus Entrance"
door { name: "Daedalus Entrance" }
}
connections {
from_room: "Starting Room"
to_room: "Composite Room Entrance"
door { name: "Composite Room Entrance" }
}
connections {
from_room: "Starting Room"
to_room: "Repetitive Entrance"
door { name: "Repetitive Entrance" }
}
|