about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Plum Room.txtpb
blob: 36185b9482e917547dbe085cfe8f7c4fc54d6610 (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
name: "Plum Room"
panel_display_name: "Plum Room"
panels {
  name: "GOD"
  path: "Panels/Plum Room/plum_1"
  clue: "god"
  answer: "goddess"
  symbols: GENDER
}
panels {
  name: "INJURED"
  path: "Panels/Plum Room/plum_2"
  clue: "injured"
  answer: "wounded"
  symbols: SUN
}
panels {
  name: "HEALTHY"
  path: "Panels/Plum Room/plum_3"
  clue: "healthy"
  answer: "diseased"
  symbols: SUN
}
panels {
  name: "DEMURRED"
  path: "Panels/Plum Room/plum_4"
  clue: "demurred"
  answer: "murdered"
  symbols: ANAGRAM
}
panels {
  name: "FOUROFFERBEAR"
  path: "Panels/Plum Room/plum_5"
  clue: "fourofferbear"
  answer: "forbidden"
  symbols: SUN
  symbols: ZERO
  symbols: STARS
}
panels {
  name: "SNAKE"
  path: "Panels/Plum Room/plum_6"
  clue: "snake"
  answer: "adder"
  symbols: EXAMPLE
}
panels {
  name: "CENTER"
  path: "Panels/Plum Room/plum_7"
  clue: "center"
  answer: "middle"
  symbols: SUN
}
lass="p">, presence: true enumerize :state, in: [:published, :pending, :hidden], default: :published, predicates: true scope :published, -> { where(state: :published) } scope :pending, -> { where(state: :pending) } def published_date created_at.strftime("%B %d %Y at %I:%M:%S") + created_at.strftime(" %p").downcase + created_at.strftime(" %Z") end def has_extra? has_notes? or has_tags? end def has_notes? !notes.empty? end def has_tags? !tags.empty? end end