blob: df44979e410494b957ea471ef4c048d506ed5634 (
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
name: "Rainbow Color Doors"
panel_display_name: "East Area"
panels {
name: "CROW"
path: "Panels/Blue Room/panel_entry"
clue: "crow"
answer: "murder"
symbols: PLANET
}
# TODO: These three need to be moved onto the roof when the stairs are present,
# because otherwise they become impossible to solve.
panels {
name: "DIRECTION (1)"
path: "Panels/Castle Entrance/castle_direction_1"
clue: "direction"
answer: "north"
symbols: EXAMPLE
}
panels {
name: "DIRECTION (2)"
path: "Panels/Castle Entrance/castle_direction_2"
clue: "direction"
answer: "south"
symbols: EXAMPLE
}
panels {
name: "DIRECTION (3)"
path: "Panels/Castle Entrance/castle_direction_3"
clue: "direction"
answer: "west"
symbols: EXAMPLE
}
panels {
name: "INWALK"
path: "Panels/Hexes/tower_1"
clue: "inwalk"
answer: "outrun"
symbols: SUN
symbols: PYRAMID
}
panels {
name: "RAIN"
path: "Panels/Hexes/tower_2"
clue: "rain"
answer: "runoff"
symbols: AGE
}
panels {
name: "PURCHASE"
path: "Panels/Hexes/tower_3"
clue: "purchase"
answer: "handover"
symbols: AGE
}
panels {
name: "HOURS"
path: "Panels/Hexes/tower_4"
clue: "hours"
answer: "overtime"
symbols: AGE
}
panels {
name: "MISCHIEF"
path: "Panels/Hexes/tower_5"
clue: "mischief"
answer: "timeout"
symbols: AGE
}
panels {
name: "CASUAL"
path: "Panels/Hexes/tower_6"
clue: "casual"
answer: "offhand"
symbols: SUN
}
panels {
name: "PUMP"
path: "Panels/Pumpkin Room/pumpkin_1"
clue: "pump"
answer: "pumpkin"
symbols: SPARKLES
}
paintings {
name: "SEA3"
path: "Components/Paintings/Group2/sea3"
}
paintings {
name: "SEA2"
path: "Components/Paintings/Group2/sea2"
}
paintings {
name: "ACHES2"
path: "Components/Paintings/Group1/aches2"
}
|