name: "Purple Vegetable (View)" display_name: "Main Area" panels { name: "AUBERGINE" path: "Panels/Purple/panel_1" clue: "aubergine" answer: "eggplant" symbols: SUN } href='https://code.fourisland.com/lingo2-archipelago/atom/data/maps/the_sirenic/doors.txtpb?h=client-v3.2' type='application/atom+xml'/>
about summary refs log tree commit diff stats
path: root/data/maps/the_sirenic/doors.txtpb
blob: 851881e9c20616dfc2ea4e8c13310a4006315e4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
doors {
  name: "Entrance"
  type: STANDARD
  receivers: "Components/Doors/Door"
  receivers: "Components/Doors/Door2"
  panels { room: "Start" name: "Flipped" }
  panels { room: "Start" name: "Obverse" }
  location_room: "Start"
}
doors {
  name: "Puzzles"
  type: EVENT
  panels { room: "Puzzles" name: "Left Top 1" }
  panels { room: "Puzzles" name: "Left Top 2" }
  panels { room: "Puzzles" name: "Left Top 3" }
  panels { room: "Puzzles" name: "Left Top 4" }
  panels { room: "Puzzles" name: "Left Top 5" }
  panels { room: "Puzzles" name: "Left Bottom 1" }
  panels { room: "Puzzles" name: "Left Bottom 2" }
  panels { room: "Puzzles" name: "Left Bottom 3" }
  panels { room: "Puzzles" name: "Left Bottom 4" }
  panels { room: "Puzzles" name: "Right Top 1" }
  panels { room: "Puzzles" name: "Right Top 2" }
  panels { room: "Puzzles" name: "Right Bottom 1" }
  panels { room: "Puzzles" name: "Right Bottom 2" }
  panels { room: "Puzzles" name: "Right Bottom 3" }
  panels { room: "Puzzles" name: "Right Bottom 4" }
}