# Personality Trait
A personality trait describes character aspects of a person from a certain region. Higher trait levels only cover a part of the region covered by lower-level traits.
## Definitions
### Personality Trait (`PersonalityTrait`)
A personality trait describes character aspects of a person from a certain region. Higher trait levels only cover a part of the region covered by lower-level traits.
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`id` | The personality trait's identifier. An unique, increasing integer. | See details
`level` | The personality trait's level. | See details
`prerequisites?` | | See details
`combination_options?` | The lower-level personality trait(s) this trait can be combined with. | See details
`src` | | See details
`translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details
#### `id`
The personality trait's identifier. An unique, increasing integer.
- **Type:** Integer
- **Minimum:** `1`
#### `level`
The personality trait's level.
- **Type:** Integer
- **Minimum:** `1`
- **Maximum:** `3`
#### `prerequisites?`
- **Type:** PersonalityTraitPrerequisites
#### `combination_options?`
The lower-level personality trait(s) this trait can be combined with.
- **Type:** List
- **Items:** PersonalityTrait/combination_options[]
- **Minimum Items:** `1`
- **Unique Items:** Yes
#### `src`
- **Type:** PublicationRefs
#### `translations`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** LocaleMap<PersonalityTraitTranslation>
---
### `PersonalityTrait/combination_options[]`
- **Type:** PersonalityTraitReference
---
### `PersonalityTraitTranslation`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`name` | The name of the personality trait. | See details
`effects` | The effects of the personality trait. They should be sorted like they are in the book. | See details
`errata?` | | See details
#### `name`
The name of the personality trait.
- **Type:** NonEmptyString
#### `effects`
The effects of the personality trait. They should be sorted like they are in the book.
- **Type:** List
- **Items:** PersonalityTraitTranslation/effects[]
- **Minimum Items:** `1`
#### `errata?`
- **Type:** Errata
---
### `PersonalityTraitTranslation/effects[]`
- **Type:** PersonalityTraitEffect
---
### `PersonalityTraitEffect`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`label?` | A label that is displayed and placed before the actual text. | See details
`text` | The effect text. | See details
#### `label?`
A label that is displayed and placed before the actual text.
- **Type:** NonEmptyString
#### `text`
The effect text.
- **Type:** NonEmptyString