name: "Puzzle Room" display_name: "Literate" 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" orientation: "south" } e00a5ac42b002007d11dd51a659'>this commit Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_congruent/rooms/Obverse Yellow Room.txtpb
blob: c87efdfff7271330535ffa53ed384b0653c65fc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "Obverse Yellow Room"
panels {
  name: "CIVIL"
  path: "Panels/Main/panel_6"
  clue: "civil"
  answer: "civic"
  symbols: SPARKLES
}
panels {
  name: "CRABS"
  path: "Panels/Main/panel_7"
  clue: "crabs"
  answer: "grabs"
  symbols: SPARKLES
}