connections { from_room: "Obverse Side" to_room: "P Room" door { name: "Giant P" } } connections { from_room: "Obverse Side" to_room: "Reverse Side" door { name: "R Entered" } } connections { from_room: "Obverse Side" to_room: "Reverse Side" door { name: "P Entered" } } connections { from_room: "Obverse Side" to_room: "Control Center Entrance" door { name: "L Entered" } } connections { from_room: "Control Center Entrance" to_room: "Obverse Side" door { name: "Control Center Entrance" } } connections { from_room: "Reverse Side" to_room: "F Room" door { name: "Giant F" } } ='main'>index : lingo2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_hive/connections.txtpb
blob: 9a51da1f0f57d50aeb1cac871bda97f4069db55a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
connections {
  from_room: "Main Area"
  to_room: "Room 8"
  door { name: "Room 8 Door" }
}
connections {
  from_room: "Main Area"
  to_room: "Mastery Room"
  door { name: "Mastery Door" }
}