display_name: "The Orb" # These are inaccessible, and were probably just copy pasted from the other # rooms. excluded_nodes: "Components/Warps/worldport2" excluded_nodes: "Components/Warps/worldport3" ate' title='Atom feed' href='https://code.fourisland.com/lingo2-archipelago/atom/data/maps/the_digital/connections.txtpb?h=v8.0.2' type='application/atom+xml'/>
about summary refs log tree commit diff stats
path: root/data/maps/the_digital/connections.txtpb
blob: 04d612e50d7319bcf0458fe1bdfe4e90b796b6ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
connections {
  from_room: "Main Area"
  to_room: "Chamber"
  door { name: "U Entrance" }
}
connections {
  from_room: "Main Area"
  to_room: "Chamber"
  door { name: "C Entrance" }
}
connections {
  from_room: "Chamber"
  to_room: "U Room"
  door { name: "U Exit" }
}
connections {
  from_room: "Chamber"
  to_room: "C Room"
  door { name: "C Exit" }
}
connections {
  from_room: "Main Area"
  to_room: "Gallery Maze"
  door { name: "Gallery Entrance" }
}
connections {
  from_room: "Gallery Maze"
  to_room: "Main Area"
  oneway: true
}
connections {
  from_room: "Tree Area"
  to_room: "Main Area"
  door { name: "Tree Entrance" }
}