name: "West Side" display_name: "West Side" panels { name: "ERASE" path: "Panels/General/entry_9" clue: "erase" answer: "write" symbols: "sun" } panels { name: "TEACH" path: "Panels/Magnet Room/magnet_1" clue: "teach" answer: "learn" symbols: "sun" } panels { name: "RIGHT" path: "Panels/Impressive/entry_1" clue: "right" answer: "wrong" symbols: "sun" } panels { name: "SAVORY" path: "Panels/Favors/favors_1" clue: "savory" answer: "unsavory" symbols: "sun" } panels { name: "FLAVORS" path: "Panels/Favors/favors_2" clue: "flavors" answer: "favors" symbols: "sparkles" } panels { name: "COLOR" path: "Panels/General/entry_5" clue: "color" answer: "red" symbols: "example" } panels { name: "CLUE" path: "Panels/General/entry_3" clue: "clue" answer: "hint" symbols: "sun" } letters { key: "a" path: "Components/Collectables/a" } paintings { name: "EXTRAVAGANT" path: "Components/Paintings/unless" orientation: "north" move: true enter_only: true required_door { name: "Savory Painting" } } ports { name: "IMPRESSIVE" path: "Meshes/Blocks/Warps/worldport2" orientation: "south" } ports { name: "CC" path: "Meshes/Blocks/Warps/worldport9" orientation: "north" } ports { name: "PARTIAL" path: "Meshes/Blocks/Warps/worldport7" orientation: "east" # ER with this is weird; make sure to place on the surface } le class='tabs'> about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Purple Room South.txtpb
blob: 68a6264a152670bb59c5e58ac2b683b1b38307d9 (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
41
42
43
name: "Purple Room South"
panel_display_name: "Central"
panels {
  name: "LITTLE"
  path: "Panels/Halls/hof_1"
  clue: "little"
  answer: "old"
  symbols: QUESTION
}
panels {
  name: "FAREWELL"
  path: "Panels/Halls/hof_2"
  clue: "farewell"
  answer: "greetings"
  symbols: QUESTION
}
panels {
  name: "LAMB"
  path: "Panels/Halls/hof_3"
  clue: "lamb"
  answer: "friend"
  symbols: QUESTION
}
panels {
  name: "ANY"
  path: "Panels/Purple Exterior/purple_3"
  clue: "any"
  answer: "many"
  symbols: SPARKLES
  required_door { name: "Purple SE Vestibule Blocker" }
}
panels {
  name: "THESE"
  path: "Panels/Purple Exterior/purple_10"
  clue: "these"
  answer: "the"
  symbols: SPARKLES
  required_door { name: "Purple SW Vestibule Blocker" }
}
paintings {
  name: "PLANET"
  path: "Components/Paintings/Group1/planet"
}