connections {
from_room: "White Room"
to_room: "Black Room"
door { name: "White Door" }
}
connections {
from_room: "Black Room"
to_room: "Red Room"
door { name: "Black Door" }
}
connections {
from_room: "Red Room"
to_room: "Blue Room"
door { name: "Red Door" }
}
connections {
from_room: "Blue Room"
to_room: "Green Room"
door { name: "Blue Door" }
}
connections {
from_room: "Green Room"
to_room: "Yellow Room"
door { name: "Green Door" }
}
connections {
from_room: "Yellow Room"
to_room: "Purple Room"
door { name: "Yellow Door" }
}
connections {
from_room: "Purple Room"
to_room: "Orange Room"
door { name: "Purple Door" }
}
connections {
from_room: "Orange Room"
to_room: "Tutorial"
door { name: "Orange Door" }
}
connections {
from_room: "Tutorial"
to_room: "Red Blue Room"
door { name: "Tutorial Door" }
}
connections {
from_room: "Red Blue Room"
to_room: "Main Area"
door { name: "Main Area Entrance" }
}
connections {
from_room: "Red Blue Room"
to_room: "Whirred Room"
door { name: "Whirred Room Entrance" }
}
connections {
from_room: "Red Blue Room"
to_room: "Poetry Room 1"
door { name: "Poetry Room Entrance" }
}
connections {
from_room: "Poetry Room 1"
to_room: "Poetry Room 2"
door { name: "Poetry Room Door 1" }
}
connections {
from_room: "Poetry Room 2"
to_room: "Poetry Room 3"
door { name: "Poetry Room Door 2" }
}
connections {
from_room: "Poetry Room 3"
to_room: "Poetry Room Left"
door { name: "Poetry Room Left" }
}
connections {
from_room: "Poetry Room Left"
to_room: "Poetry Room Left Left"
door { name: "Poetry Room Left Left" }
}
connections {
from_room: "Poetry Room Left"
to_room: "Poetry Room Left Right"
door { name: "Poetry Room Left Right" }
}
connections {
from_room: "Poetry Room 3"
to_room: "Poetry Room Right"
door { name: "Poetry Room Right" }
}
connections {
from_room: "Poetry Room Right"
to_room: "Poetry Room Right Left"
door { name: "Poetry Room Right Left" }
}
connections {
from_room: "Poetry Room Right"
to_room: "Poetry Room Right Right"
door { name: "Poetry Room Right Right" }
}
connections {
from_room: "Main Area"
to_room: "Last Room"
door { name: "Main Area Exit" }
}
connections {
from_room: "Last Room"
to_room: "Mastery"
door { name: "Mastery" }
}
form'>
blob: a0dac7b9e8f9043f6d4c11266aea75e689c5b3b1 (
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
112
113
114
115
116
117
118
|
name: "Main Area"
panels {
name: "DEER (Black)"
path: "Panels/Saturns/panel_1"
clue: "deer"
answer: "deer"
symbols: PLANET
}
panels {
name: "GOOSE (Black)"
path: "Panels/Saturns/panel_2"
clue: "goose"
answer: "geese"
symbols: PLANET
}
panels {
name: "SWINE (Black)"
path: "Panels/Saturns/panel_3"
clue: "swine"
answer: "swine"
symbols: PLANET
}
panels {
name: "WIFE (Black)"
path: "Panels/Saturns/panel_4"
clue: "wife"
answer: "wives"
symbols: PLANET
}
panels {
name: "CHILD (Black)"
path: "Panels/Saturns/panel_5"
clue: "child"
answer: "children"
symbols: PLANET
}
panels {
name: "ELEPHANT (Black)"
path: "Panels/Saturns/panel_6"
clue: "elephant"
answer: "elephants"
symbols: PLANET
}
panels {
name: "ANT (Black)"
path: "Panels/Saturns/panel_7"
clue: "ant"
answer: "ants"
symbols: PLANET
}
panels {
name: "DEER (Brown)"
path: "Panels/Jail Eyes/panel_1"
clue: "deer"
answer: "buck"
symbols: GENDER
}
panels {
name: "GOOSE (Brown)"
path: "Panels/Jail Eyes/panel_2"
clue: "goose"
answer: "gander"
symbols: GENDER
}
panels {
name: "SWINE (Brown)"
path: "Panels/Jail Eyes/panel_3"
clue: "swine"
answer: "sow"
symbols: GENDER
}
panels {
name: "WIFE (Brown)"
path: "Panels/Jail Eyes/panel_4"
clue: "wife"
answer: "husband"
symbols: GENDER
}
panels {
name: "CHILD (Brown)"
path: "Panels/Jail Eyes/panel_5"
clue: "child"
answer: "girl"
symbols: GENDER
}
panels {
name: "ELEPHANT (Brown)"
path: "Panels/Jail Eyes/panel_6"
clue: "elephant"
answer: "cow"
symbols: GENDER
}
panels {
name: "ANT (Brown)"
path: "Panels/Jail Eyes/panel_7"
clue: "ant"
answer: "drone"
symbols: GENDER
}
panels {
name: "EARL"
path: "Panels/Extra/panel_8"
clue: "earl"
answer: "yearly"
symbols: SPARKLES
}
keyholders {
name: "Y"
path: "Components/KeyHolders/keyHolderY"
key: "y"
}
ports {
name: "GREAT"
display_name: "Entrance"
path: "Components/Warps/worldport"
destination { x: -3.5 y: 0 z: 21 }
rotation: 270
}
|