summary refs log tree commit diff stats
path: root/data/maps/the_plaza/connections.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-17 15:12:15 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-17 15:12:15 -0400
commite99f7bf302b528242a99b500f6c5b2423daaefd6 (patch)
tree1a3a81d7b16b7c4d4517f014d19af79d8ebc584e /data/maps/the_plaza/connections.txtpb
parentfee17b050898f2bb783c74bb8a43098954cce536 (diff)
downloadlingo2-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.txtpb45
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 @@
1connections {
2 from_room: "Main Area"
3 to_room: "Repetitive Entrance"
4 door { name: "Repetitive Entrance" }
5}
6connections {
7 from_room: "Main Area"
8 to_room: "Symbolic Entrance"
9 door { name: "Symbolic Entrance" }
10}
11connections {
12 from_room: "Main Area"
13 to_room: "Sirenic Entrance"
14 door { name: "Sirenic Entrance" }
15}
16connections {
17 from_room: "Main Area"
18 to_room: "Center Room"
19 door { name: "Turtle Entrance" }
20}
21connections {
22 from_room: "Center Room"
23 to_room: "Top Left Room"
24 door { name: "Top Left Door" }
25}
26connections {
27 from_room: "Center Room"
28 to_room: "Top Right Room"
29 door { name: "Top Right Door" }
30}
31connections {
32 from_room: "Center Room"
33 to_room: "Bottom Left Room"
34 door { name: "Bottom Left Door" }
35}
36connections {
37 from_room: "Center Room"
38 to_room: "Bottom Right Room"
39 door { name: "Bottom Right Door" }
40}
41connections {
42 from_room: "Center Room"
43 to_room: "Mastery"
44 door { name: "Mastery" }
45}