about summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/door_groups.txtpb14
-rw-r--r--data/ids.yaml1
-rw-r--r--data/maps/control_center/doors.txtpb2
3 files changed, 16 insertions, 1 deletions
diff --git a/data/door_groups.txtpb b/data/door_groups.txtpb index 0f704da..128cbb8 100644 --- a/data/door_groups.txtpb +++ b/data/door_groups.txtpb
@@ -174,3 +174,17 @@ door_groups {
174 name: "Lavender Cubes" 174 name: "Lavender Cubes"
175 } 175 }
176} 176}
177door_groups {
178 name: "Control Center - Perceptive Entrance"
179 type: SHUFFLE_GROUP
180 # This is a weird situation where there's two different ways to open the door
181 # and we want both to work in vanilla.
182 doors {
183 map: "control_center"
184 name: "Perceptive From Outside"
185 }
186 doors {
187 map: "control_center"
188 name: "Perceptive From Inside"
189 }
190}
diff --git a/data/ids.yaml b/data/ids.yaml index f9c59aa..c55cfa6 100644 --- a/data/ids.yaml +++ b/data/ids.yaml
@@ -4785,6 +4785,7 @@ progressives:
4785 Icarus Quick Travel: 2933 4785 Icarus Quick Travel: 2933
4786 Progressive Gold Ending: 2753 4786 Progressive Gold Ending: 2753
4787door_groups: 4787door_groups:
4788 Control Center - Perceptive Entrance: 3424
4788 Control Center Blue Doors: 2788 4789 Control Center Blue Doors: 2788
4789 Control Center Brown Doors: 2787 4790 Control Center Brown Doors: 2787
4790 Control Center Orange Doors: 2786 4791 Control Center Orange Doors: 2786
diff --git a/data/maps/control_center/doors.txtpb b/data/maps/control_center/doors.txtpb index bec8714..c64274a 100644 --- a/data/maps/control_center/doors.txtpb +++ b/data/maps/control_center/doors.txtpb
@@ -114,7 +114,7 @@ doors {
114} 114}
115doors { 115doors {
116 name: "Perceptive From Inside" 116 name: "Perceptive From Inside"
117 type: LOCATION_ONLY 117 type: STANDARD
118 panels { room: "Perceptive Entrance" name: "PART" } 118 panels { room: "Perceptive Entrance" name: "PART" }
119 location_room: "Perceptive Entrance" 119 location_room: "Perceptive Entrance"
120} 120}