name: "Back Area"
display_name: "Back Area"
panels {
name: "PLANT"
path: "Panels/General/entry_14"
clue: "plant"
answer: "growth"
symbols: NULL
}
panels {
name: "TREE"
path: "Panels/General/entry_15"
clue: "tree"
answer: "growth"
symbols: NULL
}
panels {
name: "PAINTING"
path: "Panels/General/entry_11"
clue: "painting"
answer: "art"
symbols: EXAMPLE
}
panels {
name: "TOWEL"
path: "Panels/Towers/tower_2"
clue: "towel"
answer: "tower"
symbols: SPARKLES
}
panels {
name: "Top Landscape Top"
path: "Panels/Kiwi Room/kiwi_1"
clue: ""
answer: "one"
symbols: QUESTION
}
panels {
name: "Top Landscape Right"
path: "Panels/Kiwi Room/kiwi_2"
clue: ""
answer: "road"
symbols: QUESTION
}
panels {
name: "Top Landscape Bottom"
path: "Panels/Kiwi Room/kiwi_3"
clue: ""
answer: "many"
symbols: QUESTION
}
panels {
name: "Top Landscape Left"
path: "Panels/Kiwi Room/kiwi_4"
clue: ""
answer: "turns"
symbols: QUESTION
}
panels {
name: "Left Landscape Top"
path: "Panels/Kiwi Room/kiwi_5"
clue: ""
answer: "find"
symbols: QUESTION
}
panels {
name: "Left Landscape Right"
path: "Panels/Kiwi Room/kiwi_6"
clue: ""
answer: "keys"
symbols: QUESTION
}
panels {
name: "Left Landscape Bottom"
path: "Panels/Kiwi Room/kiwi_7"
clue: ""
answer: "write"
symbols: QUESTION
}
panels {
name: "Left Landscape Left"
path: "Panels/Kiwi Room/kiwi_8"
clue: ""
answer: "words"
symbols: QUESTION
}
panels {
name: "Right Landscape Top"
path: "Panels/Kiwi Room/kiwi_9"
clue: ""
answer: "hear"
symbols: QUESTION
proxies { answer: "tell" path: "Panels/Kiwi Proxies/kiwi_9_proxy_1" }
}
panels {
name: "Right Landscape Right"
path: "Panels/Kiwi Room/kiwi_10"
clue: ""
answer: "lies"
symbols: QUESTION
}
panels {
name: "Right Landscape Bottom"
path: "Panels/Kiwi Room/kiwi_11"
clue: ""
answer: "the"
symbols: QUESTION
}
panels {
name: "Right Landscape Left"
path: "Panels/Kiwi Room/kiwi_12"
clue: ""
answer: "ears"
symbols: QUESTION
proxies { answer: "eyes" path: "Panels/Kiwi Proxies/kiwi_12_proxy_1" }
}
paintings {
name: "SPIRAL"
path: "Components/Paintings/spiral"
enter_only: true
orientation: "north"
required_door { name: "Spiral Painting" }
# TODO: Hint painting type
}
ports {
name: "UNKEMPT"
path: "Meshes/Blocks/Warps/worldport5"
orientation: "north"
}
ports {
name: "THREEDOORS"
path: "Meshes/Blocks/Warps/worldport16"
orientation: "south"
}
ports {
name: "TOWER"
path: "Meshes/Blocks/Warps/worldport10"
orientation: "south"
required_door { name: "Tower Entrance" }
# The reverse warp bypasses the door, so there needs to be two oneway connections.
}
ports {
name: "TREE"
path: "Meshes/Blocks/Warps/worldport17"
orientation: "north"
}
>
blob: 30780f95b4dae55d2daf8e2cf67165d00719f937 (
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
|
name: "Intense Room"
panel_display_name: "Intense Room"
panels {
name: "BRILLIANT"
path: "Panels/Intense Room/intense_1"
clue: "brilliant"
answer: "smart"
symbols: PYRAMID
}
panels {
name: "HORRIBLE"
path: "Panels/Intense Room/intense_2"
clue: "horrible"
answer: "bad"
symbols: PYRAMID
}
panels {
name: "INSTANTLY"
path: "Panels/Intense Room/intense_3"
clue: "instantly"
answer: "quickly"
symbols: PYRAMID
}
panels {
name: "COLOSSAL"
path: "Panels/Intense Room/intense_4"
clue: "colossal"
answer: "big"
symbols: PYRAMID
}
panels {
name: "RUN"
path: "Panels/Intense Room/intense_5"
clue: "run"
answer: "walk"
symbols: PYRAMID
}
panels {
name: "SLEEP"
path: "Panels/Intense Room/intense_6"
clue: "sleep"
answer: "nap"
symbols: PYRAMID
}
panels {
name: "TOSS"
path: "Panels/Intense Room/intense_7"
clue: "toss"
answer: "hurl"
symbols: PYRAMID
}
panels {
name: "SHATTER"
path: "Panels/Intense Room/intense_8"
clue: "shatter"
answer: "break"
symbols: PYRAMID
}
panels {
name: "DELICIOUS"
path: "Panels/Intense Room/intense_9"
clue: "delicious"
answer: "tasty"
symbols: PYRAMID
}
|