blob: 4bb73f36bce8ae28783a68d1f1458df2e9aee58c (
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
name: "South Castle Area"
panel_display_name: "Outside Pumpkin"
# There is a teal wall in the middle of this room.
panels {
name: "AN"
path: "Panels/Castle Entrance/castle_south_helper"
clue: "an"
answer: "the"
symbols: EXAMPLE
}
panels {
name: "OFFER"
path: "Panels/Castle Entrance/castle_south_helper2"
clue: "offer"
answer: "bid"
symbols: SUN
}
panels {
name: "VILLAGE"
path: "Panels/Castle Entrance/castle_south_helper3"
clue: "village"
answer: "city"
symbols: AGE
}
panels {
name: "BEFORE"
path: "Panels/Castle Entrance/castle_south_helper4"
clue: "before"
answer: "for"
symbols: SPARKLES
symbols: ZERO
}
panels {
name: "LAIR"
path: "Panels/Castle Entrance/castle_south_helper5"
clue: "lair"
answer: "den"
symbols: SUN
}
panels {
name: "AN OFFER VILLAGE BEFORE LAIR"
path: "Panels/Castle Entrance/castle_south"
clue: ""
answer: "castle"
symbols: EXAMPLE
symbols: LINGO
required_door { name: "Castle South Hider" }
}
panels {
name: "COLOR (1)"
path: "Panels/Another Path/color_1"
clue: "color"
answer: "ppleru"
symbols: EXAMPLE
proxies { answer: "red" path: "Panels/Another Path Proxies/proxy_1_1" }
proxies { answer: "blue" path: "Panels/Another Path Proxies/proxy_1_2" }
proxies { answer: "green" path: "Panels/Another Path Proxies/proxy_1_3" }
proxies { answer: "yellow" path: "Panels/Another Path Proxies/proxy_1_4" }
proxies { answer: "purple" path: "Panels/Another Path Proxies/proxy_1_5" }
proxies { answer: "orange" path: "Panels/Another Path Proxies/proxy_1_6" }
proxies { answer: "brown" path: "Panels/Another Path Proxies/proxy_1_7" }
}
panels {
name: "COLOR (2)"
path: "Panels/Another Path/color_2"
clue: "color"
answer: "ppleru"
symbols: EXAMPLE
proxies { answer: "red" path: "Panels/Another Path Proxies/proxy_1_8" }
proxies { answer: "blue" path: "Panels/Another Path Proxies/proxy_1_9" }
proxies { answer: "green" path: "Panels/Another Path Proxies/proxy_1_10" }
proxies { answer: "yellow" path: "Panels/Another Path Proxies/proxy_1_11" }
proxies { answer: "purple" path: "Panels/Another Path Proxies/proxy_1_12" }
proxies { answer: "orange" path: "Panels/Another Path Proxies/proxy_1_13" }
proxies { answer: "brown" path: "Panels/Another Path Proxies/proxy_1_14" }
}
panels {
name: "COLOR (3)"
path: "Panels/Another Path/color_3"
clue: "color"
answer: "ppleru"
symbols: EXAMPLE
proxies { answer: "red" path: "Panels/Another Path Proxies/proxy_1_15" }
proxies { answer: "blue" path: "Panels/Another Path Proxies/proxy_1_16" }
proxies { answer: "green" path: "Panels/Another Path Proxies/proxy_1_17" }
proxies { answer: "yellow" path: "Panels/Another Path Proxies/proxy_1_18" }
proxies { answer: "purple" path: "Panels/Another Path Proxies/proxy_1_19" }
proxies { answer: "orange" path: "Panels/Another Path Proxies/proxy_1_20" }
proxies { answer: "brown" path: "Panels/Another Path Proxies/proxy_1_21" }
}
panels {
name: "COLOR (4)"
path: "Panels/Another Path/color_4"
clue: "color"
answer: "ppleru"
symbols: EXAMPLE
proxies { answer: "red" path: "Panels/Another Path Proxies/proxy_1_22" }
proxies { answer: "blue" path: "Panels/Another Path Proxies/proxy_1_23" }
proxies { answer: "green" path: "Panels/Another Path Proxies/proxy_1_24" }
proxies { answer: "yellow" path: "Panels/Another Path Proxies/proxy_1_25" }
proxies { answer: "purple" path: "Panels/Another Path Proxies/proxy_1_26" }
proxies { answer: "orange" path: "Panels/Another Path Proxies/proxy_1_27" }
proxies { answer: "brown" path: "Panels/Another Path Proxies/proxy_1_28" }
}
paintings {
name: "TRIANGLE"
path: "Components/Paintings/Group2/triangle"
move: true
enter_only: true
required_door { name: "Tenacious Color Painting" }
}
|