Skip to content

Skills

The skills block is used for automatically calculating your skills modifier. It pulls from the first abilities block it can find in your file and calculates your scores based on those values.

Features

  • Supports proficiency, expertise, and half Proficiency
  • Supports arbitrary bonuses, like for magic items

Example

yaml
```skills
proficiencies:
  - arcana
  - deception
  - history
  - insight
  - investigation

bonuses:
  - name: Right of Arcana
    target: arcana
    value: 2

expertise:
  - investigation

half_proficiencies:
  - history
```

Image

Rendered Example

Configuration

PropertyTypeDescription
proficienciesArrayList of skills you are proficient in
expertiseArrayList of skills you have expertise in (double proficiency)
half_proficienciesArrayList of skills you have half proficiency in
bonusesArrayList of bonuses to apply to specific skills

Bonus Object

PropertyTypeDescription
nameStringName of the bonus (for display purposes)
targetStringWhich skill the bonus applies to
valueNumberThe bonus value to add