diff options
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/the_shop/doors.txtpb | 37 | ||||
-rw-r--r-- | data/maps/the_shop/rooms/Main Area.txtpb | 164 |
2 files changed, 201 insertions, 0 deletions
diff --git a/data/maps/the_shop/doors.txtpb b/data/maps/the_shop/doors.txtpb new file mode 100644 index 0000000..5362614 --- /dev/null +++ b/data/maps/the_shop/doors.txtpb | |||
@@ -0,0 +1,37 @@ | |||
1 | doors { | ||
2 | name: "Books Puzzles" | ||
3 | type: LOCATION_ONLY | ||
4 | panels { room: "Main Area" name: "DUCKS" } | ||
5 | panels { room: "Main Area" name: "BREAK" } | ||
6 | panels { room: "Main Area" name: "LIGHTNING" } | ||
7 | panels { room: "Main Area" name: "BRAIN" } | ||
8 | panels { room: "Main Area" name: "STONE" } | ||
9 | panels { room: "Main Area" name: "MUTANT" } | ||
10 | panels { room: "Main Area" name: "DAY" } | ||
11 | panels { room: "Main Area" name: "CARNIVAL" } | ||
12 | panels { room: "Main Area" name: "LARKS" } | ||
13 | panels { room: "Main Area" name: "COBRAS" } | ||
14 | panels { room: "Main Area" name: "STIM" } | ||
15 | panels { room: "Main Area" name: "ALIVE" } | ||
16 | location_room: "Main Area" | ||
17 | } | ||
18 | doors { | ||
19 | name: "Games Puzzles" | ||
20 | type: LOCATION_ONLY | ||
21 | panels { room: "Main Area" name: "BALD" } | ||
22 | panels { room: "Main Area" name: "FENCE" } | ||
23 | panels { room: "Main Area" name: "LIFE" } | ||
24 | panels { room: "Main Area" name: "POOL" } | ||
25 | panels { room: "Main Area" name: "CARDS" } | ||
26 | panels { room: "Main Area" name: "CIRCUS" } | ||
27 | panels { room: "Main Area" name: "DRESS" } | ||
28 | panels { room: "Main Area" name: "BLOCK" } | ||
29 | panels { room: "Main Area" name: "STAB" } | ||
30 | panels { room: "Main Area" name: "TADPOLES" } | ||
31 | location_room: "Main Area" | ||
32 | } | ||
33 | doors { | ||
34 | name: "N Entered" | ||
35 | type: EVENT | ||
36 | keyholders { room: "Main Area" name: "N" key: "n" } | ||
37 | } | ||
diff --git a/data/maps/the_shop/rooms/Main Area.txtpb b/data/maps/the_shop/rooms/Main Area.txtpb new file mode 100644 index 0000000..e25ca39 --- /dev/null +++ b/data/maps/the_shop/rooms/Main Area.txtpb | |||
@@ -0,0 +1,164 @@ | |||
1 | name: "Main Area" | ||
2 | display_name: "Shop" | ||
3 | panels { | ||
4 | name: "DUCKS" | ||
5 | path: "Panels/Books/panel_1" | ||
6 | clue: "ducks" | ||
7 | answer: "bills" | ||
8 | symbols: "boxes" | ||
9 | } | ||
10 | panels { | ||
11 | name: "BREAK" | ||
12 | path: "Panels/Books/panel_2" | ||
13 | clue: "break" | ||
14 | answer: "brake" | ||
15 | symbols: "zero" | ||
16 | } | ||
17 | panels { | ||
18 | name: "LIGHTNING" | ||
19 | path: "Panels/Books/panel_3" | ||
20 | clue: "lightning" | ||
21 | answer: "thunder" | ||
22 | symbols: "age" | ||
23 | } | ||
24 | panels { | ||
25 | name: "BRAIN" | ||
26 | path: "Panels/Books/panel_4" | ||
27 | clue: "brain" | ||
28 | answer: "head" | ||
29 | symbols: "stars" | ||
30 | } | ||
31 | panels { | ||
32 | name: "STONE" | ||
33 | path: "Panels/Books/panel_5" | ||
34 | clue: "stone" | ||
35 | answer: "onyx" | ||
36 | symbols: "example" | ||
37 | } | ||
38 | panels { | ||
39 | name: "MUTANT" | ||
40 | path: "Panels/Books/panel_6" | ||
41 | clue: "mutant" | ||
42 | answer: "storm" | ||
43 | symbols: "example" | ||
44 | } | ||
45 | panels { | ||
46 | name: "DAY" | ||
47 | path: "Panels/Books/panel_7" | ||
48 | clue: "day" | ||
49 | answer: "night" | ||
50 | symbols: "sun" | ||
51 | } | ||
52 | panels { | ||
53 | name: "CARNIVAL" | ||
54 | path: "Panels/Books/panel_8" | ||
55 | clue: "carnival" | ||
56 | answer: "circus" | ||
57 | symbols: "example" | ||
58 | } | ||
59 | panels { | ||
60 | name: "LARKS" | ||
61 | path: "Panels/Books/panel_9" | ||
62 | clue: "larks" | ||
63 | answer: "songbirds" | ||
64 | symbols: "example" | ||
65 | } | ||
66 | panels { | ||
67 | name: "COBRAS" | ||
68 | path: "Panels/Books/panel_10" | ||
69 | clue: "cobras" | ||
70 | answer: "snakes" | ||
71 | symbols: "example" | ||
72 | } | ||
73 | panels { | ||
74 | name: "STIM" | ||
75 | path: "Panels/Books/panel_11" | ||
76 | clue: "stim" | ||
77 | answer: "mist" | ||
78 | symbols: "anagram" | ||
79 | } | ||
80 | panels { | ||
81 | name: "ALIVE" | ||
82 | path: "Panels/Books/panel_12" | ||
83 | clue: "alive" | ||
84 | answer: "born" | ||
85 | symbols: "age" | ||
86 | } | ||
87 | panels { | ||
88 | name: "BALD" | ||
89 | path: "Panels/Games/panel_1" | ||
90 | clue: "bald" | ||
91 | answer: "balder" | ||
92 | symbols: "pyramid" | ||
93 | } | ||
94 | panels { | ||
95 | name: "FENCE" | ||
96 | path: "Panels/Games/panel_2" | ||
97 | clue: "fence" | ||
98 | answer: "gate" | ||
99 | symbols: "boxes" | ||
100 | } | ||
101 | panels { | ||
102 | name: "LIFE" | ||
103 | path: "Panels/Games/panel_3" | ||
104 | clue: "life" | ||
105 | answer: "death" | ||
106 | symbols: "age" | ||
107 | } | ||
108 | panels { | ||
109 | name: "POOL" | ||
110 | path: "Panels/Games/panel_4" | ||
111 | clue: "pool" | ||
112 | answer: "loop" | ||
113 | symbols: "anagram" | ||
114 | } | ||
115 | panels { | ||
116 | name: "CARDS" | ||
117 | path: "Panels/Games/panel_5" | ||
118 | clue: "cards" | ||
119 | answer: "poker" | ||
120 | symbols: "example" | ||
121 | } | ||
122 | panels { | ||
123 | name: "CIRCUS" | ||
124 | path: "Panels/Games/panel_6" | ||
125 | clue: "circus" | ||
126 | answer: "clown" | ||
127 | symbols: "stars" | ||
128 | } | ||
129 | panels { | ||
130 | name: "DRESS" | ||
131 | path: "Panels/Games/panel_7" | ||
132 | clue: "dress" | ||
133 | answer: "veil" | ||
134 | symbols: "boxes" | ||
135 | } | ||
136 | panels { | ||
137 | name: "BLOCK" | ||
138 | path: "Panels/Games/panel_8" | ||
139 | clue: "block" | ||
140 | answer: "guard" | ||
141 | symbols: "sun" | ||
142 | } | ||
143 | panels { | ||
144 | name: "STAB" | ||
145 | path: "Panels/Games/panel_9" | ||
146 | clue: "stab" | ||
147 | answer: "poke" | ||
148 | symbols: "pyramid" | ||
149 | } | ||
150 | panels { | ||
151 | name: "TADPOLES" | ||
152 | path: "Panels/Games/panel_10" | ||
153 | clue: "tadpoles" | ||
154 | answer: "toads" | ||
155 | symbols: "age" | ||
156 | } | ||
157 | ports { | ||
158 | name: "ENTRY" | ||
159 | path: "Components/Warps/worldport" | ||
160 | } | ||
161 | keyholders { | ||
162 | name: "N" | ||
163 | path: "Components/KeyHolders/keyHolderN" | ||
164 | } | ||