summary refs log tree commit diff stats
path: root/data/maps/the_liberated
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_liberated')
-rw-r--r--data/maps/the_liberated/connections.txtpb5
-rw-r--r--data/maps/the_liberated/doors.txtpb14
-rw-r--r--data/maps/the_liberated/rooms/Painting Room.txtpb7
-rw-r--r--data/maps/the_liberated/rooms/Puzzle Room.txtpb63
4 files changed, 89 insertions, 0 deletions
diff --git a/data/maps/the_liberated/connections.txtpb b/data/maps/the_liberated/connections.txtpb new file mode 100644 index 0000000..71196ab --- /dev/null +++ b/data/maps/the_liberated/connections.txtpb
@@ -0,0 +1,5 @@
1connections {
2 from_room: "Puzzle Room"
3 to_room: "Painting Room"
4 door { name: "Door" }
5}
diff --git a/data/maps/the_liberated/doors.txtpb b/data/maps/the_liberated/doors.txtpb new file mode 100644 index 0000000..becddf9 --- /dev/null +++ b/data/maps/the_liberated/doors.txtpb
@@ -0,0 +1,14 @@
1doors {
2 name: "Door"
3 type: STANDARD
4 receivers: "Components/Doors/entry_1"
5 panels { room: "Puzzle Room" name: "CORPSE" }
6 panels { room: "Puzzle Room" name: "PERSON" }
7 panels { room: "Puzzle Room" name: "MOOSE" }
8 panels { room: "Puzzle Room" name: "FUNGUS" }
9 panels { room: "Puzzle Room" name: "SAND" }
10 panels { room: "Puzzle Room" name: "CASTLE" }
11 panels { room: "Puzzle Room" name: "WOLF" }
12 panels { room: "Puzzle Room" name: "FOOT" }
13 location_room: "Puzzle Room"
14}
diff --git a/data/maps/the_liberated/rooms/Painting Room.txtpb b/data/maps/the_liberated/rooms/Painting Room.txtpb new file mode 100644 index 0000000..025281a --- /dev/null +++ b/data/maps/the_liberated/rooms/Painting Room.txtpb
@@ -0,0 +1,7 @@
1name: "Painting Room"
2display_name: "Liberated"
3paintings {
4 name: "PYRAMID"
5 path: "Components/triangle"
6 orientation: "north"
7}
diff --git a/data/maps/the_liberated/rooms/Puzzle Room.txtpb b/data/maps/the_liberated/rooms/Puzzle Room.txtpb new file mode 100644 index 0000000..c83c5d8 --- /dev/null +++ b/data/maps/the_liberated/rooms/Puzzle Room.txtpb
@@ -0,0 +1,63 @@
1name: "Puzzle Room"
2display_name: "Liberated"
3panels {
4 name: "CORPSE"
5 path: "Panels/entry_1"
6 clue: "corpse"
7 answer: "corpses"
8 symbols: "planet"
9}
10panels {
11 name: "PERSON"
12 path: "Panels/entry_2"
13 clue: "person"
14 answer: "people"
15 symbols: "planet"
16}
17panels {
18 name: "MOOSE"
19 path: "Panels/entry_3"
20 clue: "moose"
21 answer: "moose"
22 symbols: "planet"
23}
24panels {
25 name: "FUNGUS"
26 path: "Panels/entry_4"
27 clue: "fungus"
28 answer: "fungi"
29 symbols: "planet"
30}
31panels {
32 name: "SAND"
33 path: "Panels/entry_5"
34 clue: "sand"
35 answer: "sands"
36 symbols: "planet"
37}
38panels {
39 name: "CASTLE"
40 path: "Panels/entry_6"
41 clue: "castle"
42 answer: "castles"
43 symbols: "planet"
44}
45panels {
46 name: "WOLF"
47 path: "Panels/entry_7"
48 clue: "wolf"
49 answer: "wolves"
50 symbols: "planet"
51}
52panels {
53 name: "FOOT"
54 path: "Panels/entry_8"
55 clue: "foot"
56 answer: "feet"
57 symbols: "planet"
58}
59ports {
60 name: "ENTRY"
61 path: "Components/Warps/worldport"
62 orientation: "south"
63}