From 7f4eddaa7faf72b3eeee5c15eeaaeede7e1257c4 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 17 Aug 2025 12:30:45 -0400 Subject: Added the_parthenon --- data/maps/the_parthenon/doors.txtpb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data/maps/the_parthenon/doors.txtpb (limited to 'data/maps/the_parthenon/doors.txtpb') diff --git a/data/maps/the_parthenon/doors.txtpb b/data/maps/the_parthenon/doors.txtpb new file mode 100644 index 0000000..82a2748 --- /dev/null +++ b/data/maps/the_parthenon/doors.txtpb @@ -0,0 +1,32 @@ +doors { + name: "Double Letters" + type: EVENT + switches: "double_letters" +} +doors { + name: "Lavender Cubes" + type: EVENT + switches: "lavender_cubes" +} +doors { + name: "K2 Door" + type: STANDARD + receivers: "Components/Doors/entry_2" + panels { room: "Main Area" name: "XERXES" answer: "persia" } + panels { room: "Main Area" name: "ARTHUR" answer: "england" } + panels { room: "Main Area" name: "CLEOPATRA" answer: "egypt" } + panels { room: "Main Area" name: "NAPOLEON" answer: "france" } + panels { room: "Main Area" name: "ALEXANDER" answer: "greece" } + panels { room: "Main Area" name: "CAESAR" answer: "rome" } + location_room: "Main Area" +} +doors { + name: "Ending Door" + type: EVENT + panels { room: "Main Area" name: "XERXES" answer: "xerxes" } + panels { room: "Main Area" name: "ARTHUR" answer: "arthur" } + panels { room: "Main Area" name: "CLEOPATRA" answer: "cleopatra" } + panels { room: "Main Area" name: "NAPOLEON" answer: "napoleon" } + panels { room: "Main Area" name: "ALEXANDER" answer: "alexander" } + panels { room: "Main Area" name: "CAESAR" answer: "caesar" } +} -- cgit 1.4.1