name: "Zoo N" panel_display_name: "Zoo" panels { name: "BILL" path: "Panels/V Maze/four_13" clue: "bill" answer: "goose" symbols: BOXES } panels { name: "FIN" path: "Panels/V Maze/four_14" clue: "fin" answer: "whale" symbols: BOXES display_name: "FIN (N)" } panels { name: "BLOWHOLE" path: "Panels/V Maze/four_15" clue: "blowhole" answer: "whale" symbols: BOXES } panels { name: "FEATHER" path: "Panels/V Maze/four_16" clue: "feather" answer: "goose" symbols: BOXES } panels { name: "LEAF" path: "Panels/V Maze/door_1" clue: "leaf" answer: "tree" symbols: BOXES # visible through the tinted door } /a> index : lingo2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb
blob: 3857d5fe55be227fadde1a23b5e79afdff889e2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Repetitive Entrance"
panels {
  name: "TEDIOUS"
  path: "Panels/Entrances/panel_6"
  clue: "tedious"
  answer: "repetitive"
  symbols: SUN
}
ports {
  name: "REPETITIVE"
  path: "Components/Warps/worldport5"
  orientation: "north"
}