summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/connections.txtpb18
-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
5 files changed, 107 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index 7f153d5..fc67cd8 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb
@@ -6,6 +6,7 @@
6# the_entry/Eye Room/LIONIZED 6# the_entry/Eye Room/LIONIZED
7# the_entry/Parthenon Return/PARTHENON 7# the_entry/Parthenon Return/PARTHENON
8# the_entry/Link Area/PYRAMID 8# the_entry/Link Area/PYRAMID
9# the_entry/Link Area/BROWN
9# four_rooms/Time Room/OWL 10# four_rooms/Time Room/OWL
10# four_rooms/Examples Room/DAEDALUS 11# four_rooms/Examples Room/DAEDALUS
11# control center -> the_ancient 12# control center -> the_ancient
@@ -35,6 +36,7 @@
35# the_hive/Main Area/DAED2 36# the_hive/Main Area/DAED2
36# the_hive/Main Area/DAED3 37# the_hive/Main Area/DAED3
37# the_impressive/Green Eye/PLAZA 38# the_impressive/Green Eye/PLAZA
39# the_liberated/Painting Room/PYRAMID
38connections { 40connections {
39 from { 41 from {
40 panel { 42 panel {
@@ -666,3 +668,19 @@ connections {
666 } 668 }
667 } 669 }
668} 670}
671connections {
672 from {
673 port {
674 map: "the_entry"
675 room: "Link Area"
676 name: "BLUE"
677 }
678 }
679 to {
680 port {
681 map: "the_liberated"
682 room: "Puzzle Room"
683 name: "ENTRY"
684 }
685 }
686}
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}