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.txtpb37
1 files changed, 36 insertions, 1 deletions
diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb index bc8cdf6..fab75f5 100644 --- a/data/door_groups.txtpb +++ b/data/door_groups.txtpb
@@ -1,6 +1,9 @@
1door_groups { 1door_groups {
2 name: "The Entry - Repetitive Entrance" 2 name: "The Entry - Repetitive Entrance"
3 type: CONNECTOR 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
4 doors { 7 doors {
5 map: "the_entry" 8 map: "the_entry"
6 name: "Starting Room West Wall North Door" 9 name: "Starting Room West Wall North Door"
@@ -107,6 +110,10 @@ door_groups {
107 } 110 }
108 doors { 111 doors {
109 map: "the_entry" 112 map: "the_entry"
113 name: "Gift Maps Entrance"
114 }
115 doors {
116 map: "the_entry"
110 name: "Near D Room Painting" 117 name: "Near D Room Painting"
111 } 118 }
112 doors { 119 doors {
@@ -118,6 +125,14 @@ door_groups {
118 name: "Tower Entrance" 125 name: "Tower Entrance"
119 } 126 }
120 doors { 127 doors {
128 map: "the_great"
129 name: "Cyan Doors"
130 }
131 doors {
132 map: "the_owl"
133 name: "Double Letters"
134 }
135 doors {
121 map: "the_parthenon" 136 map: "the_parthenon"
122 name: "Double Letters" 137 name: "Double Letters"
123 } 138 }
@@ -134,3 +149,23 @@ door_groups {
134 name: "Cyan Doors" 149 name: "Cyan Doors"
135 } 150 }
136} 151}
152door_groups {
153 name: "Lavender Cubes"
154 type: SHUFFLE_GROUP
155 doors {
156 map: "daedalus"
157 name: "C Keyholder Blocker"
158 }
159 doors {
160 map: "the_congruent"
161 name: "T Keyholder Blocker"
162 }
163 doors {
164 map: "the_great"
165 name: "Lavender Cube"
166 }
167 doors {
168 map: "the_parthenon"
169 name: "Lavender Cubes"
170 }
171}