about summary refs log tree commit diff stats
path: root/data/maps/the_digital/rooms/Tree Area.txtpb
blob: 56301d5cf8ad121ee34ffdf0be124f62884461d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "Tree Area"
panels {
  name: "TREE"
  path: "Panels/open_tree"
  clue: "tree"
  answer: "trunk"
  symbols: BOXES
}
ports {
  name: "TREE"
  path: "Components/Worldports/worldport4"
  orientation: "east"
  # This is double sided.
}
-weight: bold } /* Literal.Number.Integer.Long */
connections {
  from_room: "Main Area"
  to_room: "Chamber"
  door { name: "U Entrance" }
}
connections {
  from_room: "Main Area"
  to_room: "Chamber"
  door { name: "C Entrance" }
}
connections {
  from_room: "Chamber"
  to_room: "U Room"
  door { name: "U Exit" }
}
connections {
  from_room: "Chamber"
  to_room: "C Room"
  door { name: "C Exit" }
}
connections {
  from_room: "Main Area"
  to_room: "Gallery Maze"
  door { name: "Gallery Entrance" }
}
connections {
  from_room: "Gallery Maze"
  to_room: "Main Area"
  oneway: true
}
connections {
  from_room: "Tree Area"
  to_room: "Main Area"
  door { name: "Tree Entrance" }
}
connections {
  from_room: "Main Area"
  to_room: "Unyielding Entrance"
  door { name: "Control Center Blue Door" }
}