summary refs log tree commit diff stats
path: root/data/maps/the_impressive/doors.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-14 17:16:44 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-14 17:16:44 -0400
commite45e8e912badb91699c60c685983ec809d49017c (patch)
treec2d2d5c8c0e541eeffc9ef422b6b9eb9b3380993 /data/maps/the_impressive/doors.txtpb
parent896c9d7ab0e1ae7491e5ba6875e82d7e6fa841ca (diff)
downloadlingo2-archipelago-e45e8e912badb91699c60c685983ec809d49017c.tar.gz
lingo2-archipelago-e45e8e912badb91699c60c685983ec809d49017c.tar.bz2
lingo2-archipelago-e45e8e912badb91699c60c685983ec809d49017c.zip
Added the_impressive
Diffstat (limited to 'data/maps/the_impressive/doors.txtpb')
-rw-r--r--data/maps/the_impressive/doors.txtpb37
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 @@
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: "Control Center Green Door"
34 type: CONTROL_CENTER_COLOR
35 receivers: "Components/Doors/entry_2"
36 control_center_color: "green"
37}