display_name: "Daedalus" # These paintings can't be shuffled because they are behind panels. excluded_nodes: "Components/Paintings/Group3/mouse" excluded_nodes: "Components/Paintings/Group3/bee" excluded_nodes: "Components/Paintings/Group3/coins1" excluded_nodes: "Components/Paintings/Group3/coins2" excluded_nodes: "Components/Paintings/Group3/coins3" excluded_nodes: "Components/Paintings/Group3/coins4" # These are all sideways, high up, hint paintings. Theoretically could be # exit only and rotated in-game, but not for now. excluded_nodes: "Components/Paintings/Group3/coins5" excluded_nodes: "Components/Paintings/Group3/coins6" excluded_nodes: "Components/Paintings/Group3/coins7" excluded_nodes: "Components/Paintings/Group3/coins8" # This panel is out of bounds and not intended to be solved. excluded_nodes: "Panels/Castle Entrance/castle_direction_4" # Let's ignore the second half of the rainbow painting for now. excluded_nodes: "Components/Paintings/Group1/rainbow2" # This panel is not accessible in vanilla because the door to it requires # solving the panel itself. excluded_nodes: "Panels/Entry/seal" # This is not real. excluded_nodes: "Panels/Entry/fake" d>
about summary refs log tree commit diff stats
path: root/data/maps/the_wise/doors.txtpb
blob: cef4af33a7fb54c825c9882f7327ad5ff3c8f559 (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
doors {
  name: "Front Door"
  type: STANDARD
  receivers: "Components/Doors/entry_2"
  panels { room: "Entry" name: "INK" }
  location_room: "Entry"
}
doors {
  name: "Seasons"
  type: EVENT
  panels { room: "Puzzles" name: "ERAS" answer: "seasons" }
}
doors {
  name: "Mastery"
  type: EVENT
  panels { room: "Puzzles" name: "STORY" }
  panels { room: "Puzzles" name: "VENTURE" }
  panels { room: "Puzzles" name: "PASSED" }
  panels { room: "Puzzles" name: "SLUMBERING" }
  panels { room: "Puzzles" name: "RHYME" }
  panels { room: "Puzzles" name: "OBSCURE" }
  panels { room: "Puzzles" name: "PROPHET" }
  panels { room: "Puzzles" name: "ERAS" }
  panels { room: "Puzzles" name: "DARKNESS" }
  panels { room: "Puzzles" name: "PRINCE" }
  panels { room: "Puzzles" name: "BATH" }
  panels { room: "Puzzles" name: "CHAOTIC" }
  panels { room: "Puzzles" name: "EYES" }
  panels { room: "Puzzles" name: "QUEENDOOM" }
  panels { room: "Puzzles" name: "SHOUTS" }
  panels { room: "Puzzles" name: "INTELLIGENCE" }
  panels { room: "Puzzles" name: "EARTHWAR" }
  panels { room: "Puzzles" name: "SLEEPER" }
  panels { room: "Puzzles" name: "BOTTLE" }
  panels { room: "Puzzles" name: "WORDS" }
}