about summary refs log tree commit diff stats
path: root/data/maps/the_ancient/connections.txtpb
Commit message (Expand)AuthorAgeFilesLines
* Added the_ancientStar Rauchenberger2025-08-071-0/+10
a> 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
doors {
  name: "Latitude South Door"
  type: EVENT
  panels { room: "Main Area" name: "TIP" }
  panels { room: "Main Area" name: "KING" }
  panels { room: "Main Area" name: "ARC" }
}
doors {
  name: "Latitude Middle Door"
  type: EVENT
  panels { room: "Main Area" name: "NAIL" }
  panels { room: "Main Area" name: "TILE" }
  panels { room: "Main Area" name: "AQUA" }
}
doors {
  name: "Latitude North Door"
  type: EVENT
  panels { room: "Main Area" name: "PINS" }
  panels { room: "Main Area" name: "IT" }
  panels { room: "Main Area" name: "HERE" }
}
doors {
  name: "Longitude West Door"
  type: EVENT
  panels { room: "Main Area" name: "ARC" }
  panels { room: "Main Area" name: "AQUA" }
  panels { room: "Main Area" name: "HERE" }
}
doors {
  name: "Longitude Middle Door"
  type: EVENT
  panels { room: "Main Area" name: "KING" }
  panels { room: "Main Area" name: "TILE" }
  panels { room: "Main Area" name: "IT" }
}
doors {
  name: "Longitude East Door"
  type: EVENT
  panels { room: "Main Area" name: "TIP" }
  panels { room: "Main Area" name: "NAIL" }
  panels { room: "Main Area" name: "PINS" }
}
doors {
  name: "Mastery Door"
  type: EVENT
  panels { room: "Main Area" name: "HERE" }
  panels { room: "Main Area" name: "TILE" }
  panels { room: "Main Area" name: "TIP" }
  panels { room: "Main Area" name: "Blank" }
  panels { room: "Latitude South" name: "CHARISMA" }
  panels { room: "Latitude Middle" name: "FUNNY" }
  panels { room: "Latitude North" name: "DEPENDABLE" }
  panels { room: "Longitude West" name: "CREATIVE" }
  panels { room: "Longitude Middle" name: "INTELLIGENT" }
  panels { room: "Longitude East" name: "FUN" }
}