From e36aead557d767539326b230f9ba8b89b4d1d1df Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 4 Aug 2025 16:02:12 -0400 Subject: Mapped out The Entry --- data/connections.yaml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 data/connections.yaml (limited to 'data/connections.yaml') 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 @@ +- from: + panel: + map: the_entry + room: Starting Room + panel: HI + answer: thewords + to: ["the_words", "Entrance"] + oneway: True +- from: + port: ["the_entry", "Gallery Return", "GALLERY"] + to: + port: ["the_gallery", "Main Area", "ENTRY"] +- from: + port: ["the_entry", "Shop Entrance", "SHOP"] + to: + port: ["the_shop", "Shop", "ENTRY"] +- from: + painting: ["the_entry", "Right Eye", "PSYCHIC"] + to: ["the_partial", "Entrance"] + oneway: True +- from: + port: ["the_entry", "Flipped Second Room", "FOUR"] + to: + port: ["the_four_rooms", "Entry Room", "ENTRY"] +- from: + port: ["the_entry", "Eye Room", "LIONIZED"] + to: + port: ["the_lionized", "Area", "ENTRY"] +- from: + port: ["the_entry", "Least Blue Last", "DARKROOM"] + to: + port: ["the_darkroom", "First Room", "ENTRY"] +- from: + port: ["the_entry", "Parthenon Return", "PARTHENON"] + to: + port: ["the_parthenon", "Area", "ENTRY"] +- from: + port: ["the_entry", "Lime Room", "DAEDALUS"] + to: + port: ["daedalus", "", ""] # TODO +- from: + port: ["the_entry", "Lime Room", "REVITALIZED"] + to: + port: ["the_revitalized", "Entrance", "PARTHENON"] + oneway: True +- from: + painting: ["the_entry", "Link Area", "PYRAMID"] + to: ["the_wise", "Entrance"] + oneway: True -- cgit 1.4.1