doors {
name: "Outside Puzzles"
type: EVENT
doors { map: "the_great" name: "Red Against Blue Gravestone" }
doors { map: "the_great" name: "Into The Mouth Gravestone" }
doors { map: "the_great" name: "The Landscapes Gravestone" }
doors { map: "the_great" name: "The Maze Gravestone" }
doors { map: "the_great" name: "Building Building Gravestone" }
doors { map: "the_linear" name: "Behind The Keen Gravestone" }
doors { map: "the_three_doors" name: "The Three Doors Gravestone" }
doors { map: "the_tree" name: "The Tree Gravestone" }
}
doors {
name: "Mausoleum Door"
type: EVENT
panels { room: "Outside" name: "FOOT" }
panels { room: "Outside" name: "SEVERE" }
}
doors {
name: "Double Letters"
type: EVENT
receivers: "Panels/panel_3/teleportListener"
receivers: "Components/Paintings/omrt/teleportListener"
double_letters: true
}
doors {
name: "Remember Panel"
type: LOCATION_ONLY
panels { room: "Inside" name: "REMEMBER" }
location_room: "Inside"
location_name: "REMEMBER"
}
colors'>cc-colors
blob: 61303022d2383541467f0ddcae060181839e68f1 (
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
|
connections {
from_room: "Main Area"
to_room: "Latitude South"
door { name: "Latitude South Door" }
}
connections {
from_room: "Main Area"
to_room: "Latitude Middle"
door { name: "Latitude Middle Door" }
}
connections {
from_room: "Main Area"
to_room: "Latitude North"
door { name: "Latitude North Door" }
}
connections {
from_room: "Main Area"
to_room: "Longitude West"
door { name: "Longitude West Door" }
}
connections {
from_room: "Main Area"
to_room: "Longitude Middle"
door { name: "Longitude Middle Door" }
}
connections {
from_room: "Main Area"
to_room: "Longitude East"
door { name: "Longitude East Door" }
}
connections {
from_room: "Main Area"
to_room: "Mastery"
door { name: "Mastery Door" }
}
|