diff options
Diffstat (limited to 'data/maps/the_great/rooms/Back Area.txtpb')
-rw-r--r-- | data/maps/the_great/rooms/Back Area.txtpb | 146 |
1 files changed, 146 insertions, 0 deletions
diff --git a/data/maps/the_great/rooms/Back Area.txtpb b/data/maps/the_great/rooms/Back Area.txtpb new file mode 100644 index 0000000..0a8b168 --- /dev/null +++ b/data/maps/the_great/rooms/Back Area.txtpb | |||
@@ -0,0 +1,146 @@ | |||
1 | name: "Back Area" | ||
2 | display_name: "Back Area" | ||
3 | panels { | ||
4 | name: "PLANT" | ||
5 | path: "Panels/General/entry_14" | ||
6 | clue: "plant" | ||
7 | answer: "growth" | ||
8 | symbols: "null" | ||
9 | } | ||
10 | panels { | ||
11 | name: "TREE" | ||
12 | path: "Panels/General/entry_15" | ||
13 | clue: "tree" | ||
14 | answer: "growth" | ||
15 | symbols: "null" | ||
16 | } | ||
17 | panels { | ||
18 | name: "PAINTING" | ||
19 | path: "Panels/General/entry_11" | ||
20 | clue: "painting" | ||
21 | answer: "art" | ||
22 | symbols: "example" | ||
23 | } | ||
24 | panels { | ||
25 | name: "TOWEL" | ||
26 | path: "Panels/Towers/tower_2" | ||
27 | clue: "towel" | ||
28 | answer: "tower" | ||
29 | symbols: "sparkles" | ||
30 | } | ||
31 | panels { | ||
32 | name: "Top Landscape Top" | ||
33 | path: "Panels/Kiwi Room/kiwi_1" | ||
34 | clue: "" | ||
35 | answer: "one" | ||
36 | symbols: "question" | ||
37 | } | ||
38 | panels { | ||
39 | name: "Top Landscape Right" | ||
40 | path: "Panels/Kiwi Room/kiwi_2" | ||
41 | clue: "" | ||
42 | answer: "road" | ||
43 | symbols: "question" | ||
44 | } | ||
45 | panels { | ||
46 | name: "Top Landscape Bottom" | ||
47 | path: "Panels/Kiwi Room/kiwi_3" | ||
48 | clue: "" | ||
49 | answer: "many" | ||
50 | symbols: "question" | ||
51 | } | ||
52 | panels { | ||
53 | name: "Top Landscape Left" | ||
54 | path: "Panels/Kiwi Room/kiwi_4" | ||
55 | clue: "" | ||
56 | answer: "turns" | ||
57 | symbols: "question" | ||
58 | } | ||
59 | panels { | ||
60 | name: "Left Landscape Top" | ||
61 | path: "Panels/Kiwi Room/kiwi_5" | ||
62 | clue: "" | ||
63 | answer: "find" | ||
64 | symbols: "question" | ||
65 | } | ||
66 | panels { | ||
67 | name: "Left Landscape Right" | ||
68 | path: "Panels/Kiwi Room/kiwi_6" | ||
69 | clue: "" | ||
70 | answer: "keys" | ||
71 | symbols: "question" | ||
72 | } | ||
73 | panels { | ||
74 | name: "Left Landscape Bottom" | ||
75 | path: "Panels/Kiwi Room/kiwi_7" | ||
76 | clue: "" | ||
77 | answer: "write" | ||
78 | symbols: "question" | ||
79 | } | ||
80 | panels { | ||
81 | name: "Left Landscape Left" | ||
82 | path: "Panels/Kiwi Room/kiwi_8" | ||
83 | clue: "" | ||
84 | answer: "words" | ||
85 | symbols: "question" | ||
86 | } | ||
87 | panels { | ||
88 | name: "Right Landscape Top" | ||
89 | path: "Panels/Kiwi Room/kiwi_9" | ||
90 | clue: "" | ||
91 | answer: "hear" | ||
92 | symbols: "question" | ||
93 | proxies { answer: "tell" path: "Panels/Kiwi Proxies/kiwi_9_proxy_1" } | ||
94 | } | ||
95 | panels { | ||
96 | name: "Right Landscape Right" | ||
97 | path: "Panels/Kiwi Room/kiwi_10" | ||
98 | clue: "" | ||
99 | answer: "lies" | ||
100 | symbols: "question" | ||
101 | } | ||
102 | panels { | ||
103 | name: "Right Landscape Bottom" | ||
104 | path: "Panels/Kiwi Room/kiwi_11" | ||
105 | clue: "" | ||
106 | answer: "the" | ||
107 | symbols: "question" | ||
108 | } | ||
109 | panels { | ||
110 | name: "Right Landscape Left" | ||
111 | path: "Panels/Kiwi Room/kiwi_12" | ||
112 | clue: "" | ||
113 | answer: "ears" | ||
114 | symbols: "question" | ||
115 | proxies { answer: "eyes" path: "Panels/Kiwi Proxies/kiwi_12_proxy_1" } | ||
116 | } | ||
117 | paintings { | ||
118 | name: "SPIRAL" | ||
119 | path: "Components/Paintings/spiral" | ||
120 | enter_only: true | ||
121 | orientation: "north" | ||
122 | required_door { name: "Spiral Painting" } | ||
123 | # TODO: Hint painting type | ||
124 | } | ||
125 | ports { | ||
126 | name: "UNKEMPT" | ||
127 | path: "Meshes/Blocks/Warps/worldport5" | ||
128 | orientation: "north" | ||
129 | } | ||
130 | ports { | ||
131 | name: "THREEDOORS" | ||
132 | path: "Meshes/Blocks/Warps/worldport16" | ||
133 | orientation: "south" | ||
134 | } | ||
135 | ports { | ||
136 | name: "TOWER" | ||
137 | path: "Components/Warps/worldport10" | ||
138 | orientation: "south" | ||
139 | required_door { name: "Tower Entrance" } | ||
140 | # The reverse warp bypasses the door, so there needs to be two oneway connections. | ||
141 | } | ||
142 | ports { | ||
143 | name: "TREE" | ||
144 | path: "Meshes/Blocks/Warps/worldport17" | ||
145 | orientation: "north" | ||
146 | } | ||