about summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Right Eye.txtpb
blob: 55ccc8ca9745d0d195ba0d9a3baa3c6cb2bd7edc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-co
name: "Right Eye"
display_name: "Right Eye Area"
panels {
  name: "EYE"
  path: "Panels/Entry/front_2"
  clue: "eye"
  answer: "spy"
  symbols: "zero"
}
panels {
  name: "WANDER"
  path: "Panels/Pilgrimage/cream_1"
  clue: "wander"
  answer: "wander"
  proxies { answer: "lust" path: "Panels/Pilgrimage/cream_1_proxy_1" }
}
panels {
  name: "FAINT"
  path: "Panels/Entry/partial_1"
  clue: "faint"
  answer: "paint"
  symbols: "sparkles"
}
paintings {
  name: "PSYCHIC"
  path: "Components/Paintings/psychic"
  required_door { name: "Red Room Painting" }
  enter_only: true
  move: true
  orientation: "west"
  display_name: "Red Room Painting"
}
lass="p">} // namespace com::fourisland::lingo2_archipelago int main(int argc, char** argv) { if (argc != 2) { std::cout << "Incorrect argument count." << std::endl; std::cout << "Usage: validator [path to map directory]" << std::endl; return 1; } std::string mapdir = argv[1]; com::fourisland::lingo2_archipelago::Run(mapdir); return 0; }