diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 09:10:54 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-17 09:10:54 -0400 |
commit | 3cd16688ea2f467a16473b6b3c4cbb61e0819a1f (patch) | |
tree | c0a7abe679271ee135e5f2d044b9e0ebcea9dcb6 /data/maps/the_orb/rooms/B Room.txtpb | |
parent | 33b078f78cc77b8f99607ce31ff79a7ac9ac3dc4 (diff) | |
download | lingo2-archipelago-3cd16688ea2f467a16473b6b3c4cbb61e0819a1f.tar.gz lingo2-archipelago-3cd16688ea2f467a16473b6b3c4cbb61e0819a1f.tar.bz2 lingo2-archipelago-3cd16688ea2f467a16473b6b3c4cbb61e0819a1f.zip |
Added the_orb
Diffstat (limited to 'data/maps/the_orb/rooms/B Room.txtpb')
-rw-r--r-- | data/maps/the_orb/rooms/B Room.txtpb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/maps/the_orb/rooms/B Room.txtpb b/data/maps/the_orb/rooms/B Room.txtpb new file mode 100644 index 0000000..08dce6e --- /dev/null +++ b/data/maps/the_orb/rooms/B Room.txtpb | |||
@@ -0,0 +1,29 @@ | |||
1 | name: "B Room" | ||
2 | display_name: "Orb" | ||
3 | letters { | ||
4 | key: "b" | ||
5 | path: "Components/Collectables/b" | ||
6 | } | ||
7 | paintings { | ||
8 | name: "SPIRAL" | ||
9 | path: "Meshes/spiral" | ||
10 | # TODO: This is too high up to enter. It's also a hint painting. | ||
11 | exit_only: true | ||
12 | } | ||
13 | # I believe worldport2 and worldport3 are completely inaccessible. | ||
14 | # TODO: Should these two be independent for shuffling purposes, or always tied | ||
15 | # to the Main Area's port? | ||
16 | ports { | ||
17 | name: "MID" | ||
18 | path: "Components/Warps/worldport4" | ||
19 | orientation: "south" | ||
20 | # This port is in the room immediately after solving the B puzzles, which | ||
21 | # means it seems like it would be inaccessible if you enter the map from the | ||
22 | # painting or from the final port, but entering the O or R areas brings you | ||
23 | # back to the beginning. | ||
24 | } | ||
25 | ports { | ||
26 | name: "FINAL" | ||
27 | path: "Components/Warps/worldport5" | ||
28 | orientation: "south" | ||
29 | } | ||