diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-04 16:02:12 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-04 16:02:12 -0400 |
commit | e36aead557d767539326b230f9ba8b89b4d1d1df (patch) | |
tree | c1beb6283b08c482cffa0549de47877b65655ebb /data/connections.yaml | |
parent | 4fb8d5c4bd08b848818622ec864f451e7d51d1d0 (diff) | |
download | lingo2-archipelago-e36aead557d767539326b230f9ba8b89b4d1d1df.tar.gz lingo2-archipelago-e36aead557d767539326b230f9ba8b89b4d1d1df.tar.bz2 lingo2-archipelago-e36aead557d767539326b230f9ba8b89b4d1d1df.zip |
Mapped out The Entry
Diffstat (limited to 'data/connections.yaml')
-rw-r--r-- | data/connections.yaml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/data/connections.yaml b/data/connections.yaml new file mode 100644 index 0000000..9963cba --- /dev/null +++ b/data/connections.yaml | |||
@@ -0,0 +1,49 @@ | |||
1 | - from: | ||
2 | panel: | ||
3 | map: the_entry | ||
4 | room: Starting Room | ||
5 | panel: HI | ||
6 | answer: thewords | ||
7 | to: ["the_words", "Entrance"] | ||
8 | oneway: True | ||
9 | - from: | ||
10 | port: ["the_entry", "Gallery Return", "GALLERY"] | ||
11 | to: | ||
12 | port: ["the_gallery", "Main Area", "ENTRY"] | ||
13 | - from: | ||
14 | port: ["the_entry", "Shop Entrance", "SHOP"] | ||
15 | to: | ||
16 | port: ["the_shop", "Shop", "ENTRY"] | ||
17 | - from: | ||
18 | painting: ["the_entry", "Right Eye", "PSYCHIC"] | ||
19 | to: ["the_partial", "Entrance"] | ||
20 | oneway: True | ||
21 | - from: | ||
22 | port: ["the_entry", "Flipped Second Room", "FOUR"] | ||
23 | to: | ||
24 | port: ["the_four_rooms", "Entry Room", "ENTRY"] | ||
25 | - from: | ||
26 | port: ["the_entry", "Eye Room", "LIONIZED"] | ||
27 | to: | ||
28 | port: ["the_lionized", "Area", "ENTRY"] | ||
29 | - from: | ||
30 | port: ["the_entry", "Least Blue Last", "DARKROOM"] | ||
31 | to: | ||
32 | port: ["the_darkroom", "First Room", "ENTRY"] | ||
33 | - from: | ||
34 | port: ["the_entry", "Parthenon Return", "PARTHENON"] | ||
35 | to: | ||
36 | port: ["the_parthenon", "Area", "ENTRY"] | ||
37 | - from: | ||
38 | port: ["the_entry", "Lime Room", "DAEDALUS"] | ||
39 | to: | ||
40 | port: ["daedalus", "", ""] # TODO | ||
41 | - from: | ||
42 | port: ["the_entry", "Lime Room", "REVITALIZED"] | ||
43 | to: | ||
44 | port: ["the_revitalized", "Entrance", "PARTHENON"] | ||
45 | oneway: True | ||
46 | - from: | ||
47 | painting: ["the_entry", "Link Area", "PYRAMID"] | ||
48 | to: ["the_wise", "Entrance"] | ||
49 | oneway: True | ||