blob: 375eced0475b10cf37f0ee8a6dd574b0844c97d2 (
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
|
name: "Room"
display_name: "Room"
panels {
name: "HORN"
path: "Panels/entry_1"
clue: "horn"
answer: "thorn"
symbols: "sparkles"
}
panels {
name: "ION"
path: "Panels/entry_2"
clue: "ion"
answer: "iron"
symbols: "sparkles"
}
panels {
name: "TON"
path: "Panels/entry_3"
clue: "ton"
answer: "torn"
symbols: "sparkles"
}
panels {
name: "ROT"
path: "Panels/entry_4"
clue: "rot"
answer: "riot"
symbols: "sparkles"
}
panels {
name: "IT"
path: "Panels/entry_5"
clue: "it"
answer: "hit"
symbols: "sparkles"
}
panels {
name: "HIT"
path: "Panels/entry_6"
clue: "hit"
answer: "hint"
symbols: "sparkles"
}
panels {
name: "INTO"
path: "Panels/entry_7"
clue: "into"
answer: "intro"
symbols: "sparkles"
}
panels {
name: "NOR"
path: "Panels/entry_8"
clue: "nor"
answer: "north"
symbols: "sparkles"
}
ports {
name: "GREAT"
path: "Components/Warps/worldport"
orientation: "south"
}
|