name: "Huge" panels { name: "SHRINK" path: "Panels/panel_3" clue: "shrink" answer: "shrink" display_name: "SHRINK (2)" } panels { name: "IRE" path: "Panels/panel_4" clue: "ire" answer: "fire" symbols: SPARKLES } panels { name: "BRIE" path: "Panels/panel_5" clue: "brie" answer: "three" symbols: ZERO } panels { name: "WICK" path: "Panels/panel_6" clue: "wick" answer: "candle" symbols: BOXES } panels { name: "BARK" path: "Panels/panel_7" clue: "bark" answer: "tree" symbols: BOXES } panels { name: "HARE" path: "Panels/panel_8" clue: "hare" answer: "chair" symbols: ZERO } panels { name: "CHIME" path: "Panels/panel_9" clue: "chime" answer: "chimney" symbols: SPARKLES } panels { name: "LIBRARY" path: "Panels/panel_10" clue: "library" answer: "book" symbols: BOXES } fd0ee1ff0123a58109a4d'/> Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_symbolic/rooms/Red Blue Room.txtpb
blob: c246853b70d070b672026fb2c2535bf6103dc2b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: "Red Blue Room"
panels {
  name: "RIGHTWARD"
  path: "Panels/Entry/rightward_proxying"
  clue: "rightward"
  answer: "word"
  symbols: ZERO
  symbols: EVAL
  proxies { answer: "word" path: "Panels/Entry/rightward_proxyied_1" }
  proxies { answer: "whirred" path: "Panels/Entry/rightward_proxyied_2" }
}
panels {
  name: "TYPEWRITING"
  path: "Panels/Entry/typewriter_proxying"
  clue: "typewriting"
  answer: "writing"
  symbols: EVAL
  proxies { answer: "writing" path: "Panels/Entry/typewriter_proxied_1" }
  proxies { answer: "poetry" path: "Panels/Entry/typewriter_proxied_2" }
}