name: "Eye Room" panel_display_name: "Eye Room" panels { name: "I" path: "Panels/Entry/eyes_1" clue: "i" answer: "eyes" symbols: ZERO symbols: PLANET } paintings { name: "ENTER" path: "Components/Paintings/eyes2" orientation: "south" display_name: "Black Wall Painting" } paintings { name: "EXIT" path: "Components/Paintings/eyes4" orientation: "west" display_name: "Beige Wall Painting" } paintings { name: "GALLERY" path: "Components/Paintings/eyes5" orientation: "east" move: true enter_only: true required_door { name: "Third Eye Painting" } display_name: "Painting Beside Panel" } ports { name: "LIONIZED" path: "Components/Warps/worldport10" orientation: "north" } form'>
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Zoo S.txtpb
blob: 3f3a8de239390ccacdd8cd696b89ffe8055675e3 (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
name: "Zoo S"
panel_display_name: "Zoo"
panels {
  name: "SHELL"
  path: "Panels/V Maze/four_9"
  clue: "shell"
  answer: "crab"
  symbols: BOXES
}
panels {
  name: "FIN"
  path: "Panels/V Maze/four_10"
  clue: "fin"
  answer: "fish"
  symbols: BOXES
  display_name: "FIN (S)"
}
panels {
  name: "PINCER"
  path: "Panels/V Maze/four_11"
  clue: "pincer"
  answer: "crab"
  symbols: BOXES
}
panels {
  name: "SCALE"
  path: "Panels/V Maze/four_12"
  clue: "scale"
  answer: "fish"
  symbols: BOXES
}