diff options
Diffstat (limited to 'data/maps/the_unkempt/connections.txtpb')
-rw-r--r-- | data/maps/the_unkempt/connections.txtpb | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/data/maps/the_unkempt/connections.txtpb b/data/maps/the_unkempt/connections.txtpb new file mode 100644 index 0000000..a9e30db --- /dev/null +++ b/data/maps/the_unkempt/connections.txtpb | |||
@@ -0,0 +1,60 @@ | |||
1 | connections { | ||
2 | from_room: "Main Area" | ||
3 | to_room: "Right Area" | ||
4 | door { name: "Right Door" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Middle Room" | ||
8 | to_room: "Unsymmetry Room" | ||
9 | door { name: "W2 Room Door" } | ||
10 | } | ||
11 | connections { | ||
12 | from_room: "Main Area" | ||
13 | to_room: "Middle Room" | ||
14 | door { name: "Cyan Doors" } | ||
15 | } | ||
16 | connections { | ||
17 | from_room: "Main Area" | ||
18 | to_room: "Exit Room 2" | ||
19 | door { name: "Exit Door 1" } | ||
20 | } | ||
21 | connections { | ||
22 | from_room: "Exit Room 2" | ||
23 | to_room: "Exit Room 3" | ||
24 | door { name: "Exit Door 2" } | ||
25 | } | ||
26 | connections { | ||
27 | from_room: "Main Area" | ||
28 | to_room: "Control Center Entrance" | ||
29 | door { name: "I Entered" } | ||
30 | } | ||
31 | connections { | ||
32 | from_room: "Main Area" | ||
33 | to_room: "Control Center Entrance" | ||
34 | door { name: "Control Center Entrance" } | ||
35 | } | ||
36 | connections { | ||
37 | from_room: "Right Area" | ||
38 | to_room: "V1 Room" | ||
39 | door { name: "V1 Door" } | ||
40 | } | ||
41 | connections { | ||
42 | from_room: "Right Area" | ||
43 | to_room: "Daedalus Entrance" | ||
44 | door { name: "Control Center Orange Door" } | ||
45 | } | ||
46 | connections { | ||
47 | from_room: "Unsymmetry Room" | ||
48 | to_room: "W2 Room" | ||
49 | door { name: "W2 Door" } | ||
50 | } | ||
51 | connections { | ||
52 | from_room: "Unsymmetry Room" | ||
53 | to_room: "V Keyholder" | ||
54 | door { name: "V Keyholder" } | ||
55 | } | ||
56 | connections { | ||
57 | from_room: "Unsymmetry Room" | ||
58 | to_room: "W Keyholder" | ||
59 | door { name: "W Keyholder" } | ||
60 | } | ||