blob: d94a0a6599834d185c61fda2aa2ca32f2829e8b7 (
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
|
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"
display_name: "North Cyan Worldport"
path: "Components/Warps/worldport3"
destination { x: -17 y: 0 z: -75 }
rotation: 270
}
ports {
name: "DARKROOM"
display_name: "South Cyan Worldport"
path: "Components/Warps/worldport2"
destination { x: -17 y: 0 z: -51 }
rotation: 270
}
|