name: "Main Area" panels { name: "ARC" path: "Panels/Room_1/panel_1" clue: "arc" answer: "arctic" symbols: QUESTION } panels { name: "KING" path: "Panels/Room_1/panel_2" clue: "king" answer: "tacking" symbols: QUESTION } panels { name: "TIP" path: "Panels/Room_1/panel_3" clue: "tip" answer: "tiptoe" symbols: QUESTION } panels { name: "AQUA" path: "Panels/Room_1/panel_4" clue: "aqua" answer: "aquatic" symbols: QUESTION } panels { name: "TILE" path: "Panels/Room_1/panel_5" clue: "tile" answer: "tactile" symbols: QUESTION } panels { name: "NAIL" path: "Panels/Room_1/panel_6" clue: "nail" answer: "toenail" symbols: QUESTION } panels { name: "HERE" path: "Panels/Room_1/panel_7" clue: "here" answer: "heretic" symbols: QUESTION } panels { name: "IT" path: "Panels/Room_1/panel_8" clue: "it" answer: "tacit" symbols: QUESTION } panels { name: "PINS" path: "Panels/Room_1/panel_9" clue: "pins" answer: "pintoes" symbols: QUESTION } panels { name: "Blank" path: "Panels/Room 3/panel_10" clue: "" answer: "tactic" symbols: QUESTION } ports { name: "WORLDPORT" display_name: "Entrance" path: "Components/Warps/worldport" destination { x: 0 y: 0 z: 9.5 } rotation: 0 } witch'/> Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_relentless/rooms/Turn Room.txtpb
blob: 525786cb931ef225c3ff09931680e8402c7a7f56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: "Turn Room"
panels {
  name: "HIDE (1)"
  path: "Panels/Room_2/panel_2"
  clue: "hide"
  answer: "hide"
}
panels {
  name: "HIDE (2)"
  path: "Panels/Room_2/panel_3"
  clue: "hide"
  answer: "seek"
  symbols: SUN
}
panels {
  name: "MORE"
  path: "Panels/Room_2/panel_9"
  clue: "more"
  answer: "less"
  symbols: SUN
}