name: "Examples Room" panels { name: "SIZE (1)" path: "Panels/Room 2 Examples/entry_1" clue: "size" answer: "tiny" symbols: EXAMPLE } panels { name: "EMOTION (1)" path: "Panels/Room 2 Examples/entry_2" clue: "emotion" answer: "love" symbols: EXAMPLE } panels { name: "SIZE (2)" path: "Panels/Room 2 Examples/entry_3" clue: "size" answer: "huge" symbols: EXAMPLE } panels { name: "EMOTION (2)" path: "Panels/Room 2 Examples/entry_4" clue: "emotion" answer: "fear" symbols: EXAMPLE } panels { name: "SUPERLATIVE" path: "Panels/Room 2 Examples/entry_5" clue: "superlative" answer: "best" symbols: EXAMPLE } panels { name: "SONNET" path: "Panels/Room 2 Examples/entry_6" clue: "sonnet" answer: "poem" symbols: EXAMPLE } panels { name: "URN" path: "Panels/Room 2 Examples/entry_7" clue: "urn" answer: "grave" symbols: EXAMPLE } panels { name: "ART" path: "Panels/Room 2 Examples/entry_8" clue: "art" answer: "dance" symbols: EXAMPLE } ports { name: "DAEDALUS" path: "Components/Warps/worldport2" orientation: "north" } Randomzier for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_graveyard/rooms/Outside.txtpb
blob: db9de1bb106dbe2509e4dfae8cd92d12cb5659ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: "Outside"
panels {
  name: "FOOT"
  path: "Panels/panel_1"
  clue: "foot"
  answer: "yard"
  symbols: BOXES
  required_door { name: "Outside Puzzles" }
}
panels {
  name: "SEVERE"
  path: "Panels/panel_2"
  clue: "severe"
  answer: "grave"
  symbols: SUN
  required_door { name: "Outside Puzzles" }
}