diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 15:12:15 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 15:12:15 -0400 |
commit | e99f7bf302b528242a99b500f6c5b2423daaefd6 (patch) | |
tree | 1a3a81d7b16b7c4d4517f014d19af79d8ebc584e /data/maps/the_plaza/connections.txtpb | |
parent | fee17b050898f2bb783c74bb8a43098954cce536 (diff) | |
download | lingo2-archipelago-e99f7bf302b528242a99b500f6c5b2423daaefd6.tar.gz lingo2-archipelago-e99f7bf302b528242a99b500f6c5b2423daaefd6.tar.bz2 lingo2-archipelago-e99f7bf302b528242a99b500f6c5b2423daaefd6.zip |
Added the_plaza
Diffstat (limited to 'data/maps/the_plaza/connections.txtpb')
-rw-r--r-- | data/maps/the_plaza/connections.txtpb | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/data/maps/the_plaza/connections.txtpb b/data/maps/the_plaza/connections.txtpb new file mode 100644 index 0000000..44586be --- /dev/null +++ b/data/maps/the_plaza/connections.txtpb | |||
@@ -0,0 +1,45 @@ | |||
1 | connections { | ||
2 | from_room: "Main Area" | ||
3 | to_room: "Repetitive Entrance" | ||
4 | door { name: "Repetitive Entrance" } | ||
5 | } | ||
6 | connections { | ||
7 | from_room: "Main Area" | ||
8 | to_room: "Symbolic Entrance" | ||
9 | door { name: "Symbolic Entrance" } | ||
10 | } | ||
11 | connections { | ||
12 | from_room: "Main Area" | ||
13 | to_room: "Sirenic Entrance" | ||
14 | door { name: "Sirenic Entrance" } | ||
15 | } | ||
16 | connections { | ||
17 | from_room: "Main Area" | ||
18 | to_room: "Center Room" | ||
19 | door { name: "Turtle Entrance" } | ||
20 | } | ||
21 | connections { | ||
22 | from_room: "Center Room" | ||
23 | to_room: "Top Left Room" | ||
24 | door { name: "Top Left Door" } | ||
25 | } | ||
26 | connections { | ||
27 | from_room: "Center Room" | ||
28 | to_room: "Top Right Room" | ||
29 | door { name: "Top Right Door" } | ||
30 | } | ||
31 | connections { | ||
32 | from_room: "Center Room" | ||
33 | to_room: "Bottom Left Room" | ||
34 | door { name: "Bottom Left Door" } | ||
35 | } | ||
36 | connections { | ||
37 | from_room: "Center Room" | ||
38 | to_room: "Bottom Right Room" | ||
39 | door { name: "Bottom Right Door" } | ||
40 | } | ||
41 | connections { | ||
42 | from_room: "Center Room" | ||
43 | to_room: "Mastery" | ||
44 | door { name: "Mastery" } | ||
45 | } | ||