summary refs log tree commit diff stats
path: root/data/maps/the_extravagant/doors.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-12 23:53:00 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-12 23:53:00 -0400
commitf531a757c6d9488094f2df4b85a4135b211097e9 (patch)
tree18504df8f52ab018d5013ce3ec3ddb9762898eb7 /data/maps/the_extravagant/doors.txtpb
parent4c8a38dfc0121343396d2a0d734cf1445d05b60c (diff)
downloadlingo2-archipelago-f531a757c6d9488094f2df4b85a4135b211097e9.tar.gz
lingo2-archipelago-f531a757c6d9488094f2df4b85a4135b211097e9.tar.bz2
lingo2-archipelago-f531a757c6d9488094f2df4b85a4135b211097e9.zip
Added the_extravagant
Diffstat (limited to 'data/maps/the_extravagant/doors.txtpb')
-rw-r--r--data/maps/the_extravagant/doors.txtpb40
1 files changed, 40 insertions, 0 deletions
diff --git a/data/maps/the_extravagant/doors.txtpb b/data/maps/the_extravagant/doors.txtpb new file mode 100644 index 0000000..b7e7e06 --- /dev/null +++ b/data/maps/the_extravagant/doors.txtpb
@@ -0,0 +1,40 @@
1doors {
2 name: "M Side Middle Door"
3 type: EVENT
4 panels { room: "X Plus" name: "ROSE" }
5}
6doors {
7 name: "M Side Right Door"
8 type: EVENT
9 panels { room: "X Plus" name: "ROSE" }
10}
11doors {
12 name: "W Side Middle Door"
13 type: EVENT
14 panels { room: "X Minus" name: "DUO" }
15}
16doors {
17 name: "W Side Right Door"
18 type: EVENT
19 panels { room: "X Minus" name: "DUO" }
20}
21doors {
22 name: "E Door"
23 type: EVENT
24 panels { room: "Engine Room" name: "ENGINE" }
25 panels { room: "Engine Room" name: "CABOOSE" }
26 panels { room: "Hat Chamber" name: "BRIM" }
27 panels { room: "Hat Chamber" name: "OUTFIT" }
28 panels { room: "X Minus Middle Leg" name: "ANTENNA" }
29 panels { room: "X Minus Right Leg" name: "ROWBOAT" }
30 panels { room: "X Minus" name: "DUO" }
31 panels { room: "X Plus Middle Leg" name: "COLONY" }
32 panels { room: "X Plus Right Leg" name: "HEAD" }
33 panels { room: "X Plus" name: "ROSE" }
34 panels { room: "Y Minus First Floor" name: "RHINO" }
35 panels { room: "Y Minus First Floor" name: "HORN" }
36 panels { room: "Y Minus Second Floor" name: "COMPASS" }
37 panels { room: "Y Minus Third Floor" name: "WHISKERS" }
38 panels { room: "Y Plus Third Floor" name: "CACTUS" }
39 panels { room: "Y Plus Third Floor" name: "TAIL" }
40}