about summary refs log tree commit diff stats
path: root/data/maps/the_unkempt/doors.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_unkempt/doors.txtpb')
-rw-r--r--data/maps/the_unkempt/doors.txtpb27
1 files changed, 25 insertions, 2 deletions
diff --git a/data/maps/the_unkempt/doors.txtpb b/data/maps/the_unkempt/doors.txtpb index 906a900..f758369 100644 --- a/data/maps/the_unkempt/doors.txtpb +++ b/data/maps/the_unkempt/doors.txtpb
@@ -1,5 +1,5 @@
1doors { 1doors {
2 name: "Right Door" 2 name: "East Door"
3 type: STANDARD 3 type: STANDARD
4 receivers: "Components/Doors/entry_2" 4 receivers: "Components/Doors/entry_2"
5 panels { room: "Main Area" name: "EYE" } 5 panels { room: "Main Area" name: "EYE" }
@@ -21,7 +21,8 @@ doors {
21doors { 21doors {
22 name: "Cyan Doors" 22 name: "Cyan Doors"
23 type: EVENT 23 type: EVENT
24 switches: "double_letters" 24 receivers: "Components/Doors/entry_12"
25 double_letters: true
25} 26}
26doors { 27doors {
27 name: "Sun Temple Entrance" 28 name: "Sun Temple Entrance"
@@ -47,6 +48,8 @@ doors {
47doors { 48doors {
48 name: "I Entered" 49 name: "I Entered"
49 type: EVENT 50 type: EVENT
51 latch: true
52 receivers: "Components/Doors/entry_4"
50 keyholders { room: "Main Area" name: "I" key: "i" } 53 keyholders { room: "Main Area" name: "I" key: "i" }
51} 54}
52doors { 55doors {
@@ -65,8 +68,11 @@ doors {
65doors { 68doors {
66 name: "Control Center Orange Door" 69 name: "Control Center Orange Door"
67 type: CONTROL_CENTER_COLOR 70 type: CONTROL_CENTER_COLOR
71 latch: true
68 receivers: "Components/Doors/entry_6" 72 receivers: "Components/Doors/entry_6"
73 receivers: "Components/Doors/entry_13"
69 control_center_color: "orange" 74 control_center_color: "orange"
75 double_letters: true
70} 76}
71doors { 77doors {
72 name: "W2 Door" 78 name: "W2 Door"
@@ -178,3 +184,20 @@ doors {
178 panels { room: "Right Area" name: "TOUGH" } 184 panels { room: "Right Area" name: "TOUGH" }
179 location_room: "Right Area" 185 location_room: "Right Area"
180} 186}
187doors {
188 name: "Near Teal Door Panels"
189 type: LOCATION_ONLY
190 panels { room: "Main Area" name: "I" }
191 panels { room: "Main Area" name: "SPY" }
192 panels { room: "Main Area" name: "HEFT" }
193 panels { room: "Main Area" name: "THEFT" }
194 location_room: "Main Area"
195 location_name: "HEFT, I, SPY, THEFT"
196}
197doors {
198 name: "Control Center Orange Panel"
199 type: LOCATION_ONLY
200 panels { room: "Right Area" name: "COLOR" }
201 location_room: "Right Area"
202 location_name: "COLOR"
203}