summary refs log tree commit diff stats
path: root/data/connections.yaml
blob: 9963cbab4d1404a96050406d2ee32a329464f05d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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