name: "Center" display_name: "Stormy" panels { name: "REACTOR" path: "Panels/Room_1/panel_7" clue: "reactor" answer: "meltdown" symbols: CROSS } panels { name: "VOLCANO" path: "Panels/Room_1/panel_8" clue: "volcano" answer: "eruption" symbols: AGE } panels { name: "CLOUD" path: "Panels/Room_1/panel_9" clue: "cloud" answer: "rain" symbols: AGE } panels { name: "WIND" path: "Panels/Room_1/panel_10" clue: "wind" answer: "tornado" symbols: CROSS } ports { name: "ENTRY" path: "Components/Warps/worldport" orientation: "west" } cgit logo index : lingo2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_plaza/rooms/Repetitive Entrance.txtpb
blob: 3857d5fe55be227fadde1a23b5e79afdff889e2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Repetitive Entrance"
panels {
  name: "TEDIOUS"
  path: "Panels/Entrances/panel_6"
  clue: "tedious"
  answer: "repetitive"
  symbols: SUN
}
ports {
  name: "REPETITIVE"
  path: "Components/Warps/worldport5"
  orientation: "north"
}