class Gamefic::Action

def substantiality


arguments are concrete entities and whether the action has a verb.
The total substantiality of the action, based on how many of the
def substantiality
  arguments.that_are(Entity).length + (verb ? 1 : 0)
end