blob: d6a24252b37ee354d7a7db7c26199e849a4cf3a0 (
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
|
name: "Cyan Hallway"
display_name: "Cyan Hallway"
panels {
name: "KOI"
path: "Panels/Extra/panel_12"
clue: "koi"
answer: "koi"
symbols: PLANET
}
panels {
name: "WISH"
path: "Panels/Extra/panel_13"
clue: "wish"
answer: "wishes"
symbols: PLANET
}
panels {
name: "CHAOS"
path: "Panels/Extra/panel_14"
clue: "chaos"
answer: "order"
symbols: SUN
required_room { name: "P2 Room" }
}
ports {
name: "STURDY"
path: "Components/Warps/worldport3"
orientation: "west"
}
ports {
name: "DARKROOM"
path: "Components/Warps/worldport2"
orientation: "west"
}
|