about summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Back Area.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_great/rooms/Back Area.txtpb')
-rw-r--r--data/maps/the_great/rooms/Back Area.txtpb68
1 files changed, 68 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..33da394 --- /dev/null +++ b/data/maps/the_great/rooms/Back Area.txtpb
@@ -0,0 +1,68 @@
1name: "Back Area"
2panel_display_name: "Back Area"
3panels {
4 name: "PLANT"
5 path: "Panels/General/entry_14"
6 clue: "plant"
7 answer: "growth"
8 symbols: NULL
9}
10panels {
11 name: "TREE"
12 path: "Panels/General/entry_15"
13 clue: "tree"
14 answer: "growth"
15 symbols: NULL
16}
17panels {
18 name: "PAINTING"
19 path: "Panels/General/entry_11"
20 clue: "painting"
21 answer: "art"
22 symbols: EXAMPLE
23}
24panels {
25 name: "TOWEL"
26 path: "Panels/Towers/tower_2"
27 clue: "towel"
28 answer: "tower"
29 symbols: SPARKLES
30}
31paintings {
32 name: "SPIRAL"
33 path: "Components/Paintings/spiral"
34 enter_only: true
35 orientation: "north"
36 required_door { name: "Spiral Painting" }
37 # TODO: Hint painting type
38}
39ports {
40 name: "UNKEMPT"
41 display_name: "Unkempt Entrance"
42 path: "Meshes/Blocks/Warps/worldport5"
43 destination { x: 72 y: 0 z: 10.5 }
44 rotation: 180
45}
46ports {
47 name: "THREEDOORS"
48 display_name: "Three Doors Entrance"
49 path: "Meshes/Blocks/Warps/worldport16"
50 destination { x: 77 y: 0 z: 33.5 }
51 rotation: 0
52}
53ports {
54 name: "TOWER"
55 display_name: "Tower Entrance"
56 path: "Meshes/Blocks/Warps/worldport10"
57 destination { x: 0 y: 0 z: 52 }
58 rotation: 0
59 required_door { name: "Tower Entrance" }
60 # The reverse warp bypasses the door, so there needs to be two oneway connections.
61}
62ports {
63 name: "TREE"
64 display_name: "Tree Entrance"
65 path: "Meshes/Blocks/Warps/worldport17"
66 destination { x: 26 y: 0 z: 58 }
67 rotation: 180
68}