about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Bee Room Obverse.txtpb
blob: 7677ed1ef78c876dd80328b67b60e1136c13ccbd (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
name: "Bee Room Obverse"
panel_display_name: "Bee Room"
panels {
  name: "SINGLE"
  path: "Panels/Bee Room/bee_1"
  clue: "single"
  answer: "mingle"
  symbols: ZERO
}
panels {
  name: "BLINDER"
  path: "Panels/Bee Room/bee_2"
  clue: "blinder"
  answer: "grinder"
  symbols: ZERO
}
panels {
  name: "SURE"
  path: "Panels/Bee Room/bee_3"
  clue: "sure"
  answer: "stir"
  symbols: ZERO
}
panels {
  name: "BLUR"
  path: "Panels/Bee Room/bee_4"
  clue: "blur"
  answer: "her"
  symbols: ZERO
}
panels {
  name: "FRINGE"
  path: "Panels/Bee Room/bee_5"
  clue: "fringe"
  answer: "hinge"
  symbols: ZERO
}
panels {
  name: "CINDER"
  path: "Panels/Bee Room/bee_6"
  clue: "cinder"
  answer: "tinder"
  symbols: ZERO
}
panels {
  name: "FUMBLE"
  path: "Panels/Bee Room/bee_7"
  clue: "fumble"
  answer: "bumble"
  symbols: ZERO
}
panels {
  name: "LATCH"
  path: "Panels/Bee Room/bee_8"
  clue: "latch"
  answer: "match"
  symbols: ZERO
}
paintings {
  name: "BEE2"
  path: "Components/Paintings/Group3/bee2"
}
paintings {
  name: "BUTTERFLY"
  path: "Components/Paintings/Group3/butterfly"
}
p">: %w{app db web} # role-based syntax # ================== # Defines a role with one or multiple servers. The primary server in each # group is considered to be the first unless any hosts have the primary # property set. Specify the username and a domain or IP for the server. # Don't use `:all`, it's a meta role. # role :app, %w{deploy@example.com}, my_property: :my_value # role :web, %w{user1@primary.com user2@additional.com}, other_property: :other_value # role :db, %w{deploy@example.com} # Configuration # ============= # You can set any configuration variable like in config/deploy.rb # These variables are then only loaded and set in this stage. # For available Capistrano configuration variables see the documentation page. # http://capistranorb.com/documentation/getting-started/configuration/ # Feel free to add new variables to customise your setup. # Custom SSH Options # ================== # You may pass any option but keep in mind that net/ssh understands a # limited set of options, consult the Net::SSH documentation. # http://net-ssh.github.io/net-ssh/classes/Net/SSH.html#method-c-start # # Global options # -------------- # set :ssh_options, { # keys: %w(/home/rlisowski/.ssh/id_rsa), # forward_agent: false, # auth_methods: %w(password) # } # # The server-based syntax can be used to override options: # ------------------------------------ # server "example.com", # user: "user_name", # roles: %w{web app}, # ssh_options: { # user: "user_name", # overrides user setting above # keys: %w(/home/user_name/.ssh/id_rsa), # forward_agent: false, # auth_methods: %w(publickey password) # # password: "please use keys" # }