summary refs log tree commit diff stats
path: root/data/maps/the_graveyard/doors.txtpb
blob: 64204aebacb6d20c5448c4aebfba749dfd13e803 (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
doors {
  name: "Outside Puzzles"
  type: EVENT
  # TODO: gravestones
  # The Maze (the_great)
  # The Tree (the_tree)
  # The Landscapes (the_great)
  # The Three Doors (the_three_doors)
  # Behind The Keen (the_linear)
  # Into The Mouth (the_great)
  # Red Against Blue (the_great)
  # Building Building (the_great)
}
doors {
  name: "Mausoleum Door"
  type: EVENT
  panels { room: "Outside" name: "FOOT" }
  panels { room: "Outside" name: "SEVERE" }
}
doors {
  name: "Double Letters"
  type: EVENT
  switches: "double_letters"
  # TODO: once again, not sure whether this is how it should work
}