doors { name: "Outside Puzzles" type: EVENT doors { map: "the_great" name: "Red Against Blue Gravestone" } doors { map: "the_great" name: "Into The Mouth Gravestone" } doors { map: "the_great" name: "The Landscapes Gravestone" } doors { map: "the_great" name: "The Maze Gravestone" } doors { map: "the_great" name: "Building Building Gravestone" } doors { map: "the_linear" name: "Behind The Keen Gravestone" } # TODO: gravestones # The Tree (the_tree) # The Three Doors (the_three_doors) } doors { name: "Mausoleum Door" type: EVENT panels { room: "Outside" name: "FOOT" } panels { room: "Outside" name: "SEVERE" } } doors { name: "Double Letters" type: EVENT switches: "double_letters" # TODO: once again, not sure whether this is how it should work } cfee29fe6500e96c3b8669c12ac944716e9aae4'/> Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_extravagant/doors.txtpb
blob: b7e7e06865b836618a7559b6d7d16ea1d2bf7a06 (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
29
30
31
32
33
34
35
36
37
38
39
40
doors {
  name: "M Side Middle Door"
  type: EVENT
  panels { room: "X Plus" name: "ROSE" }
}
doors {
  name: "M Side Right Door"
  type: EVENT
  panels { room: "X Plus" name: "ROSE" }
}
doors {
  name: "W Side Middle Door"
  type: EVENT
  panels { room: "X Minus" name: "DUO" }
}
doors {
  name: "W Side Right Door"
  type: EVENT
  panels { room: "X Minus" name: "DUO" }
}
doors {
  name: "E Door"
  type: EVENT
  panels { room: "Engine Room" name: "ENGINE" }
  panels { room: "Engine Room" name: "CABOOSE" }
  panels { room: "Hat Chamber" name: "BRIM" }
  panels { room: "Hat Chamber" name: "OUTFIT" }
  panels { room: "X Minus Middle Leg" name: "ANTENNA" }
  panels { room: "X Minus Right Leg" name: "ROWBOAT" }
  panels { room: "X Minus" name: "DUO" }
  panels { room: "X Plus Middle Leg" name: "COLONY" }
  panels { room: "X Plus Right Leg" name: "HEAD" }
  panels { room: "X Plus" name: "ROSE" }
  panels { room: "Y Minus First Floor" name: "RHINO" }
  panels { room: "Y Minus First Floor" name: "HORN" }
  panels { room: "Y Minus Second Floor" name: "COMPASS" }
  panels { room: "Y Minus Third Floor" name: "WHISKERS" }
  panels { room: "Y Plus Third Floor" name: "CACTUS" }
  panels { room: "Y Plus Third Floor" name: "TAIL" }
}