name: "Center" 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 display_name: "CLOUD (1)" } panels { name: "WIND" path: "Panels/Room_1/panel_10" clue: "wind" answer: "tornado" symbols: CROSS display_name: "WIND (1)" } ports { name: "ENTRY" path: "Components/Warps/worldport" destination { x: -8.5 y: 0 z: 6 } rotation: 270 } td> index : lingo2-archipelago
Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/control_center/rooms/Entry.txtpb
blob: 09c21aa0fc8d94ddca20622017f9a45953c279ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "Entry"
panels {
  name: "HELLO"
  path: "Panels/Doors/entry_1"
  clue: "hello"
  answer: "hi"
  symbols: SUN
}
ports {
  name: "GREAT"
  display_name: "Main Entrance"
  path: "Components/Warps/worldport"
  destination { x: 0 y: 0 z: -1.5 }
  rotation: 0
}