name: "Southwest Room 3" panels { name: "RING" path: "Panels/Southwest Room3/sw_1" clue: "ring" answer: "mourning" symbols: SPARKLES } panels { name: "MINE" path: "Panels/Southwest Room3/sw_2" clue: "mine" answer: "magazine" symbols: SPARKLES } panels { name: "PAL" path: "Panels/Southwest Room3/sw_3" clue: "pal" answer: "hospital" symbols: SPARKLES } panels { name: "PIT" path: "Panels/Southwest Room3/sw_4" clue: "pit" answer: "hospital" symbols: SPARKLES } panels { name: "AGE" path: "Panels/Southwest Room3/sw_5" clue: "age" answer: "magazine" symbols: SPARKLES } panels { name: "MAZE" path: "Panels/Southwest Room3/sw_6" clue: "maze" answer: "magazine" symbols: SPARKLES } panels { name: "URN" path: "Panels/Southwest Room3/sw_7" clue: "urn" answer: "mourning" symbols: SPARKLES } panels { name: "HOST" path: "Panels/Southwest Room3/sw_8" clue: "host" answer: "hospital" symbols: SPARKLES } panels { name: "MUG" path: "Panels/Southwest Room3/sw_9" clue: "mug" answer: "mourning" symbols: SPARKLES } oup> Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_symbolic/rooms/Poetry Room Left.txtpb
blob: 2d2eb3f1bdea6e87657d7e92b747f41829dfa2fa (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
name: "Poetry Room Left"
panels {
  name: "TRUE"
  path: "Panels/NotNoT/panel5"
  clue: "true"
  answer: "true"
}
panels {
  name: "NOT"
  path: "Panels/NotNoT/panel6"
  clue: "not"
  answer: "not"
}
panels {
  name: "NOT TRUE"
  path: "Panels/NotNoT/not_true_proxying"
  clue: ""
  answer: "false"
  symbols: EVAL
  symbols: LINGO
  proxies { answer: "false" path: "Panels/NotNoT/not_true_proxied_1" }
  proxies { answer: "rue" path: "Panels/NotNoT/not_true_proxied_2" }
}