about summary refs log tree commit diff stats
path: root/data/maps/the_talented/rooms
Commit message (Collapse)AuthorAgeFilesLines
* Added the_talentedStar Rauchenberger2025-08-253-0/+170
='n17' href='#n17'>17 18 19 20 21 22 23 24 25 26 27 28 29 30
name: "Engine Room"
panels {
  name: "ENGINE"
  path: "Panels/panel_8"
  clue: "engine"
  answer: "train"
  symbols: BOXES
}
panels {
  name: "CABOOSE"
  path: "Panels/panel_9"
  clue: "caboose"
  answer: "train"
  symbols: BOXES
}
paintings {
  name: "UNDUE"
  path: "Components/Paintings/undue3"
  gravity: Z_PLUS
  orientation: "south" # TODO: this is meaningless with Z-axis gravity :/
  display_name: "E Side Painting On E"
}
ports {
  name: "GALLERY"
  display_name: "Engine Room Worldport"
  path: "Components/Warps/worldport2"
  gravity: Z_PLUS
  # TODO: entrance shuffling for non Y axis gravity
  no_shuffle: true
}