name: "Second Room"
panel_display_name: "Second Room"
panels {
name: "BISON"
path: "Panels/Room 2/panel_1"
clue: "bison"
answer: "bison"
symbols: PLANET
}
panels {
name: "FISH"
path: "Panels/Room 2/panel_2"
clue: "fish"
answer: "fish"
symbols: PLANET
}
panels {
name: "SHEEP"
path: "Panels/Room 2/panel_3"
clue: "sheep"
answer: "sheep"
symbols: PLANET
required_door { name: "Double Letter Panel Blockers" }
}
panels {
name: "KOI"
path: "Panels/Room 2/panel_4"
clue: "koi"
answer: "koi"
symbols: PLANET
}
panels {
name: "TUNA"
path: "Panels/Room 2/panel_5"
clue: "tuna"
answer: "tuna"
symbols: PLANET
}
ports {
name: "ENTRY"
path: "Components/Warps/worldport3"
orientation: "south"
}
ports {
name: "NEXT"
path: "Components/Warps/worldport4"
orientation: "north"
required_door { name: "Third Room Entrance" }
}
nge='this.form.submit();'>
blob: 2f759b8cf87ba5c1ab0e8a8d86cf4bfcd2079d6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
name: "Question Room How"
display_name: "Question Room"
panels {
name: "QUESTION"
path: "Panels/Questions/question_3"
clue: "question"
answer: "how"
symbols: EXAMPLE
# "Panels/Question Proxies/question_3_proxied" <- this is just how again
proxies { answer: "who" path: "Panels/Question Proxies/question_3_proxied2" }
proxies { answer: "why" path: "Panels/Question Proxies/question_3_proxied3" }
proxies { answer: "what" path: "Panels/Question Proxies/question_3_proxied4" }
proxies { answer: "when" path: "Panels/Question Proxies/question_3_proxied5" }
proxies { answer: "where" path: "Panels/Question Proxies/question_3_proxied6" }
}
paintings {
name: "WHY"
path: "Components/Paintings/why"
orientation: "east"
}
|