name: "Main Area" panels { name: "COURTYARD" path: "Panels/Entrances/panel_1" clue: "courtyard" answer: "plaza" symbols: SUN } panels { name: "ASTOUNDING" path: "Panels/Entrances/panel_2" clue: "astounding" answer: "impressive" symbols: PYRAMID } panels { name: "INFLEXIBLE" path: "Panels/Entrances/panel_3" clue: "inflexible" answer: "unyielding" symbols: SUN } panels { name: "AMONG" path: "Panels/Entrances/panel_4" clue: "among" answer: "between" symbols: SUN } panels { name: "AFFABLE" path: "Panels/Entrances/panel_7" clue: "affable" answer: "charismatic" symbols: SUN } ports { name: "UNYIELDING" path: "Components/Warps/worldport" destination { x: 1 y: 0 z: 10 } rotation: 270 } ports { name: "IMPRESSIVE" path: "Components/Warps/worldport2" destination { x: 11 y: 0 z: 10 } rotation: 270 } ports { name: "BETWEEN" path: "Components/Warps/worldport3" destination { x: -9 y: 0 z: 10 } rotation: 270 } label='branches'> Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Nature Room.txtpb
blob: 464d3a247a9fc43ad4e662923006241e5f932f6d (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
name: "Nature Room"
panel_display_name: "North Landscape"
panels {
  name: "SEVERE"
  path: "Panels/General/nature_2"
  clue: "severe"
  answer: "grave"
  symbols: SUN
}
panels {
  name: "FOOT"
  path: "Panels/General/nature_3"
  clue: "foot"
  answer: "yard"
  symbols: BOXES
}
panels {
  name: "PAUSES"
  path: "Panels/General/nature_4"
  clue: "pauses"
  answer: "waits"
  symbols: SUN
}
panels {
  name: "ABOVE"
  path: "Panels/General/nature_5"
  clue: "above"
  answer: "below"
  symbols: SUN
}