about summary refs log tree commit diff stats
path: root/data/maps/the_sun_temple/doors.txtpb
blob: 7ee2c562da503e1267591bb0b6790843396c2564 (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
doors {
  name: "Entrance"
  type: STANDARD
  receivers: "Components/Doors/entry_1"
  panels { room: "Entrance" name: "SUN" }
  location_room: "Entrance"
}
doors {
  name: "Ending"
  type: EVENT
  panels { room: "Temple" name: "EQUINOX" answer: "equinox" }
}
doors {
  name: "Mastery"
  type: EVENT
  panels { room: "Entrance" name: "SUN" answer: "moon" }
  panels { room: "Temple" name: "DELAY" answer: "night" }
  panels { room: "Temple" name: "LAWN" answer: "dusk" }
  panels { room: "Temple" name: "JUMP" answer: "autumn" }
  panels { room: "Temple" name: "HEAVY" answer: "dark" }
  panels { room: "Temple" name: "KNIFE" answer: "death" }
  panels { room: "Temple" name: "ARM" answer: "chill" }
}
; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
name: "Main Area"
panels {
  name: "GEMSTONE"
  path: "Panels/Main/panel_1"
  clue: "gemstone"
  answer: "ruby"
  symbols: EXAMPLE
  proxies { answer: "jade" path: "Panels/J/panel_1" }
}
panels {
  name: "PULL"
  path: "Panels/Main/panel_2"
  clue: "pull"
  answer: "yank"
  symbols: PYRAMID
  proxies { answer: "jerk" path: "Panels/J/panel_2" }
}
panels {
  name: "LOIN"
  path: "Panels/Main/panel_3"
  clue: "loin"
  answer: "coin"
  symbols: ZERO
  proxies { answer: "join" path: "Panels/J/panel_3" }
}
panels {
  name: "SMALL"
  path: "Panels/Main/panel_4"
  clue: "small"
  answer: "large"
  symbols: SUN
  proxies { answer: "jumbo" path: "Panels/J/panel_4" }
}
panels {
  name: "HOP"
  path: "Panels/Main/panel_5"
  clue: "hop"
  answer: "leap"
  symbols: PYRAMID
  proxies { answer: "jump" path: "Panels/J/panel_5" }
}
panels {
  name: "UNFAIR"
  path: "Panels/Main/panel_6"
  clue: "unfair"
  answer: "fair"
  symbols: SUN
  proxies { answer: "just" path: "Panels/J/panel_6" }
}
panels {
  name: "SPRINT"
  path: "Panels/Main/panel_7"
  clue: "sprint"
  answer: "run"
  symbols: PYRAMID
  proxies { answer: "jog" path: "Panels/J/panel_7" }
}
panels {
  name: "MINOR"
  path: "Panels/Main/panel_8"
  clue: "minor"
  answer: "adult"
  symbols: SUN
  proxies { answer: "major" path: "Panels/J/panel_8" }
}
panels {
  name: "BIRD"
  path: "Panels/Main/panel_9"
  clue: "bird"
  answer: "owl"
  symbols: EXAMPLE
  proxies { answer: "jay" path: "Panels/J/panel_9" }
}
panels {
  name: "TREE"
  path: "Panels/Main/panel_10"
  clue: "tree"
  answer: "forest"
  symbols: BOXES
  proxies { answer: "jungle" path: "Panels/J/panel_10" }
}
panels {
  name: "ORANGE"
  path: "Panels/Main/panel_11"
  clue: "orange"
  answer: "fruit"
  symbols: EXAMPLE
  proxies { answer: "juice" path: "Panels/J/panel_11" }
}
panels {
  name: "QUEEN"
  path: "Panels/Main/panel_12"
  clue: "queen"
  answer: "king"
  symbols: EXAMPLE
  proxies { answer: "jack" path: "Panels/J/panel_12" }
}
ports {
  name: "GREAT"
  path: "Components/Warps/worldport"
  orientation: "west"
}