about summary refs log tree commit diff stats
path: root/data/maps/the_parthenon/doors.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_parthenon/doors.txtpb')
-rw-r--r--data/maps/the_parthenon/doors.txtpb16
1 files changed, 15 insertions, 1 deletions
diff --git a/data/maps/the_parthenon/doors.txtpb b/data/maps/the_parthenon/doors.txtpb index 5187aea..05d2e63 100644 --- a/data/maps/the_parthenon/doors.txtpb +++ b/data/maps/the_parthenon/doors.txtpb
@@ -13,7 +13,12 @@ doors {
13doors { 13doors {
14 name: "Lavender Cubes" 14 name: "Lavender Cubes"
15 type: EVENT 15 type: EVENT
16 switches: "lavender_cubes" 16 receivers: "Components/Doors/entry_3"
17 panels {
18 map: "the_ancient"
19 room: "Inside"
20 name: "COLOR"
21 }
17} 22}
18doors { 23doors {
19 name: "K2 Door" 24 name: "K2 Door"
@@ -38,3 +43,12 @@ doors {
38 panels { room: "Main Area" name: "ALEXANDER" answer: "alexander" } 43 panels { room: "Main Area" name: "ALEXANDER" answer: "alexander" }
39 panels { room: "Main Area" name: "CAESAR" answer: "caesar" } 44 panels { room: "Main Area" name: "CAESAR" answer: "caesar" }
40} 45}
46doors {
47 name: "Lavender Area Puzzles"
48 type: LOCATION_ONLY
49 panels { room: "Lavender Area" name: "ME" }
50 panels { room: "Lavender Area" name: "SHEEP" }
51 panels { room: "Lavender Area" name: "WOOD" }
52 location_room: "Lavender Area"
53 location_name: "ME, SHEEP, WOOD"
54}