diff options
-rw-r--r-- | data/connections.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_quiet/connections.txtpb | 10 | ||||
-rw-r--r-- | data/maps/the_quiet/doors.txtpb | 33 | ||||
-rw-r--r-- | data/maps/the_quiet/rooms/Keyholder Room.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_quiet/rooms/Main Area.txtpb | 103 | ||||
-rw-r--r-- | data/maps/the_quiet/rooms/Q Room.txtpb | 6 |
6 files changed, 159 insertions, 0 deletions
diff --git a/data/connections.txtpb b/data/connections.txtpb index e5014f7..5b07752 100644 --- a/data/connections.txtpb +++ b/data/connections.txtpb | |||
@@ -54,6 +54,7 @@ | |||
54 | # the_plaza/Repetitive Entrance/REPETITIVE | 54 | # the_plaza/Repetitive Entrance/REPETITIVE |
55 | # the_plaza/Symbolic Entrance/SYMBOLIC | 55 | # the_plaza/Symbolic Entrance/SYMBOLIC |
56 | # the_plaza/Sirenic Entrance/SIRENIC | 56 | # the_plaza/Sirenic Entrance/SIRENIC |
57 | # the_quiet/Main Area/DAEDALUS | ||
57 | connections { | 58 | connections { |
58 | from { | 59 | from { |
59 | port { | 60 | port { |
diff --git a/data/maps/the_quiet/connections.txtpb b/data/maps/the_quiet/connections.txtpb new file mode 100644 index 0000000..149bb2a --- /dev/null +++ b/data/maps/the_quiet/connections.txtpb | |||
@@ -0,0 +1,10 @@ | |||
1 | connections { | ||
2 | from_room: "Main Area" | ||
3 | to_room: "Q Room" | ||
4 | door { name: "Q Door" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Main Area" | ||
8 | to_room: "Keyholder Room" | ||
9 | door { name: "Side Door" } | ||
10 | } | ||
diff --git a/data/maps/the_quiet/doors.txtpb b/data/maps/the_quiet/doors.txtpb new file mode 100644 index 0000000..9873350 --- /dev/null +++ b/data/maps/the_quiet/doors.txtpb | |||
@@ -0,0 +1,33 @@ | |||
1 | doors { | ||
2 | name: "Q Door" | ||
3 | type: EVENT | ||
4 | panels { room: "Main Area" name: "SOLID" } | ||
5 | panels { room: "Main Area" name: "RODENT" } | ||
6 | panels { room: "Main Area" name: "COIN" } | ||
7 | panels { room: "Main Area" name: "RULE" } | ||
8 | panels { room: "Main Area" name: "PORCUPINE" } | ||
9 | panels { room: "Main Area" name: "DISAGREE" } | ||
10 | panels { room: "Main Area" name: "DEMAND" } | ||
11 | panels { room: "Main Area" name: "FLOWER" } | ||
12 | panels { room: "Main Area" name: "BEE" } | ||
13 | panels { room: "Main Area" name: "DUO" } | ||
14 | panels { room: "Main Area" name: "LINGO 2" } | ||
15 | panels { room: "Main Area" name: "CRUSH" } | ||
16 | } | ||
17 | doors { | ||
18 | name: "Side Door" | ||
19 | type: LOCATION_ONLY | ||
20 | panels { room: "Main Area" name: "SOLID" answer: "liquid" } | ||
21 | panels { room: "Main Area" name: "RODENT" answer: "squirrel" } | ||
22 | panels { room: "Main Area" name: "COIN" answer: "quarter" } | ||
23 | panels { room: "Main Area" name: "RULE" answer: "queen" } | ||
24 | panels { room: "Main Area" name: "PORCUPINE" answer: "quill" } | ||
25 | panels { room: "Main Area" name: "DISAGREE" answer: "quarrel" } | ||
26 | panels { room: "Main Area" name: "DEMAND" answer: "request" } | ||
27 | panels { room: "Main Area" name: "FLOWER" answer: "bouquet" } | ||
28 | panels { room: "Main Area" name: "BEE" answer: "mosquito" } | ||
29 | panels { room: "Main Area" name: "DUO" answer: "quartet" } | ||
30 | panels { room: "Main Area" name: "LINGO 2" answer: "sequel" } | ||
31 | panels { room: "Main Area" name: "CRUSH" answer: "squash" } | ||
32 | location_room: "Main Area" | ||
33 | } | ||
diff --git a/data/maps/the_quiet/rooms/Keyholder Room.txtpb b/data/maps/the_quiet/rooms/Keyholder Room.txtpb new file mode 100644 index 0000000..e2322a8 --- /dev/null +++ b/data/maps/the_quiet/rooms/Keyholder Room.txtpb | |||
@@ -0,0 +1,6 @@ | |||
1 | name: "Keyholder Room" | ||
2 | display_name: "Quiet" | ||
3 | keyholders { | ||
4 | name: "Q" | ||
5 | path: "Components/KeyHolders/keyHolderQ" | ||
6 | } | ||
diff --git a/data/maps/the_quiet/rooms/Main Area.txtpb b/data/maps/the_quiet/rooms/Main Area.txtpb new file mode 100644 index 0000000..a7de4d2 --- /dev/null +++ b/data/maps/the_quiet/rooms/Main Area.txtpb | |||
@@ -0,0 +1,103 @@ | |||
1 | name: "Main Area" | ||
2 | display_name: "Quiet" | ||
3 | panels { | ||
4 | name: "SOLID" | ||
5 | path: "Panels/Main/panel_1" | ||
6 | clue: "solid" | ||
7 | answer: "gas" | ||
8 | symbols: "cross" | ||
9 | proxies { answer: "liquid" path: "Panels/Q/panel_1" } | ||
10 | } | ||
11 | panels { | ||
12 | name: "RODENT" | ||
13 | path: "Panels/Main/panel_2" | ||
14 | clue: "rodent" | ||
15 | answer: "rat" | ||
16 | symbols: "example" | ||
17 | proxies { answer: "squirrel" path: "Panels/Q/panel_2" } | ||
18 | } | ||
19 | panels { | ||
20 | name: "COIN" | ||
21 | path: "Panels/Main/panel_3" | ||
22 | clue: "coin" | ||
23 | answer: "dime" | ||
24 | symbols: "example" | ||
25 | proxies { answer: "quarter" path: "Panels/Q/panel_3" } | ||
26 | } | ||
27 | panels { | ||
28 | name: "RULE" | ||
29 | path: "Panels/Main/panel_4" | ||
30 | clue: "rule" | ||
31 | answer: "king" | ||
32 | symbols: "job" | ||
33 | proxies { answer: "queen" path: "Panels/Q/panel_4" } | ||
34 | } | ||
35 | panels { | ||
36 | name: "PORCUPINE" | ||
37 | path: "Panels/Main/panel_5" | ||
38 | clue: "porcupine" | ||
39 | answer: "spine" | ||
40 | symbols: "boxes" | ||
41 | proxies { answer: "quill" path: "Panels/Q/panel_5" } | ||
42 | } | ||
43 | panels { | ||
44 | name: "DISAGREE" | ||
45 | path: "Panels/Main/panel_6" | ||
46 | clue: "disagree" | ||
47 | answer: "argue" | ||
48 | symbols: "pyramid" | ||
49 | proxies { answer: "quarrel" path: "Panels/Q/panel_6" } | ||
50 | } | ||
51 | panels { | ||
52 | name: "DEMAND" | ||
53 | path: "Panels/Main/panel_7" | ||
54 | clue: "demand" | ||
55 | answer: "ask" | ||
56 | symbols: "pyramid" | ||
57 | proxies { answer: "request" path: "Panels/Q/panel_7" } | ||
58 | } | ||
59 | panels { | ||
60 | name: "FLOWER" | ||
61 | path: "Panels/Main/panel_8" | ||
62 | clue: "flower" | ||
63 | answer: "flowers" | ||
64 | symbols: "planet" | ||
65 | proxies { answer: "bouquet" path: "Panels/Q/panel_8" } | ||
66 | } | ||
67 | panels { | ||
68 | name: "BEE" | ||
69 | path: "Panels/Main/panel_9" | ||
70 | clue: "bee" | ||
71 | answer: "fly" | ||
72 | symbols: "example" | ||
73 | proxies { answer: "mosquito" path: "Panels/Q/panel_9" } | ||
74 | } | ||
75 | panels { | ||
76 | name: "DUO" | ||
77 | path: "Panels/Main/panel_10" | ||
78 | clue: "duo" | ||
79 | answer: "trio" | ||
80 | symbols: "boxes" | ||
81 | proxies { answer: "quartet" path: "Panels/Q/panel_10" } | ||
82 | } | ||
83 | panels { | ||
84 | name: "LINGO 2" | ||
85 | path: "Panels/Main/panel_11" | ||
86 | clue: "lingo 2" | ||
87 | answer: "game" | ||
88 | symbols: "example" | ||
89 | proxies { answer: "sequel" path: "Panels/Q/panel_11" } | ||
90 | } | ||
91 | panels { | ||
92 | name: "CRUSH" | ||
93 | path: "Panels/Main/panel_12" | ||
94 | clue: "crush" | ||
95 | answer: "mash" | ||
96 | symbols: "sun" | ||
97 | proxies { answer: "squash" path: "Panels/Q/panel_12" } | ||
98 | } | ||
99 | ports { | ||
100 | name: "DAEDALUS" | ||
101 | path: "Components/Warps/worldport" | ||
102 | orientation: "east" | ||
103 | } | ||
diff --git a/data/maps/the_quiet/rooms/Q Room.txtpb b/data/maps/the_quiet/rooms/Q Room.txtpb new file mode 100644 index 0000000..224e71b --- /dev/null +++ b/data/maps/the_quiet/rooms/Q Room.txtpb | |||
@@ -0,0 +1,6 @@ | |||
1 | name: "Q Room" | ||
2 | display_name: "Quiet" | ||
3 | letters { | ||
4 | key: "q" | ||
5 | path: "Components/Collectables/q" | ||
6 | } | ||