summary refs log tree commit diff stats
path: root/data/maps/the_extravagant/connections.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_extravagant/connections.txtpb')
-rw-r--r--data/maps/the_extravagant/connections.txtpb145
1 files changed, 145 insertions, 0 deletions
diff --git a/data/maps/the_extravagant/connections.txtpb b/data/maps/the_extravagant/connections.txtpb new file mode 100644 index 0000000..50b65d5 --- /dev/null +++ b/data/maps/the_extravagant/connections.txtpb
@@ -0,0 +1,145 @@
1connections {
2 from {
3 painting {
4 room: "Y Minus First Floor"
5 name: "SMILE"
6 }
7 }
8 to {
9 painting {
10 room: "Y Minus Second Floor"
11 name: "SMILE"
12 }
13 }
14 oneway: true
15}
16connections {
17 from_room: "Y Minus Second Floor"
18 to_room: "Y Minus First Floor"
19 oneway: true
20}
21connections {
22 from {
23 painting {
24 room: "Y Minus Second Floor"
25 name: "UNMORE"
26 }
27 }
28 to {
29 painting {
30 room: "Y Plus Third Floor"
31 name: "UNMORE"
32 }
33 }
34 oneway: true
35}
36connections {
37 from_room: "Y Plus Third Floor"
38 to_room: "Y Plus First Floor"
39 oneway: true
40}
41connections {
42 from {
43 painting {
44 room: "Y Plus Third Floor"
45 name: "UNDUE"
46 }
47 }
48 to {
49 painting {
50 room: "Hat Chamber"
51 name: "UNDUE"
52 }
53 }
54 oneway: true
55}
56connections {
57 from_room: "Y Minus Third Floor"
58 to_room: "Y Minus Second Floor"
59 oneway: true
60}
61connections {
62 from_room: "Hat Chamber"
63 to_room: "Y Minus Third Floor"
64 oneway: true
65}
66connections {
67 from {
68 painting {
69 room: "Y Plus First Floor"
70 name: "UNDUE"
71 }
72 }
73 to {
74 painting {
75 room: "Engine Room"
76 name: "UNDUE"
77 }
78 }
79 oneway: true
80}
81connections {
82 from {
83 painting {
84 room: "Y Plus First Floor"
85 name: "UNLESS"
86 }
87 }
88 to {
89 painting {
90 room: "X Plus"
91 name: "UNLESS"
92 }
93 }
94 oneway: true
95}
96connections {
97 from_room: "X Plus"
98 to_room: "X Plus Middle Leg"
99 door { name: "M Side Middle Door" }
100}
101connections {
102 from_room: "X Plus"
103 to_room: "X Plus Right Leg"
104 door { name: "M Side Right Door" }
105}
106connections {
107 from {
108 painting {
109 room: "X Plus"
110 name: "UNDONE"
111 }
112 }
113 to {
114 painting {
115 room: "X Minus"
116 name: "UNDONE"
117 }
118 }
119 oneway: true
120}
121connections {
122 from_room: "X Minus"
123 to_room: "X Minus Middle Leg"
124 door { name: "W Side Middle Door" }
125}
126connections {
127 from_room: "X Minus"
128 to_room: "X Minus Right Leg"
129 door { name: "W Side Right Door" }
130}
131connections {
132 from {
133 painting {
134 room: "X Minus"
135 name: "SMILE"
136 }
137 }
138 to {
139 painting {
140 room: "Y Minus Second Floor"
141 name: "SMILE"
142 }
143 }
144 oneway: true
145}