about summary refs log tree commit diff stats
path: root/data/maps/the_owl/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_owl/connections.txtpb')
-rw-r--r--data/maps/the_owl/connections.txtpb125
1 files changed, 125 insertions, 0 deletions
diff --git a/data/maps/the_owl/connections.txtpb b/data/maps/the_owl/connections.txtpb new file mode 100644 index 0000000..cb4bee3 --- /dev/null +++ b/data/maps/the_owl/connections.txtpb
@@ -0,0 +1,125 @@
1connections {
2 from_room: "R2C2 Bottom"
3 to_room: "R2C2 Top"
4 door { name: "First Door" }
5}
6connections {
7 from_room: "R2C2 Bottom"
8 to_room: "R2C2 Top"
9 door { name: "Gray Owl" }
10}
11connections {
12 from_room: "R2C2 Bottom"
13 to_room: "R2C2 Top"
14 door { name: "Sky Owl" }
15}
16connections {
17 from_room: "R2C2 Bottom"
18 to_room: "Connected Area"
19 door { name: "Gray Owl" }
20}
21connections {
22 from_room: "R2C2 Bottom"
23 to_room: "Connected Area"
24 door { name: "Sky Owl" }
25}
26connections {
27 from_room: "R2C3 Bottom"
28 to_room: "Connected Area"
29 oneway: true
30}
31connections {
32 from_room: "R2C2 Bottom"
33 to_room: "Connected Area"
34 door { name: "First Room Shortcut" }
35}
36connections {
37 from_room: "R2C2 Top"
38 to_room: "Connected Area"
39 door { name: "Brush Door" }
40}
41connections {
42 from_room: "R2C2 Top"
43 to_room: "Connected Area"
44 door { name: "Gray Top Door" }
45}
46connections {
47 from_room: "R2C2 Top"
48 to_room: "R2C3 Bottom"
49 door { name: "Gray Bottom Door" }
50}
51connections {
52 from_room: "Connected Area"
53 to_room: "R2C3 Bottom"
54 door { name: "Gray Owl" }
55}
56connections {
57 from_room: "Connected Area"
58 to_room: "R2C3 Bottom"
59 door { name: "Sky Owl" }
60}
61connections {
62 from_room: "Connected Area"
63 to_room: "Magenta Hallway"
64 door { name: "Control Center Magenta Door" }
65}
66connections {
67 from_room: "Connected Area"
68 to_room: "Blue Room"
69 door { name: "Blue Door" }
70}
71connections {
72 from_room: "Connected Area"
73 to_room: "R1C4 Left"
74 door { name: "Sky Top Doors" }
75}
76connections {
77 from_room: "Connected Area"
78 to_room: "R1C4 Left"
79 door { name: "Sky Bottom Doors" }
80}
81connections {
82 from_room: "Connected Area"
83 to_room: "R1C4 Left"
84 door { name: "Gray Owl" }
85}
86connections {
87 from_room: "Connected Area"
88 to_room: "R1C4 Left"
89 door { name: "Sky Owl" }
90}
91connections {
92 from_room: "Connected Area"
93 to_room: "R2C1 Left"
94 door { name: "Sky Top Doors" }
95}
96connections {
97 from_room: "Connected Area"
98 to_room: "R2C1 Left"
99 door { name: "Sky Bottom Doors" }
100}
101connections {
102 from_room: "Connected Area"
103 to_room: "R2C1 Left"
104 door { name: "Gray Owl" }
105}
106connections {
107 from_room: "Connected Area"
108 to_room: "R2C1 Left"
109 door { name: "Sky Owl" }
110}
111connections {
112 from {
113 painting {
114 room: "Connected Area"
115 name: "OWL"
116 }
117 }
118 to {
119 painting {
120 room: "Z Room"
121 name: "OWL2"
122 }
123 }
124 oneway: true
125}