name: "Y Plus Third Floor" # It's the second floor too... panels { name: "CACTUS" path: "Panels/panel_6" clue: "cactus" answer: "thorn" symbols: BOXES } panels { name: "TAIL" path: "Panels/panel_12" clue: "tail" answer: "rat" symbols: BOXES } paintings { name: "UNMORE" path: "Components/Paintings/unmore2" gravity: Y_PLUS orientation: "east" display_name: "E Side Third Floor Painting" } paintings { name: "UNDUE" path: "Components/Paintings/undue2" gravity: Y_PLUS orientation: "south" display_name: "Hat Chamber Upside Down Painting" } ng' alt='cgit logo'/> index : lingo2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_impressive/rooms/Green Eye.txtpb
blob: aa31b07a7b1cd3b2deceefc08b757d84d7f9008c (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
name: "Green Eye"
panel_display_name: "Outside"
panels {
  name: "RETURN"
  path: "Panels/entry_5"
  clue: "return"
  answer: "turn"
  symbols: SPARKLES
}
panels {
  name: "TO"
  path: "Panels/entry_6"
  clue: "to"
  answer: "to"
}
panels {
  name: "LEFT"
  path: "Panels/entry_7"
  clue: "left"
  answer: "right"
  symbols: SUN
}
ports {
  name: "PLAZA"
  display_name: "Green Hallway"
  path: "Components/Warps/worldport3"
  destination { x: -33 y: 0 z: 1 }
  rotation: 90
}