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