diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 14:00:30 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 14:00:30 -0400 |
commit | 9f3c1fe983e37441978781f25da65d41eec4ad6e (patch) | |
tree | fb5363ea9a40d7e0c0f0d729797eda3e53905ec0 /data/maps/the_partial/connections.txtpb | |
parent | 7f4eddaa7faf72b3eeee5c15eeaaeede7e1257c4 (diff) | |
download | lingo2-archipelago-9f3c1fe983e37441978781f25da65d41eec4ad6e.tar.gz lingo2-archipelago-9f3c1fe983e37441978781f25da65d41eec4ad6e.tar.bz2 lingo2-archipelago-9f3c1fe983e37441978781f25da65d41eec4ad6e.zip |
Added the_partial
Diffstat (limited to 'data/maps/the_partial/connections.txtpb')
-rw-r--r-- | data/maps/the_partial/connections.txtpb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/data/maps/the_partial/connections.txtpb b/data/maps/the_partial/connections.txtpb new file mode 100644 index 0000000..34ff94f --- /dev/null +++ b/data/maps/the_partial/connections.txtpb | |||
@@ -0,0 +1,32 @@ | |||
1 | connections { | ||
2 | from_room: "Obverse Side" | ||
3 | to_room: "P Room" | ||
4 | door { name: "Giant P" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Obverse Side" | ||
8 | to_room: "Reverse Side" | ||
9 | door { name: "R Entered" } | ||
10 | } | ||
11 | connections { | ||
12 | from_room: "Obverse Side" | ||
13 | to_room: "Reverse Side" | ||
14 | door { name: "P Entered" } | ||
15 | } | ||
16 | connections { | ||
17 | from_room: "Obverse Side" | ||
18 | to_room: "Control Center Entrance" | ||
19 | door { name: "L Entered" } | ||
20 | oneway: true | ||
21 | } | ||
22 | connections { | ||
23 | from_room: "Control Center Entrance" | ||
24 | to_room: "Obverse Side" | ||
25 | door { name: "Control Center Entrance" } | ||
26 | oneway: true | ||
27 | } | ||
28 | connections { | ||
29 | from_room: "Reverse Side" | ||
30 | to_room: "F Room" | ||
31 | door { name: "Giant F" } | ||
32 | } | ||