about summary refs log tree commit diff stats
path: root/data/door_groups.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/door_groups.txtpb')
-rw-r--r--data/door_groups.txtpb163
1 files changed, 163 insertions, 0 deletions
diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb new file mode 100644 index 0000000..ca94223 --- /dev/null +++ b/data/door_groups.txtpb
@@ -0,0 +1,163 @@
1door_groups {
2 name: "The Entry - Repetitive Entrance"
3 # This *should* be a CONNECTOR, but currently we're not shuffling these
4 # entrances because we want to guarantee that there's a way to The Repetitive
5 # without missing keys in vanilla doors. Hopefully can be changed eventually.
6 type: SHUFFLE_GROUP
7 doors {
8 map: "the_entry"
9 name: "Starting Room West Wall North Door"
10 }
11 doors {
12 map: "the_repetitive"
13 name: "Entry Entrance"
14 }
15}
16door_groups {
17 name: "The Repetitive - Plaza Entrance"
18 type: CONNECTOR
19 doors {
20 map: "the_repetitive"
21 name: "Black Hallway"
22 }
23 doors {
24 map: "the_plaza"
25 name: "Repetitive Entrance"
26 }
27}
28door_groups {
29 name: "Control Center White Doors"
30 type: COLOR_CONNECTOR
31 doors {
32 map: "daedalus"
33 name: "White Hallway From Entry"
34 }
35 doors {
36 map: "the_entry"
37 name: "Control Center White Door"
38 }
39}
40door_groups {
41 name: "Control Center Purple Doors"
42 type: COLOR_CONNECTOR
43 doors {
44 map: "daedalus"
45 name: "Purple Hallway From Great"
46 }
47 doors {
48 map: "the_great"
49 name: "Control Center Purple Door"
50 }
51}
52door_groups {
53 name: "Control Center Orange Doors"
54 type: COLOR_CONNECTOR
55 doors {
56 map: "daedalus"
57 name: "Control Center Orange Door"
58 }
59 doors {
60 map: "the_unkempt"
61 name: "Control Center Orange Door"
62 }
63}
64door_groups {
65 name: "Control Center Brown Doors"
66 type: COLOR_CONNECTOR
67 doors {
68 map: "the_bearer"
69 name: "Control Center Brown Door"
70 }
71 doors {
72 map: "the_tree"
73 name: "Control Center Brown Door"
74 }
75}
76door_groups {
77 name: "Control Center Blue Doors"
78 type: COLOR_CONNECTOR
79 doors {
80 map: "the_digital"
81 name: "Control Center Blue Door"
82 }
83 doors {
84 map: "the_unyielding"
85 name: "Digital Entrance"
86 }
87}
88door_groups {
89 name: "Cyan Doors"
90 type: CYAN_DOORS
91 doors {
92 map: "daedalus"
93 name: "Eye Painting"
94 }
95 doors {
96 map: "the_bearer"
97 name: "Butterfly Entrance"
98 }
99 doors {
100 map: "the_darkroom"
101 name: "Double Letter Panel Blockers"
102 }
103 doors {
104 map: "the_entry"
105 name: "Starting Room West Wall North Door"
106 }
107 doors {
108 map: "the_entry"
109 name: "Flipped Pyramid Area Entrance"
110 }
111 doors {
112 map: "the_entry"
113 name: "Near D Room Painting"
114 }
115 doors {
116 map: "the_graveyard"
117 name: "Double Letters"
118 }
119 doors {
120 map: "the_great"
121 name: "Tower Entrance"
122 }
123 doors {
124 map: "the_great"
125 name: "Cyan Doors"
126 }
127 doors {
128 map: "the_parthenon"
129 name: "Double Letters"
130 }
131 doors {
132 map: "the_unkempt"
133 name: "Cyan Doors"
134 }
135 doors {
136 map: "the_unkempt"
137 name: "Control Center Orange Door"
138 }
139 doors {
140 map: "the_unyielding"
141 name: "Cyan Doors"
142 }
143}
144door_groups {
145 name: "Lavender Cubes"
146 type: SHUFFLE_GROUP
147 doors {
148 map: "daedalus"
149 name: "C Keyholder Blocker"
150 }
151 doors {
152 map: "the_congruent"
153 name: "T Keyholder Blocker"
154 }
155 doors {
156 map: "the_great"
157 name: "Lavender Cube"
158 }
159 doors {
160 map: "the_parthenon"
161 name: "Lavender Cubes"
162 }
163}