about summary refs log tree commit diff stats
path: root/data/maps/the_tree/connections.txtpb
Commit message (Expand)AuthorAgeFilesLines
* Added the_treeStar Rauchenberger2025-08-261-0/+5
n20'>20 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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
connections {
  from_room: "R2C2 Bottom"
  to_room: "R2C2 Top"
  door { name: "First Door" }
}
connections {
  from_room: "R2C2 Bottom"
  to_room: "R2C2 Top"
  door { name: "Gray Owl" }
}
connections {
  from_room: "R2C2 Bottom"
  to_room: "Connected Area"
  door { name: "Gray Owl" }
}
connections {
  from_room: "R2C3 Bottom"
  to_room: "Connected Area"
  oneway: true
}
connections {
  from_room: "R2C2 Bottom"
  to_room: "Connected Area"
  door { name: "First Room Shortcut" }
}
connections {
  from_room: "R2C2 Top"
  to_room: "Connected Area"
  door { name: "Brush Door" }
}
connections {
  from_room: "R2C2 Top"
  to_room: "Connected Area"
  door { name: "Gray Top Door" }
}
connections {
  from_room: "R2C2 Top"
  to_room: "R2C3 Bottom"
  door { name: "Gray Bottom Door" }
}
connections {
  from_room: "Connected Area"
  to_room: "R2C3 Bottom"
  door { name: "Gray Owl" }
}
connections {
  from_room: "Connected Area"
  to_room: "Magenta Hallway"
  door { name: "Control Center Magenta Door" }
}
connections {
  from_room: "Connected Area"
  to_room: "Blue Room"
  door { name: "Blue Door" }
}
connections {
  from_room: "Connected Area"
  to_room: "R1C4 Left"
  door { name: "Sky Top Doors" }
}
connections {
  from_room: "Connected Area"
  to_room: "R1C4 Left"
  door { name: "Sky Bottom Doors" }
}
connections {
  from_room: "Connected Area"
  to_room: "R1C4 Left"
  door { name: "Gray Owl" }
}
connections {
  from_room: "Connected Area"
  to_room: "R2C1 Left"
  door { name: "Sky Top Doors" }
}
connections {
  from_room: "Connected Area"
  to_room: "R2C1 Left"
  door { name: "Sky Bottom Doors" }
}
connections {
  from_room: "Connected Area"
  to_room: "R2C1 Left"
  door { name: "Gray Owl" }
}
connections {
  from {
    painting {
      room: "Connected Area"
      name: "OWL"
    }
  }
  to {
    painting {
      room: "Z Room"
      name: "OWL2"
    }
  }
  oneway: true
}