From e45e8e912badb91699c60c685983ec809d49017c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 14 Aug 2025 17:16:44 -0400 Subject: Added the_impressive --- data/maps/the_impressive/doors.txtpb | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 data/maps/the_impressive/doors.txtpb (limited to 'data/maps/the_impressive/doors.txtpb') 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 @@ +doors { + name: "Front Door" + type: STANDARD + receivers: "Components/Doors/entry_1" + panels { room: "Lobby" name: "RIGHT" } + location_room: "Lobby" +} +doors { + name: "Side Door" + type: ITEM_ONLY + receivers: "Components/Doors/entry_3" + panels { room: "Lobby" name: "RIGHT" answer: "wrong" } +} +doors { + name: "Big W" + type: EVENT + panels { room: "WM Room" name: "LEFT" } + panels { room: "WM Room" name: "RIGHT" answer: "right" } +} +doors { + name: "Big M" + type: EVENT + panels { room: "WM Room" name: "LEFT" } + panels { room: "WM Room" name: "RIGHT" answer: "left" } +} +doors { + name: "M2 Divider" + type: EVENT + panels { room: "Green Eye" name: "RETURN" } + panels { room: "Green Eye" name: "LEFT" } +} +doors { + name: "Control Center Green Door" + type: CONTROL_CENTER_COLOR + receivers: "Components/Doors/entry_2" + control_center_color: "green" +} -- cgit 1.4.1