doors { name: "Front Door" type: EVENT panels { room: "Entry" name: "WONDER" } } doors { name: "Shrink Door" type: STANDARD receivers: "Components/Doors/wonderlandDoor2/animationListener2" panels { room: "Regular" name: "SHRINK" } location_room: "Regular" } doors { name: "Big Door" type: EVENT panels { room: "Huge" name: "SHRINK" } panels { room: "Huge" name: "IRE" } panels { room: "Huge" name: "BRIE" } panels { room: "Huge" name: "WICK" } panels { room: "Huge" name: "BARK" } panels { room: "Huge" name: "HARE" } panels { room: "Huge" name: "CHIME" } panels { room: "Huge" name: "LIBRARY" } } 'cgit logo'/> index : lingo2-archipelago
Randomzier for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Question Room When.txtpb
blob: b3ee2dba77b51dcabfea1c72506c86d1e878cdc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: "Question Room When"
panel_display_name: "Question Room"
panels {
  name: "QUESTION"
  path: "Panels/Questions/question_1"
  clue: "question"
  answer: "what"
  symbols: EXAMPLE
  proxies { answer: "when" path: "Panels/Question Proxies/question_1_proxied" }
  proxies { answer: "why" path: "Panels/Question Proxies/question_1_proxied2" }
  proxies { answer: "what" path: "Panels/Question Proxies/question_1_proxied3" }
  proxies { answer: "who" path: "Panels/Question Proxies/question_1_proxied4" }
  proxies { answer: "how" path: "Panels/Question Proxies/question_1_proxied5" }
  proxies { answer: "where" path: "Panels/Question Proxies/question_1_proxied6" }
  display_name: "QUESTION (When)"
}
paintings {
  name: "WHY"
  path: "Components/Paintings/why2"
  orientation: "north"
  gravity: Y_PLUS
}