diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 19:41:46 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-26 19:41:46 -0400 |
commit | 286ca58803f1829df9730ca12eee51035999850c (patch) | |
tree | 9c38e1f21552eb8e09aff755a306f3adfea18874 /data/maps/the_unkempt/connections.txtpb | |
parent | 1b68ed2e63e037d34caec8ff3b2d939a44c12d19 (diff) | |
download | lingo2-archipelago-286ca58803f1829df9730ca12eee51035999850c.tar.gz lingo2-archipelago-286ca58803f1829df9730ca12eee51035999850c.tar.bz2 lingo2-archipelago-286ca58803f1829df9730ca12eee51035999850c.zip |
Added the_unkempt
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 | } | ||