name: "Right Area"
panels {
name: "TOWER"
path: "Panels/Room 3/panel_1"
clue: "tower"
answer: "hour"
symbols: ZERO
}
panels {
name: "WARN"
path: "Panels/Room 3/panel_2"
clue: "warn"
answer: "horn"
symbols: ZERO
}
panels {
name: "OUTDO"
path: "Panels/Room 3/panel_3"
clue: "outdo"
answer: "into"
symbols: ZERO
}
panels {
name: "TATTOO"
path: "Panels/Room 3/panel_4"
clue: "tattoo"
answer: "into"
symbols: ZERO
}
panels {
name: "SOUR"
path: "Panels/Room 3/panel_5"
clue: "sour"
answer: "hour"
symbols: ZERO
}
panels {
name: "UNTRUE"
path: "Panels/Room 3/panel_6"
clue: "untrue"
answer: "into"
symbols: ZERO
}
panels {
name: "FLOWER"
path: "Panels/Room 3/panel_7"
clue: "flower"
answer: "hour"
symbols: ZERO
}
panels {
name: "MOURN"
path: "Panels/Room 3/panel_8"
clue: "mourn"
answer: "horn"
symbols: ZERO
}
panels {
name: "CORN"
path: "Panels/Room 3/panel_9"
clue: "corn"
answer: "horn"
symbols: ZERO
}
panels {
name: "SCUFF"
path: "Panels/Room 4/panel_1"
clue: "scuff"
answer: "rough"
symbols: ZERO
}
panels {
name: "WIN"
path: "Panels/Room 4/panel_2"
clue: "win"
answer: "grin"
symbols: ZERO
}
panels {
name: "BLUFF"
path: "Panels/Room 4/panel_3"
clue: "bluff"
answer: "rough"
symbols: ZERO
}
panels {
name: "INN"
path: "Panels/Room 4/panel_4"
clue: "inn"
answer: "grin"
symbols: ZERO
}
panels {
name: "OFF"
path: "Panels/Room 4/panel_5"
clue: "off"
answer: "cough"
symbols: ZERO
}
panels {
name: "TROUGH"
path: "Panels/Room 4/panel_6"
clue: "trough"
answer: "cough"
symbols: ZERO
}
panels {
name: "BEEN"
path: "Panels/Room 4/panel_7"
clue: "been"
answer: "grin"
symbols: ZERO
}
panels {
name: "SCOFF"
path: "Panels/Room 4/panel_8"
clue: "scoff"
answer: "cough"
symbols: ZERO
}
panels {
name: "TOUGH"
path: "Panels/Room 4/panel_9"
clue: "tough"
answer: "rough"
symbols: ZERO
}
panels {
name: "FORTH"
path: "Panels/Room 8/panel_1"
clue: "forth"
answer: "north"
symbols: ZERO
}
panels {
name: "QUIET"
path: "Panels/Room 8/panel_2"
clue: "quiet"
answer: "riot"
symbols: ZERO
}
panels {
name: "DIET"
path: "Panels/Room 8/panel_3"
clue: "diet"
answer: "riot"
symbols: ZERO
}
panels {
name: "FOURTH"
path: "Panels/Room 8/panel_4"
clue: "fourth"
answer: "north"
symbols: ZERO
}
panels {
name: "COLOR"
path: "Panels/Assorted/panel_1"
clue: "color"
answer: "orange"
symbols: EXAMPLE
# TODO: This is hidden in-game until double letters are unlocked AND "orange"
# is entered in the control center.
}
ype='search' size='10' name='q' value=''/>
blob: b7e7e06865b836618a7559b6d7d16ea1d2bf7a06 (
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
|
doors {
name: "M Side Middle Door"
type: EVENT
panels { room: "X Plus" name: "ROSE" }
}
doors {
name: "M Side Right Door"
type: EVENT
panels { room: "X Plus" name: "ROSE" }
}
doors {
name: "W Side Middle Door"
type: EVENT
panels { room: "X Minus" name: "DUO" }
}
doors {
name: "W Side Right Door"
type: EVENT
panels { room: "X Minus" name: "DUO" }
}
doors {
name: "E Door"
type: EVENT
panels { room: "Engine Room" name: "ENGINE" }
panels { room: "Engine Room" name: "CABOOSE" }
panels { room: "Hat Chamber" name: "BRIM" }
panels { room: "Hat Chamber" name: "OUTFIT" }
panels { room: "X Minus Middle Leg" name: "ANTENNA" }
panels { room: "X Minus Right Leg" name: "ROWBOAT" }
panels { room: "X Minus" name: "DUO" }
panels { room: "X Plus Middle Leg" name: "COLONY" }
panels { room: "X Plus Right Leg" name: "HEAD" }
panels { room: "X Plus" name: "ROSE" }
panels { room: "Y Minus First Floor" name: "RHINO" }
panels { room: "Y Minus First Floor" name: "HORN" }
panels { room: "Y Minus Second Floor" name: "COMPASS" }
panels { room: "Y Minus Third Floor" name: "WHISKERS" }
panels { room: "Y Plus Third Floor" name: "CACTUS" }
panels { room: "Y Plus Third Floor" name: "TAIL" }
}
|