about summary refs log tree commit diff stats
path: root/data/maps/the_ancient/connections.txtpb
blob: 23989ab1fcb40dc7dadaeb66a89cb7154a372ecc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
connections {
  from_room: "Outside"
  to_room: "Inside"
  door { name: "Front Door" }
}
connections {
  from_room: "Inside"
  to_room: "Ending"
  door { name: "End Door" }
}
le>
name: "Control Center Entrance"
panels {
  name: "RETURN"
  path: "Panels/Control/panel_10"
  clue: "return"
  answer: "turn"
  symbols: SPARKLES
}
ports {
  name: "CC"
  path: "Components/Warps/worldport2"
  destination { x: -19 y: 0 z: 8 }
  rotation: 180
  # TODO: shuffle entrances with dependent keyholders
  no_shuffle: true
}