name: "Right Eye" display_name: "Right Eye Area" panels { name: "EYE" path: "Panels/Entry/front_2" clue: "eye" answer: "spy" symbols: "zero" } panels { name: "WANDER" path: "Panels/Pilgrimage/cream_1" clue: "wander" answer: "wander" proxies { answer: "lust" path: "Panels/Pilgrimage/cream_1_proxy_1" } } panels { name: "FAINT" path: "Panels/Entry/partial_1" clue: "faint" answer: "paint" symbols: "sparkles" } paintings { name: "PSYCHIC" path: "Components/Paintings/psychic" required_door { name: "Red Room Painting" } enter_only: true move: true orientation: "west" display_name: "Red Room Painting" }>index : lingo2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_bearer/rooms/Entry.txtpb
blob: 8c83a385ca60ce9ad4a4a9755e919d39f9fc54a6 (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: "Entry"
display_name: "Main Area"
panels {
  name: "VIEW"
  path: "Panels/Entry/panel_1"
  clue: "view"
  answer: "look"
  symbols: "sun"
}
panels {
  name: "HOVER"
  path: "Panels/Entry/panel_2"
  clue: "hover"
  answer: "over"
  symbols: "sparkles"
}
panels {
  name: "SQUISH"
  path: "Panels/Yellow/panel_1"
  clue: "squish"
  answer: "squash"
  symbols: "sun"
}
panels {
  name: "MANE"
  path: "Panels/Yellow/panel_2"
  clue: "mane"
  answer: "lion"
  symbols: "boxes"
}
panels {
  name: "SCHOOL"
  path: "Panels/Yellow/panel_3"
  clue: "school"
  answer: "bus"
  symbols: "example"
}
panels {
  name: "FLYTRAP"
  path: "Panels/Yellow/panel_4"
  clue: "flytrap"
  answer: "venus"
  symbols: "example"
}
panels {
  name: "TOAD"
  path: "Panels/Green/panel_2"
  clue: "toad"
  answer: "frog"
  symbols: "example"
}
panels {
  name: "CYCLING"
  path: "Panels/Green/panel_3"
  clue: "cycling"
  answer: "recycling"
  symbols: "sparkles"
}
ports {
  name: "UNYIELDING"
  path: "Components/Warps/worldport"
  orientation: "east"
}