about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Outside House.txtpb
blob: fed9dda0cb7707fd2dd123ba8d9b7886eb3c765a (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name: "Outside House"
panel_display_name: "Maze"
panels {
  name: "WHISPER"
  path: "Panels/Beehalls/beehalls_1"
  clue: "whisper"
  answer: "shout"
  symbols: CROSS
}
panels {
  name: "WING"
  path: "Panels/Bee Room/bee_entry_1"
  clue: "wing"
  answer: "sting"
  symbols: ZERO
}
panels {
  name: "DOTE"
  path: "Panels/Bee Room/bee_entry_2"
  clue: "dote"
  answer: "float"
  symbols: ZERO
}
panels {
  name: "VIVID"
  path: "Panels/Intense Room/intense_entry_1"
  clue: "vivid"
  answer: "bright"
  symbols: SUN
}
panels {
  name: "RIGHT"
  path: "Panels/Intense Room/intense_entry_2"
  clue: "right"
  answer: "bright"
  symbols: SPARKLES
}
panels {
  name: "SILENCE"
  path: "Panels/Entry/entry_7"
  clue: "silence"
  answer: "hush"
  symbols: SUN
}
panels {
  name: "BLITHELY"
  path: "Panels/Purple Exterior/purple_7"
  clue: "blithely"
  answer: "the"
  symbols: SPARKLES
  required_door { name: "Purple NW Vestibule Blocker" }
}
panels {
  name: "A"
  path: "Panels/Purple Exterior/purple_4"
  clue: "a"
  answer: "the"
  symbols: EXAMPLE
  required_door { name: "Purple NE Vestibule Blocker" }
}
panels {
  name: "WALLS"
  path: "Panels/Purple Exterior/purple_5"
  clue: "walls"
  answer: "doors"
  symbols: SUN
}
panels {
  name: "LOCK"
  path: "Panels/Purple Exterior/purple_6"
  clue: "lock"
  answer: "unlock"
  symbols: SUN
}
keyholders {
  name: "H"
  path: "Components/KeyHolders/keyHolderH"
  key: "h"
}
paintings {
  name: "CASTLE2"
  path: "Components/Paintings/Group1/castle2"
}
pan class="w"> config.cache_store = :null_store end # Don't care if the mailer can't send. config.action_mailer.raise_delivery_errors = false config.action_mailer.perform_caching = false # Print deprecation notices to the Rails logger. config.active_support.deprecation = :log # Raise an error on page load if there are pending migrations. config.active_record.migration_error = :page_load # Debug mode disables concatenation and preprocessing of assets. # This option may cause significant delays in view rendering with a large # number of complex assets. config.assets.debug = true # Suppress logger output for asset requests. config.assets.quiet = true # Raises error for missing translations # config.action_view.raise_on_missing_translations = true # Use an evented file watcher to asynchronously detect changes in source code, # routes, locales, etc. This feature depends on the listen gem. config.file_watcher = ActiveSupport::EventedFileUpdateChecker config.action_mailer.default_url_options = { host: 'localhost', port: 3000 } end