diff options
Diffstat (limited to 'data/maps/the_owl/connections.txtpb')
-rw-r--r-- | data/maps/the_owl/connections.txtpb | 100 |
1 files changed, 100 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..87c98b3 --- /dev/null +++ b/data/maps/the_owl/connections.txtpb | |||
@@ -0,0 +1,100 @@ | |||
1 | connections { | ||
2 | from_room: "R2C2 Bottom" | ||
3 | to_room: "R2C2 Top" | ||
4 | door { name: "First Door" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "R2C2 Bottom" | ||
8 | to_room: "R2C2 Top" | ||
9 | door { name: "Gray Owl" } | ||
10 | } | ||
11 | connections { | ||
12 | from_room: "R2C2 Bottom" | ||
13 | to_room: "R2C2.5 Bottom" | ||
14 | door { name: "Gray Owl" } | ||
15 | } | ||
16 | connections { | ||
17 | from_room: "R2C2 Bottom" | ||
18 | to_room: "R2C2.5 Bottom" | ||
19 | door { name: "First Room Shortcut" } | ||
20 | } | ||
21 | connections { | ||
22 | from_room: "R2C2 Top" | ||
23 | to_room: "Connected Area" | ||
24 | door { name: "Brush Door" } | ||
25 | } | ||
26 | connections { | ||
27 | from_room: "R2C2 Top" | ||
28 | to_room: "Connected Area" | ||
29 | door { name: "Gray Top Door" } | ||
30 | } | ||
31 | connections { | ||
32 | from_room: "R2C2 Top" | ||
33 | to_room: "R2C2.5 Bottom" | ||
34 | door { name: "Gray Bottom Door" } | ||
35 | } | ||
36 | connections { | ||
37 | from_room: "R2C2 Top" | ||
38 | to_room: "R2C2.5 Bottom" | ||
39 | door { name: "Gray Owl" } | ||
40 | } | ||
41 | connections { | ||
42 | from_room: "Connected Area" | ||
43 | to_room: "R2C2.5 Bottom" | ||
44 | door { name: "Gray Owl" } | ||
45 | } | ||
46 | connections { | ||
47 | from_room: "Connected Area" | ||
48 | to_room: "Magenta Hallway" | ||
49 | door { name: "Control Center Magenta Door" } | ||
50 | } | ||
51 | connections { | ||
52 | from_room: "Connected Area" | ||
53 | to_room: "Blue Room" | ||
54 | door { name: "Blue Door" } | ||
55 | } | ||
56 | connections { | ||
57 | from_room: "Connected Area" | ||
58 | to_room: "R1C4 Left" | ||
59 | door { name: "Sky Top Doors" } | ||
60 | } | ||
61 | connections { | ||
62 | from_room: "Connected Area" | ||
63 | to_room: "R1C4 Left" | ||
64 | door { name: "Sky Bottom Doors" } | ||
65 | } | ||
66 | connections { | ||
67 | from_room: "Connected Area" | ||
68 | to_room: "R1C4 Left" | ||
69 | door { name: "Gray Owl" } | ||
70 | } | ||
71 | connections { | ||
72 | from_room: "Connected Area" | ||
73 | to_room: "R2C1 Left" | ||
74 | door { name: "Sky Top Doors" } | ||
75 | } | ||
76 | connections { | ||
77 | from_room: "Connected Area" | ||
78 | to_room: "R2C1 Left" | ||
79 | door { name: "Sky Bottom Doors" } | ||
80 | } | ||
81 | connections { | ||
82 | from_room: "Connected Area" | ||
83 | to_room: "R2C1 Left" | ||
84 | door { name: "Gray Owl" } | ||
85 | } | ||
86 | connections { | ||
87 | from { | ||
88 | painting { | ||
89 | room: "Connected Area" | ||
90 | name: "OWL" | ||
91 | } | ||
92 | } | ||
93 | to { | ||
94 | painting { | ||
95 | room: "Z Room" | ||
96 | name: "OWL2" | ||
97 | } | ||
98 | } | ||
99 | oneway: true | ||
100 | } | ||