about summary refs log tree commit diff stats
path: root/data/maps/the_literate/doors.txtpb
blob: d17d02b70a4728670207cb302b65f86a35376d49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
doors {
  name: "Door"
  type: STANDARD
  receivers: "Components/Doors/entry_1"
  panels { room: "Puzzle Room" name: "WATER" }
  panels { room: "Puzzle Room" name: "JUICE" }
  panels { room: "Puzzle Room" name: "MAGMA" }
  panels { room: "Puzzle Room" name: "CREATURE" }
  panels { room: "Puzzle Room" name: "SAND" }
  panels { room: "Puzzle Room" name: "LIQUID" }
  panels { room: "Puzzle Room" name: "STICK" }
  panels { room: "Puzzle Room" name: "BREAD" }
  location_room: "Puzzle Room"
  location_name: "Puzzles"
}
.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: "Puzzle Room"
panels {
  name: "WATER"
  path: "Panels/entry_1"
  clue: "water"
  answer: "ice"
  symbols: CROSS
}
panels {
  name: "JUICE"
  path: "Panels/entry_2"
  clue: "juice"
  answer: "popsicle"
  symbols: CROSS
}
panels {
  name: "MAGMA"
  path: "Panels/entry_3"
  clue: "magma"
  answer: "rock"
  symbols: CROSS
}
panels {
  name: "CREATURE"
  path: "Panels/entry_4"
  clue: "creature"
  answer: "corpse"
  symbols: CROSS
}
panels {
  name: "SAND"
  path: "Panels/entry_5"
  clue: "sand"
  answer: "glass"
  symbols: CROSS
}
panels {
  name: "LIQUID"
  path: "Panels/entry_6"
  clue: "liquid"
  answer: "gas"
  symbols: CROSS
}
panels {
  name: "STICK"
  path: "Panels/entry_7"
  clue: "stick"
  answer: "torch"
  symbols: CROSS
}
panels {
  name: "BREAD"
  path: "Panels/entry_8"
  clue: "bread"
  answer: "toast"
  symbols: CROSS
}
ports {
  name: "ENTRY"
  path: "Components/Warps/worldport"
  orientation: "south"
}