diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-12 23:53:00 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-12 23:53:00 -0400 |
commit | f531a757c6d9488094f2df4b85a4135b211097e9 (patch) | |
tree | 18504df8f52ab018d5013ce3ec3ddb9762898eb7 /data/maps/the_extravagant/rooms/Engine Room.txtpb | |
parent | 4c8a38dfc0121343396d2a0d734cf1445d05b60c (diff) | |
download | lingo2-archipelago-f531a757c6d9488094f2df4b85a4135b211097e9.tar.gz lingo2-archipelago-f531a757c6d9488094f2df4b85a4135b211097e9.tar.bz2 lingo2-archipelago-f531a757c6d9488094f2df4b85a4135b211097e9.zip |
Added the_extravagant
Diffstat (limited to 'data/maps/the_extravagant/rooms/Engine Room.txtpb')
-rw-r--r-- | data/maps/the_extravagant/rooms/Engine Room.txtpb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/maps/the_extravagant/rooms/Engine Room.txtpb b/data/maps/the_extravagant/rooms/Engine Room.txtpb new file mode 100644 index 0000000..b724a65 --- /dev/null +++ b/data/maps/the_extravagant/rooms/Engine Room.txtpb | |||
@@ -0,0 +1,29 @@ | |||
1 | name: "Engine Room" | ||
2 | display_name: "Engine Room" | ||
3 | panels { | ||
4 | name: "ENGINE" | ||
5 | path: "Panels/panel_8" | ||
6 | clue: "engine" | ||
7 | answer: "train" | ||
8 | symbols: "boxes" | ||
9 | } | ||
10 | panels { | ||
11 | name: "CABOOSE" | ||
12 | path: "Panels/panel_9" | ||
13 | clue: "caboose" | ||
14 | answer: "train" | ||
15 | symbols: "boxes" | ||
16 | } | ||
17 | paintings { | ||
18 | name: "UNDUE" | ||
19 | path: "Components/Paintings/undue3" | ||
20 | gravity: Z_PLUS | ||
21 | orientation: "south" # TODO: this is meaningless with Z-axis gravity :/ | ||
22 | display_name: "E Side Painting On E" | ||
23 | } | ||
24 | ports { | ||
25 | name: "GALLERY" | ||
26 | path: "Components/Warps/worldport2" | ||
27 | gravity: Z_PLUS | ||
28 | # TODO: orientation is not well defined with Z-axis gravity | ||
29 | } | ||