name: "Left Room" panels { name: "HIDE" path: "Panels/Room_1/panel_1" clue: "hide" answer: "unmask" symbols: SUN } panels { name: "LEFT" path: "Panels/Room_1/panel_4" clue: "left" answer: "wrong" symbols: SUN } panels { name: "MORE" path: "Panels/Room_1/panel_7" clue: "more" answer: "your" symbols: ZERO } ink rel='vcs-git' href='https://git.fourisland.com/lingo2-archipelago' title='lingo2-archipelago Git repository'/>
about summary refs log tree commit diff stats
path: root/data/maps/the_graveyard/doors.txtpb
blob: 5743fb74e42ff615ad6a217061af7236dfdd7d98 (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
  doors { map: "the_great" name: "Red Against Blue Gravestone" }
  doors { map: "the_great" name: "Into The Mouth Gravestone" }
  doors { map: "the_great" name: "The Landscapes Gravestone" }
  doors { map: "the_great" name: "The Maze Gravestone" }
  doors { map: "the_great" name: "Building Building Gravestone" }
  doors { map: "the_linear" name: "Behind The Keen Gravestone" }
  # TODO: gravestones
  # The Tree (the_tree)
  # The Three Doors (the_three_doors)
}
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
}