diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-14 09:36:23 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-14 09:36:23 -0400 |
commit | 0fbaff9e15d1214192bd2b70bf4bc90d873727b6 (patch) | |
tree | 6ec3c9405447b6c5dc5d6ce05ff5e917fc6d78c3 /data/maps/the_graveyard/doors.txtpb | |
parent | f49760b18a0369afe55112c5c44cf87ba922c3f5 (diff) | |
download | lingo2-archipelago-0fbaff9e15d1214192bd2b70bf4bc90d873727b6.tar.gz lingo2-archipelago-0fbaff9e15d1214192bd2b70bf4bc90d873727b6.tar.bz2 lingo2-archipelago-0fbaff9e15d1214192bd2b70bf4bc90d873727b6.zip |
Added the_graveyard
Diffstat (limited to 'data/maps/the_graveyard/doors.txtpb')
-rw-r--r-- | data/maps/the_graveyard/doors.txtpb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/maps/the_graveyard/doors.txtpb b/data/maps/the_graveyard/doors.txtpb new file mode 100644 index 0000000..64204ae --- /dev/null +++ b/data/maps/the_graveyard/doors.txtpb | |||
@@ -0,0 +1,25 @@ | |||
1 | doors { | ||
2 | name: "Outside Puzzles" | ||
3 | type: EVENT | ||
4 | # TODO: gravestones | ||
5 | # The Maze (the_great) | ||
6 | # The Tree (the_tree) | ||
7 | # The Landscapes (the_great) | ||
8 | # The Three Doors (the_three_doors) | ||
9 | # Behind The Keen (the_linear) | ||
10 | # Into The Mouth (the_great) | ||
11 | # Red Against Blue (the_great) | ||
12 | # Building Building (the_great) | ||
13 | } | ||
14 | doors { | ||
15 | name: "Mausoleum Door" | ||
16 | type: EVENT | ||
17 | panels { room: "Outside" name: "FOOT" } | ||
18 | panels { room: "Outside" name: "SEVERE" } | ||
19 | } | ||
20 | doors { | ||
21 | name: "Double Letters" | ||
22 | type: EVENT | ||
23 | switches: "double_letters" | ||
24 | # TODO: once again, not sure whether this is how it should work | ||
25 | } | ||