name: "D Room"
panel_display_name: "D Room"
panels {
name: "BASEBALL"
path: "Panels/D/d_2"
clue: "baseball"
answer: "hat"
symbols: EXAMPLE
}
panels {
name: "BIKERS"
path: "Panels/D/d_3"
clue: "biker's"
answer: "tan"
symbols: EXAMPLE
}
panels {
name: "RED"
path: "Panels/D/d_4"
clue: "red"
answer: "ant"
symbols: EXAMPLE
}
panels {
name: "SUN"
path: "Panels/D/d_5"
clue: "sun"
answer: "tan"
symbols: EXAMPLE
}
panels {
name: "BLACK"
path: "Panels/D/d_6"
clue: "black"
answer: "ant"
symbols: EXAMPLE
}
panels {
name: "COWBOY"
path: "Panels/D/d_7"
clue: "cowboy"
answer: "hat"
symbols: EXAMPLE
}
panels {
name: "SPRAY"
path: "Panels/D/d_8"
clue: "spray"
answer: "tan"
symbols: EXAMPLE
}
panels {
name: "BOWLER"
path: "Panels/D/d_9"
clue: "bowler"
answer: "hat"
symbols: EXAMPLE
}
panels {
name: "CARPENTER"
path: "Panels/D/d_10"
clue: "carpenter"
answer: "ant"
symbols: EXAMPLE
}is commit
blob: 85188d137ed9585d393b7ab66b9ecef4b1db7464 (
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
|
name: "Main Area"
panels {
name: "XERXES"
path: "Panels/Main/panel_1"
clue: "xerxes"
answer: "xerxes"
proxies { answer: "persia" path: "Panels/Empires/panel_7" }
proxies { answer: "xerxes" path: "Panels/Rulers/panel_13" }
required_door { name: "Double Letters" }
}
panels {
name: "ARTHUR"
path: "Panels/Main/panel_2"
clue: "arthur"
answer: "arthur"
proxies { answer: "england" path: "Panels/Empires/panel_8" }
proxies { answer: "arthur" path: "Panels/Rulers/panel_14" }
required_door { name: "Double Letters" }
}
panels {
name: "CLEOPATRA"
path: "Panels/Main/panel_3"
clue: "cleopatra"
answer: "cleopatra"
proxies { answer: "egypt" path: "Panels/Empires/panel_9" }
proxies { answer: "cleopatra" path: "Panels/Rulers/panel_15" }
required_door { name: "Double Letters" }
}
panels {
name: "NAPOLEON"
path: "Panels/Main/panel_4"
clue: "napoleon"
answer: "napoleon"
proxies { answer: "france" path: "Panels/Empires/panel_10" }
proxies { answer: "napoleon" path: "Panels/Rulers/panel_16" }
required_door { name: "Double Letters" }
}
panels {
name: "ALEXANDER"
path: "Panels/Main/panel_5"
clue: "alexander"
answer: "alexander"
proxies { answer: "greece" path: "Panels/Empires/panel_11" }
proxies { answer: "alexander" path: "Panels/Rulers/panel_17" }
required_door { name: "Double Letters" }
}
panels {
name: "CAESAR"
path: "Panels/Main/panel_6"
clue: "caesar"
answer: "caesar"
proxies { answer: "rome" path: "Panels/Empires/panel_12" }
proxies { answer: "caesar" path: "Panels/Rulers/panel_18" }
required_door { name: "Double Letters" }
}
ports {
name: "GALLERY"
path: "Components/Warps/worldport"
orientation: "south"
}
ports {
name: "ENTRY"
path: "Components/Warps/worldport2"
orientation: "south"
}
ports {
name: "REVITALIZED"
path: "Components/Warps/worldport3"
orientation: "north"
}
|