class Gamefic::Query::Global


result.
If the subject is not an actor, this query will always return an empty
Query all the entities in the subject’s epic.

def precision

def precision
  @precision ||= super - 2000
end

def span(subject)

def span(subject)
  return [] unless subject.is_a?(Active)
  subject.narratives.entities
end