about summary refs log tree commit diff stats
path: root/data/maps/the_impressive/doors.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_impressive/doors.txtpb')
-rw-r--r--data/maps/the_impressive/doors.txtpb54
1 files changed, 54 insertions, 0 deletions
diff --git a/data/maps/the_impressive/doors.txtpb b/data/maps/the_impressive/doors.txtpb new file mode 100644 index 0000000..9ab6845 --- /dev/null +++ b/data/maps/the_impressive/doors.txtpb
@@ -0,0 +1,54 @@
1doors {
2 name: "Front Door"
3 type: STANDARD
4 receivers: "Components/Doors/entry_1"
5 panels { room: "Lobby" name: "RIGHT" }
6 location_room: "Lobby"
7}
8doors {
9 name: "Side Door"
10 type: ITEM_ONLY
11 receivers: "Components/Doors/entry_3"
12 panels { room: "Lobby" name: "RIGHT" answer: "wrong" }
13}
14doors {
15 name: "Big W"
16 type: EVENT
17 panels { room: "WM Room" name: "LEFT" }
18 panels { room: "WM Room" name: "RIGHT" answer: "right" }
19}
20doors {
21 name: "Big M"
22 type: EVENT
23 panels { room: "WM Room" name: "LEFT" }
24 panels { room: "WM Room" name: "RIGHT" answer: "left" }
25}
26doors {
27 name: "M2 Divider"
28 type: EVENT
29 panels { room: "Green Eye" name: "RETURN" }
30 panels { room: "Green Eye" name: "LEFT" }
31}
32doors {
33 name: "Green Eye Panels"
34 type: LOCATION_ONLY
35 panels { room: "Green Eye" name: "RETURN" }
36 panels { room: "Green Eye" name: "TO" }
37 panels { room: "Green Eye" name: "LEFT" }
38 location_room: "Green Eye"
39 location_name: "RETURN, TO, LEFT"
40}
41doors {
42 name: "Control Center Green Door"
43 type: CONTROL_CENTER_COLOR
44 latch: true
45 receivers: "Components/Doors/entry_2"
46 control_center_color: "green"
47}
48doors {
49 name: "Control Center Green Panel"
50 type: LOCATION_ONLY
51 panels { room: "Side Area" name: "COLOR" }
52 location_room: "Side Area"
53 location_name: "COLOR"
54}