name: "Wonderland" panel_display_name: "Northwest Area" panels { name: "APRIL" path: "Panels/Wonderland/wonderland_1" clue: "april" answer: "march" symbols: EXAMPLE } panels { name: "UNDER" path: "Panels/Wonderland/wonderland_2" clue: "under" answer: "wonder" symbols: ZERO } panels { name: "ANGRY" path: "Panels/Wonderland/wonderland_3" clue: "angry" answer: "mad" symbols: SUN } panels { name: "ARTS" path: "Panels/Wonderland/wonderland_4" clue: "arts" answer: "hearts" symbols: SPARKLES } panels { name: "SONG" path: "Panels/Wonderland/wonderland_5" clue: "song" answer: "carol" symbols: EXAMPLE } ports { name: "WONDROUS" path: "Components/Warps/Worldports/worldport3" destination { x: -104 y: 0 z: -69 } rotation: 180 } ='hidden' name='id' value='b0f474bee1c8e1111f7542bf4985136d9aedf340'/> Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_literate/rooms/Puzzle Room.txtpb
blob: a3eab21e63dbab78b914bfb9b775f34c1dbe6447 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: "Puzzle Room"
panels {
  name: "WATER"
  path: "Panels/entry_1"
  clue: "water"
  answer: "ice"
  symbols: CROSS
}
panels {
  name: "JUICE"
  path: "Panels/entry_2"
  clue: "juice"
  answer: "popsicle"
  symbols: CROSS
}
panels {
  name: "MAGMA"
  path: "Panels/entry_3"
  clue: "magma"
  answer: "rock"
  symbols: CROSS
}
panels {
  name: "CREATURE"
  path: "Panels/entry_4"
  clue: "creature"
  answer: "corpse"
  symbols: CROSS
}
panels {
  name: "SAND"
  path: "Panels/entry_5"
  clue: "sand"
  answer: "glass"
  symbols: CROSS
}
panels {
  name: "LIQUID"
  path: "Panels/entry_6"
  clue: "liquid"
  answer: "gas"
  symbols: CROSS
}
panels {
  name: "STICK"
  path: "Panels/entry_7"
  clue: "stick"
  answer: "torch"
  symbols: CROSS
}
panels {
  name: "BREAD"
  path: "Panels/entry_8"
  clue: "bread"
  answer: "toast"
  symbols: CROSS
}
ports {
  name: "ENTRY"
  path: "Components/Warps/worldport"
  destination { x: 0 y: 0 z: 7.5 }
  rotation: 0
}