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" }
}
able>
blob: d6790f5ec2d470e702de4fa98d76be1637833f1a (
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
|
name: "Cyan Room"
panels {
name: "ALFA"
path: "Panels/Lingo2/panel_3"
clue: "alfa"
answer: "alfalfa"
symbols: SPARKLES
}
panels {
name: "BACK"
path: "Panels/Lingo2/panel_6"
clue: "back"
answer: "backpack"
symbols: SPARKLES
}
panels {
name: "TEAM"
path: "Panels/Lingo2/panel_18"
clue: "team"
answer: "teammate"
symbols: ANAGRAM
}
panels {
name: "CRIB"
path: "Panels/Lingo2/panel_28"
clue: "crib"
answer: "cribbed"
symbols: EXAMPLE
}
panels {
name: "BLACK"
path: "Panels/Lingo2/panel_29"
clue: "black"
answer: "blackjack"
symbols: ZERO
}
panels {
name: "SEE"
path: "Panels/Lingo2/panel_19"
clue: "see"
answer: "seesaw"
symbols: AGE
}
panels {
name: "SIGHT"
path: "Panels/Lingo2/panel_20"
clue: "sight"
answer: "sightsee"
symbols: SUN
}
panels {
name: "WHIP"
path: "Panels/Lingo2/panel_21"
clue: "whip"
answer: "whiplash"
symbols: SUN
}
panels {
name: "GRAPE"
path: "Panels/Lingo2/panel_22"
clue: "grape"
answer: "grapefruit"
symbols: EXAMPLE
}
panels {
name: "BITTER"
path: "Panels/Lingo2/panel_23"
clue: "bitter"
answer: "bittersweet"
symbols: SWEET
}
panels {
name: "ONTO"
path: "Panels/Lingo2/panel_24"
clue: "onto"
answer: "toon"
symbols: SPARKLES
}
panels {
name: "UPSET"
path: "Panels/Lingo2/panel_25"
clue: "upset"
answer: "setup"
symbols: SPARKLES
}
|