blob: 70f03470f4eac11712686a48630401374ddc5410 (
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
|
name: "Main Area"
display_name: "Plaza"
panels {
name: "COURTYARD"
path: "Panels/Entrances/panel_1"
clue: "courtyard"
answer: "plaza"
symbols: "sun"
}
panels {
name: "ASTOUNDING"
path: "Panels/Entrances/panel_2"
clue: "astounding"
answer: "impressive"
symbols: "pyramid"
}
panels {
name: "INFLEXIBLE"
path: "Panels/Entrances/panel_3"
clue: "inflexible"
answer: "unyielding"
symbols: "sun"
}
panels {
name: "AMONG"
path: "Panels/Entrances/panel_4"
clue: "among"
answer: "between"
symbols: "sun"
}
panels {
name: "AFFABLE"
path: "Panels/Entrances/panel_7"
clue: "affable"
answer: "charismatic"
symbols: "sun"
}
ports {
name: "UNYIELDING"
path: "Components/Warps/worldport"
orientation: "west"
}
ports {
name: "IMPRESSIVE"
path: "Components/Warps/worldport2"
orientation: "west"
}
ports {
name: "BETWEEN"
path: "Components/Warps/worldport3"
orientation: "west"
}
|