about summary refs log tree commit diff stats
path: root/data/maps/the_talented/rooms
Commit message (Expand)AuthorAgeFilesLines
* Added display names to portsStar Rauchenberger2025-09-281-0/+1
* [Data] Annotate shuffleable portsStar Rauchenberger2025-09-211-0/+2
* Added keyholder sanityStar Rauchenberger2025-09-021-0/+1
* Added the_talentedStar Rauchenberger2025-08-253-0/+170
55' href='#n55'>55 56 57
name: "Main Area"
panels {
  name: "COURTYARD"
  path: "Panels/Entrances/panel_1"
  clue: "courtyard"
  answer: "plaza"
  symbols: SUN
}
panels {
  name: "ASTOUNDING"
  path: "Panels/Entrances/panel_2"
  clue: "astounding"
  answer: "impressive"
  symbols: PYRAMID
}
panels {
  name: "INFLEXIBLE"
  path: "Panels/Entrances/panel_3"
  clue: "inflexible"
  answer: "unyielding"
  symbols: SUN
}
panels {
  name: "AMONG"
  path: "Panels/Entrances/panel_4"
  clue: "among"
  answer: "between"
  symbols: SUN
}
panels {
  name: "AFFABLE"
  path: "Panels/Entrances/panel_7"
  clue: "affable"
  answer: "charismatic"
  symbols: SUN
}
ports {
  name: "UNYIELDING"
  display_name: "Unyielding Hallway"
  path: "Components/Warps/worldport"
  destination { x: 1 y: 0 z: 10 }
  rotation: 270
}
ports {
  name: "IMPRESSIVE"
  display_name: "Impressive Hallway"
  path: "Components/Warps/worldport2"
  destination { x: 11 y: 0 z: 10 }
  rotation: 270
}
ports {
  name: "BETWEEN"
  display_name: "Between Hallway"
  path: "Components/Warps/worldport3"
  destination { x: -9 y: 0 z: 10 }
  rotation: 270
}