diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-10 12:25:52 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-10 12:25:52 -0400 |
commit | e1d1b6e1f51b2152373be73ea59900ee410e33d2 (patch) | |
tree | 5b7e4e3309ad3399525e52b9e3eac5ba88e82c39 /data/maps/the_congruent/connections.txtpb | |
parent | 482b251a26c6701e77ddcc167b78e7986fb0a25e (diff) | |
download | lingo2-archipelago-e1d1b6e1f51b2152373be73ea59900ee410e33d2.tar.gz lingo2-archipelago-e1d1b6e1f51b2152373be73ea59900ee410e33d2.tar.bz2 lingo2-archipelago-e1d1b6e1f51b2152373be73ea59900ee410e33d2.zip |
Added the_congruent
Diffstat (limited to 'data/maps/the_congruent/connections.txtpb')
-rw-r--r-- | data/maps/the_congruent/connections.txtpb | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/data/maps/the_congruent/connections.txtpb b/data/maps/the_congruent/connections.txtpb new file mode 100644 index 0000000..2af0a4d --- /dev/null +++ b/data/maps/the_congruent/connections.txtpb | |||
@@ -0,0 +1,45 @@ | |||
1 | connections { | ||
2 | from_room: "Main Area" | ||
3 | to_room: "Flipped Magenta Room" | ||
4 | door { name: "Flipped Magenta Door" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Main Area" | ||
8 | to_room: "Flipped Yellow Room" | ||
9 | door { name: "Flipped Yellow Door" } | ||
10 | } | ||
11 | connections { | ||
12 | from_room: "Main Area" | ||
13 | to_room: "C Keyholder" | ||
14 | door { name: "C Keyholder Blocker" } | ||
15 | } | ||
16 | connections { | ||
17 | from_room: "Main Area" | ||
18 | to_room: "C2 Room" | ||
19 | door { name: "C2 Door" } | ||
20 | } | ||
21 | connections { | ||
22 | from_room: "Main Area" | ||
23 | to_room: "Obverse Yellow Room" | ||
24 | door { name: "Obverse Yellow Door" } | ||
25 | } | ||
26 | connections { | ||
27 | from_room: "Obverse Yellow Room" | ||
28 | to_room: "G Keyholder" | ||
29 | door { name: "G Keyholder Blocker" } | ||
30 | } | ||
31 | connections { | ||
32 | from_room: "Main Area" | ||
33 | to_room: "G2 Room" | ||
34 | door { name: "G2 Door" } | ||
35 | } | ||
36 | connections { | ||
37 | from_room: "Main Area" | ||
38 | to_room: "Obverse Magenta Room" | ||
39 | door { name: "Obverse Magenta Door" } | ||
40 | } | ||
41 | connections { | ||
42 | from_room: "Obverse Magenta Room" | ||
43 | to_room: "T Keyholder" | ||
44 | door { name: "T Keyholder Blocker" } | ||
45 | } | ||