perception constant

Attribute const perception

Implementation

static const Attribute perception = Attribute(
    number: 1,
    name: "Perception",
    description: Paragraph([
      "Perception is related to a character's ability to capture, feel and process the big and small signs of the environment and people around them."
    ]),
    abbreviation: "PER",
    focuses: [Focuses.awareness, Focuses.insight, Focuses.instinct]);