summary refs log tree commit diff stats
path: root/data/maps/the_lively
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_lively')
-rw-r--r--data/maps/the_lively/connections.txtpb5
-rw-r--r--data/maps/the_lively/doors.txtpb12
-rw-r--r--data/maps/the_lively/rooms/L2 Room.txtpb7
-rw-r--r--data/maps/the_lively/rooms/Puzzle Room.txtpb62
4 files changed, 86 insertions, 0 deletions
diff --git a/data/maps/the_lively/connections.txtpb b/data/maps/the_lively/connections.txtpb new file mode 100644 index 0000000..f8cb49c --- /dev/null +++ b/data/maps/the_lively/connections.txtpb
@@ -0,0 +1,5 @@
1connections {
2 from_room: "Puzzle Room"
3 to_room: "L2 Room"
4 door { name: "Door" }
5}
diff --git a/data/maps/the_lively/doors.txtpb b/data/maps/the_lively/doors.txtpb new file mode 100644 index 0000000..71957db --- /dev/null +++ b/data/maps/the_lively/doors.txtpb
@@ -0,0 +1,12 @@
1doors {
2 name: "Door"
3 type: EVENT
4 panels { room: "Puzzle Room" name: "LIONESS" }
5 panels { room: "Puzzle Room" name: "QUEEN" }
6 panels { room: "Puzzle Room" name: "SOPRANO" }
7 panels { room: "Puzzle Room" name: "AUNT" }
8 panels { room: "Puzzle Room" name: "SON" }
9 panels { room: "Puzzle Room" name: "BASS" }
10 panels { room: "Puzzle Room" name: "FATHER" }
11 panels { room: "Puzzle Room" name: "ROOSTER" }
12}
diff --git a/data/maps/the_lively/rooms/L2 Room.txtpb b/data/maps/the_lively/rooms/L2 Room.txtpb new file mode 100644 index 0000000..094ab10 --- /dev/null +++ b/data/maps/the_lively/rooms/L2 Room.txtpb
@@ -0,0 +1,7 @@
1name: "L2 Room"
2display_name: "Lively"
3letters {
4 key: "l"
5 level2: true
6 path: "Components/Collectables/collectable"
7}
diff --git a/data/maps/the_lively/rooms/Puzzle Room.txtpb b/data/maps/the_lively/rooms/Puzzle Room.txtpb new file mode 100644 index 0000000..4dbc836 --- /dev/null +++ b/data/maps/the_lively/rooms/Puzzle Room.txtpb
@@ -0,0 +1,62 @@
1name: "Puzzle Room"
2display_name: "Lively"
3panels {
4 name: "LIONESS"
5 path: "Panels/entry_1"
6 clue: "lioness"
7 answer: "lion"
8 symbols: "gender"
9}
10panels {
11 name: "QUEEN"
12 path: "Panels/entry_2"
13 clue: "queen"
14 answer: "king"
15 symbols: "gender"
16}
17panels {
18 name: "SOPRANO"
19 path: "Panels/entry_3"
20 clue: "soprano"
21 answer: "tenor"
22 symbols: "gender"
23}
24panels {
25 name: "AUNT"
26 path: "Panels/entry_4"
27 clue: "aunt"
28 answer: "uncle"
29 symbols: "gender"
30}
31panels {
32 name: "SON"
33 path: "Panels/entry_5"
34 clue: "son"
35 answer: "daughter"
36 symbols: "gender"
37}
38panels {
39 name: "BASS"
40 path: "Panels/entry_6"
41 clue: "bass"
42 answer: "alto"
43 symbols: "gender"
44}
45panels {
46 name: "FATHER"
47 path: "Panels/entry_7"
48 clue: "father"
49 answer: "mother"
50 symbols: "gender"
51}
52panels {
53 name: "ROOSTER"
54 path: "Panels/entry_8"
55 clue: "rooster"
56 answer: "hen"
57 symbols: "gender"
58}
59ports {
60 name: "BETWEEN"
61 path: "Components/Warps/worldport"
62}