name: "Pyramid Second Floor" panel_display_name: "Pyramid" panels { name: "TOOL" path: "Panels/Pyramid/pyramid_10" clue: "tool" answer: "spade" symbols: EXAMPLE } panels { name: "SODA" path: "Panels/Pyramid/pyramid_11" clue: "soda" answer: "club" symbols: EXAMPLE } panels { name: "ORGAN" path: "Panels/Pyramid/pyramid_12" clue: "organ" answer: "heart" symbols: EXAMPLE } panels { name: "DIAMOND" path: "Panels/Pyramid/pyramid_9" clue: "diamond" answer: "gem" symbols: EXAMPLE required_door { name: "Pyramid 9 Blocker" } } panels { name: "INSTRUMENT" path: "Panels/Pyramid/pyramid_13" clue: "instrument" answer: "organ" symbols: EXAMPLE required_door { name: "Pyramid 13 Blocker" } display_name: "INSTRUMENT (2F)" } panels { name: "BEVERAGE" path: "Panels/Pyramid/pyramid_14" clue: "beverage" answer: "soda" symbols: EXAMPLE required_door { name: "Pyramid 14 Blocker" } } bel='branches'> Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_sun_temple/connections.txtpb
blob: b0b3a0a3efc2f39d47f22ce8a63615377069cec2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
connections {
  from_room: "Entrance"
  to_room: "Temple"
  door { name: "Entrance" }
}
connections {
  from_room: "Temple"
  to_room: "Ending"
  door { name: "Ending" }
}
connections {
  from_room: "Temple"
  to_room: "Mastery"
  door { name: "Mastery" }
}