name: "West Spire" display_name: "West Area" panels { name: "MISSING" path: "Panels/Entry/wb_5" clue: "missing" answer: "lost" symbols: SUN } panels { name: "BYE" path: "Panels/Entry/wb_4" clue: "bye" answer: "lamb" symbols: QUESTION } panels { name: "CUT" path: "Panels/Pairs Room/pairs_1" clue: "cut" answer: "chop" symbols: SUN } panels { name: "STONES" path: "Panels/Pairs Room/pairs_2" clue: "stones" answer: "sticks" symbols: QUESTION } panels { name: "CONCEALED" path: "Panels/Entry/entry_4" clue: "concealed" answer: "hidden" symbols: SUN } panels { name: "CAW" path: "Panels/Gold/gold_2" clue: "caw" answer: "rooster" symbols: SOUND } 2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/West Spire.txtpb
blob: 7cc579f6336bca65c91e4abeb3305d4f2e287d27 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
name: "West Spire"
panel_display_name: "West Area"
panels {
  name: "MISSING"
  path: "Panels/Entry/wb_5"
  clue: "missing"
  answer: "lost"
  symbols: SUN
}
panels {
  name: "BYE"
  path: "Panels/Entry/wb_4"
  clue: "bye"
  answer: "lamb"
  symbols: QUESTION
}
panels {
  name: "CUT"
  path: "Panels/Pairs Room/pairs_1"
  clue: "cut"
  answer: "chop"
  symbols: SUN
}
panels {
  name: "STONES"
  path: "Panels/Pairs Room/pairs_2"
  clue: "stones"
  answer: "sticks"
  symbols: QUESTION
}
panels {
  name: "CONCEALED"
  path: "Panels/Entry/entry_4"
  clue: "concealed"
  answer: "hidden"
  symbols: SUN
}
panels {
  name: "CAW"
  path: "Panels/Gold/gold_2"
  clue: "caw"
  answer: "rooster"
  symbols: SOUND
}