about 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.txtpb15
-rw-r--r--data/maps/the_liberated/metadata.txtpb5
-rw-r--r--data/maps/the_liberated/rooms/Painting Room.txtpb6
-rw-r--r--data/maps/the_liberated/rooms/Puzzle Room.txtpb64
5 files changed, 95 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..a7d3c24 --- /dev/null +++ b/data/maps/the_liberated/doors.txtpb
@@ -0,0 +1,15 @@
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 location_name: "Puzzles"
15}
diff --git a/data/maps/the_liberated/metadata.txtpb b/data/maps/the_liberated/metadata.txtpb new file mode 100644 index 0000000..b9b4321 --- /dev/null +++ b/data/maps/the_liberated/metadata.txtpb
@@ -0,0 +1,5 @@
1display_name: "The Liberated"
2worldport_entrance {
3 room: "Puzzle Room"
4 name: "ENTRY"
5}
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..f22929c --- /dev/null +++ b/data/maps/the_liberated/rooms/Painting Room.txtpb
@@ -0,0 +1,6 @@
1name: "Painting Room"
2paintings {
3 name: "PYRAMID"
4 path: "Components/triangle"
5 orientation: "north"
6}
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..2103bfa --- /dev/null +++ b/data/maps/the_liberated/rooms/Puzzle Room.txtpb
@@ -0,0 +1,64 @@
1name: "Puzzle Room"
2panels {
3 name: "CORPSE"
4 path: "Panels/entry_1"
5 clue: "corpse"
6 answer: "corpses"
7 symbols: PLANET
8}
9panels {
10 name: "PERSON"
11 path: "Panels/entry_2"
12 clue: "person"
13 answer: "people"
14 symbols: PLANET
15}
16panels {
17 name: "MOOSE"
18 path: "Panels/entry_3"
19 clue: "moose"
20 answer: "moose"
21 symbols: PLANET
22}
23panels {
24 name: "FUNGUS"
25 path: "Panels/entry_4"
26 clue: "fungus"
27 answer: "fungi"
28 symbols: PLANET
29}
30panels {
31 name: "SAND"
32 path: "Panels/entry_5"
33 clue: "sand"
34 answer: "sands"
35 symbols: PLANET
36}
37panels {
38 name: "CASTLE"
39 path: "Panels/entry_6"
40 clue: "castle"
41 answer: "castles"
42 symbols: PLANET
43}
44panels {
45 name: "WOLF"
46 path: "Panels/entry_7"
47 clue: "wolf"
48 answer: "wolves"
49 symbols: PLANET
50}
51panels {
52 name: "FOOT"
53 path: "Panels/entry_8"
54 clue: "foot"
55 answer: "feet"
56 symbols: PLANET
57}
58ports {
59 name: "ENTRY"
60 display_name: "Entrance"
61 path: "Components/Warps/worldport"
62 destination { x: 0 y: 0 z: 7.5 }
63 rotation: 0
64}