about summary refs log tree commit diff stats
path: root/data/maps/the_entry/rooms/Starting Room.txtpb
blob: 8e8373b82055889744822425dbf4d49bae3ec6c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weigh
name: "Starting Room"
panel_display_name: "Starting Room"
panels {
  name: "HI"
  path: "Panels/Entry/entry_proxying_1"
  clue: "hi"
  answer: "hi"
  proxies { answer: "hi" path: "Panels/Entry/entry_proxied_1" }
  proxies { answer: "bye" path: "Panels/Entry/entry_proxied_2" }
  proxies { answer: "hidden" path: "Panels/Entry/entry_proxied_5" }
  proxies { answer: "high" path: "Panels/Entry/entry_proxied_3" }
  proxies { answer: "hide" path: "Panels/Entry/entry_proxied_4" }
  proxies { answer: "thewords" path: "Components/Listeners/entry_proxied_6" }
}
panels {
  name: "TRICK"
  path: "Panels/Entry/side_1"
  clue: "trick"
  answer: "trick"
  proxies { answer: "treat" path: "Panels/Entry/side_proxy_1" }
}
panels {
  name: "EYE"
  path: "Panels/Entry/front_1"
  clue: "eye"
  answer: "i"
  #symbols: ZERO
  # This panel blocks getting N1 and T1. We will mod it to be I/I with no symbol
  # when symbol shuffle is on.
}
panels {
  name: "HINT"
  path: "Panels/Entry/second_right"
  clue: "hint"
  answer: "hint"
}
panels {
  name: "THIN"
  path: "Panels/Entry/second_left"
  clue: "thin"
  answer: "thin"
}
panels {
  name: "THAN"
  path: "Panels/D/d_entry"
  clue: "than"
  answer: "than"
}
letters {
  key: "h"
  path: "Components/Collectables/h"
}
letters {
  key: "i"
  path: "Components/Collectables/i"
}
letters {
  key: "n"
  path: "Components/Collectables/n"
}
letters {
  key: "t"
  path: "Components/Collectables/t"
}
# Maze painting should stay vanilla as a hint.
paintings {
  name: "OWL"
  path: "Components/Paintings/owl"
  move: true # how do
  enter_only: true
  orientation: "north"
  required_door { name: "Least Blue Last Panels" }
  display_name: "Near Trick Painting"
}
paintings {
  name: "PAINS"
  path: "Components/Paintings/pains3"
  enter_only: true
  orientation: "east"
  required_door { name: "Near D Room Painting" }
  display_name: "Near D Room Painting"
}