diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-18 17:17:27 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-18 17:17:27 -0400 |
commit | 59a1f9e9c96d6ce89cffcb93e567b5ee601ed4ab (patch) | |
tree | 06fadbd89c92a8f90a51bfdeb288cfa69eed04bb /data/maps/the_relentless/doors.txtpb | |
parent | 8a6162739027302c205a1cb244a35b4a6f7012fa (diff) | |
download | lingo2-archipelago-59a1f9e9c96d6ce89cffcb93e567b5ee601ed4ab.tar.gz lingo2-archipelago-59a1f9e9c96d6ce89cffcb93e567b5ee601ed4ab.tar.bz2 lingo2-archipelago-59a1f9e9c96d6ce89cffcb93e567b5ee601ed4ab.zip |
Added the_relentless
Diffstat (limited to 'data/maps/the_relentless/doors.txtpb')
-rw-r--r-- | data/maps/the_relentless/doors.txtpb | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/data/maps/the_relentless/doors.txtpb b/data/maps/the_relentless/doors.txtpb new file mode 100644 index 0000000..11f6369 --- /dev/null +++ b/data/maps/the_relentless/doors.txtpb | |||
@@ -0,0 +1,79 @@ | |||
1 | doors { | ||
2 | name: "Left/Turn Door" | ||
3 | type: LOCATION_ONLY | ||
4 | panels { room: "Left Room" name: "HIDE" } | ||
5 | panels { room: "Left Room" name: "LEFT" } | ||
6 | panels { room: "Left Room" name: "MORE" } | ||
7 | panels { room: "Turn Room" name: "HIDE (1)" } | ||
8 | panels { room: "Turn Room" name: "HIDE (2)" } | ||
9 | panels { room: "Turn Room" name: "MORE" } | ||
10 | location_room: "Turn Room" | ||
11 | } | ||
12 | doors { | ||
13 | name: "Turn/Shop Door" | ||
14 | type: LOCATION_ONLY | ||
15 | panels { room: "Turn Room" name: "HIDE (1)" } | ||
16 | panels { room: "Turn Room" name: "HIDE (2)" } | ||
17 | panels { room: "Turn Room" name: "MORE" } | ||
18 | panels { room: "Shop Room" name: "LEFT (1)" } | ||
19 | panels { room: "Shop Room" name: "LEFT (2)" } | ||
20 | panels { room: "Shop Room" name: "EXIT (1)" } | ||
21 | panels { room: "Shop Room" name: "EXIT (2)" } | ||
22 | panels { room: "Shop Room" name: "EXIT (3)" } | ||
23 | location_room: "Turn Room" | ||
24 | } | ||
25 | doors { | ||
26 | name: "All Doors" | ||
27 | type: EVENT | ||
28 | panels { room: "Left Room" name: "HIDE" } | ||
29 | panels { room: "Left Room" name: "LEFT" } | ||
30 | panels { room: "Left Room" name: "MORE" } | ||
31 | panels { room: "Turn Room" name: "HIDE (1)" } | ||
32 | panels { room: "Turn Room" name: "HIDE (2)" } | ||
33 | panels { room: "Turn Room" name: "MORE" } | ||
34 | panels { room: "Shop Room" name: "LEFT (1)" } | ||
35 | panels { room: "Shop Room" name: "LEFT (2)" } | ||
36 | panels { room: "Shop Room" name: "EXIT (1)" } | ||
37 | panels { room: "Shop Room" name: "EXIT (2)" } | ||
38 | panels { room: "Shop Room" name: "EXIT (3)" } | ||
39 | } | ||
40 | doors { | ||
41 | name: "All Panels" | ||
42 | type: EVENT | ||
43 | panels { room: "Left Room" name: "HIDE" } | ||
44 | panels { room: "Left Room" name: "LEFT" } | ||
45 | panels { room: "Left Room" name: "MORE" } | ||
46 | panels { room: "Turn Room" name: "HIDE (1)" } | ||
47 | panels { room: "Turn Room" name: "HIDE (2)" } | ||
48 | panels { room: "Turn Room" name: "MORE" } | ||
49 | panels { room: "Shop Room" name: "LEFT (1)" } | ||
50 | panels { room: "Shop Room" name: "LEFT (2)" } | ||
51 | panels { room: "Shop Room" name: "EXIT (1)" } | ||
52 | panels { room: "Shop Room" name: "EXIT (2)" } | ||
53 | panels { room: "Shop Room" name: "EXIT (3)" } | ||
54 | panels { room: "All" name: "LEFT (1)" } | ||
55 | panels { room: "All" name: "LEFT (2)" } | ||
56 | panels { room: "All" name: "EXIT (1)" } | ||
57 | panels { room: "All" name: "EXIT (2)" } | ||
58 | panels { room: "All" name: "EXIT (3)" } | ||
59 | panels { room: "All" name: "MORE (1)" } | ||
60 | panels { room: "All" name: "MORE (2)" } | ||
61 | panels { room: "All" name: "HIDE" } | ||
62 | panels { room: "Left And Turn" name: "HIDE (1)" } | ||
63 | panels { room: "Left And Turn" name: "HIDE (2)" } | ||
64 | panels { room: "Left And Turn" name: "HIDE (3)" } | ||
65 | panels { room: "Left And Turn" name: "LEFT (1)" } | ||
66 | panels { room: "Left And Turn" name: "LEFT (2)" } | ||
67 | panels { room: "Left And Turn" name: "MORE (1)" } | ||
68 | panels { room: "Left And Turn" name: "MORE (2)" } | ||
69 | panels { room: "Left And Turn" name: "MORE (3)" } | ||
70 | panels { room: "Left And Turn" name: "MORE (4)" } | ||
71 | panels { room: "Turn And Shop" name: "LEFT (1)" } | ||
72 | panels { room: "Turn And Shop" name: "LEFT (2)" } | ||
73 | panels { room: "Turn And Shop" name: "EXIT (1)" } | ||
74 | panels { room: "Turn And Shop" name: "EXIT (2)" } | ||
75 | panels { room: "Turn And Shop" name: "EXIT (3)" } | ||
76 | panels { room: "Turn And Shop" name: "HIDE (1)" } | ||
77 | panels { room: "Turn And Shop" name: "HIDE (2)" } | ||
78 | panels { room: "Turn And Shop" name: "MORE" } | ||
79 | } | ||