diff options
Diffstat (limited to 'data/maps/the_impressive/doors.txtpb')
-rw-r--r-- | data/maps/the_impressive/doors.txtpb | 37 |
1 files changed, 37 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..e27d531 --- /dev/null +++ b/data/maps/the_impressive/doors.txtpb | |||
@@ -0,0 +1,37 @@ | |||
1 | doors { | ||
2 | name: "Front Door" | ||
3 | type: STANDARD | ||
4 | receivers: "Components/Doors/entry_1" | ||
5 | panels { room: "Lobby" name: "RIGHT" } | ||
6 | location_room: "Lobby" | ||
7 | } | ||
8 | doors { | ||
9 | name: "Side Door" | ||
10 | type: ITEM_ONLY | ||
11 | receivers: "Components/Doors/entry_3" | ||
12 | panels { room: "Lobby" name: "RIGHT" answer: "wrong" } | ||
13 | } | ||
14 | doors { | ||
15 | name: "Big W" | ||
16 | type: EVENT | ||
17 | panels { room: "WM Room" name: "LEFT" } | ||
18 | panels { room: "WM Room" name: "RIGHT" answer: "right" } | ||
19 | } | ||
20 | doors { | ||
21 | name: "Big M" | ||
22 | type: EVENT | ||
23 | panels { room: "WM Room" name: "LEFT" } | ||
24 | panels { room: "WM Room" name: "RIGHT" answer: "left" } | ||
25 | } | ||
26 | doors { | ||
27 | name: "M2 Divider" | ||
28 | type: EVENT | ||
29 | panels { room: "Green Eye" name: "RETURN" } | ||
30 | panels { room: "Green Eye" name: "LEFT" } | ||
31 | } | ||
32 | doors { | ||
33 | name: "Control Center Green Door" | ||
34 | type: CONTROL_CENTER_COLOR | ||
35 | receivers: "Components/Doors/entry_2" | ||
36 | control_center_color: "green" | ||
37 | } | ||