about summary refs log tree commit diff stats
path: root/data/maps/the_ancient/rooms/Inside.txtpb
blob: d088682a314a7407b9662833c151287bf640c4fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
name: "Inside"
display_name: "Inside"
panels {
  name: "COLOR"
  path: "Panels/panel_2"
  clue: "color"
  answer: "lavender"
  symbols: EXAMPLE
  # TODO: how does this connect to the "lavender_cubes" switch?
}
class="highlight">
connections {
  from_room: "Center"
  to_room: "Nuclear Side"
  door { name: "Nuclear Wall" }
}
connections {
  from_room: "Center"
  to_room: "Rain Side"
  door { name: "Rain Wall" }
}
connections {
  from_room: "Center"
  to_room: "Tornado Side"
  door { name: "Tornado Wall" }
}
connections {
  from_room: "Center"
  to_room: "Volcano Side"
  door { name: "Volcano Wall" }
}
connections {
  from_room: "Nuclear Side"
  to_room: "Nuclear Vestibule"
  door { name: "Side Doors" }
}
connections {
  from_room: "Tornado Side"
  to_room: "Tornado Vestibule"
  door { name: "Side Doors" }
}
connections {
  from_room: "Nuclear Side"
  to_room: "X2 Room"
  door { name: "X Door" }
}