124 lines
4.5 KiB
Markdown
124 lines
4.5 KiB
Markdown
# 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
|
|
|
|
### <a name="PersonalityTrait"></a> 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. | <a href="#PersonalityTrait/id">See details</a>
|
|
`level` | The personality trait's level. | <a href="#PersonalityTrait/level">See details</a>
|
|
`prerequisites?` | | <a href="#PersonalityTrait/prerequisites">See details</a>
|
|
`combination_options?` | The lower-level personality trait(s) this trait can be combined with. | <a href="#PersonalityTrait/combination_options">See details</a>
|
|
`src` | | <a href="#PersonalityTrait/src">See details</a>
|
|
`translations` | All translations for the entry, identified by IETF language tag (BCP47). | <a href="#PersonalityTrait/translations">See details</a>
|
|
|
|
#### <a name="PersonalityTrait/id"></a> `id`
|
|
|
|
The personality trait's identifier. An unique, increasing integer.
|
|
|
|
- **Type:** Integer
|
|
- **Minimum:** `1`
|
|
|
|
#### <a name="PersonalityTrait/level"></a> `level`
|
|
|
|
The personality trait's level.
|
|
|
|
- **Type:** Integer
|
|
- **Minimum:** `1`
|
|
- **Maximum:** `3`
|
|
|
|
#### <a name="PersonalityTrait/prerequisites"></a> `prerequisites?`
|
|
|
|
- **Type:** <a href="./_Prerequisite.md#PersonalityTraitPrerequisites">PersonalityTraitPrerequisites</a>
|
|
|
|
#### <a name="PersonalityTrait/combination_options"></a> `combination_options?`
|
|
|
|
The lower-level personality trait(s) this trait can be combined with.
|
|
|
|
- **Type:** List
|
|
- **Items:** <a href="#PersonalityTrait/combination_options[]">PersonalityTrait/combination_options[]</a>
|
|
- **Minimum Items:** `1`
|
|
- **Unique Items:** Yes
|
|
|
|
#### <a name="PersonalityTrait/src"></a> `src`
|
|
|
|
- **Type:** <a href="./source/_PublicationRef.md#PublicationRefs">PublicationRefs</a>
|
|
|
|
#### <a name="PersonalityTrait/translations"></a> `translations`
|
|
|
|
All translations for the entry, identified by IETF language tag (BCP47).
|
|
|
|
- **Type:** <a href="./_LocaleMap.md#LocaleMap">LocaleMap</a><<a href="#PersonalityTraitTranslation">PersonalityTraitTranslation</a>>
|
|
|
|
---
|
|
|
|
### <a name="PersonalityTrait/combination_options[]"></a> `PersonalityTrait/combination_options[]`
|
|
|
|
- **Type:** <a href="./_SimpleReferences.md#PersonalityTraitReference">PersonalityTraitReference</a>
|
|
|
|
---
|
|
|
|
### <a name="PersonalityTraitTranslation"></a> `PersonalityTraitTranslation`
|
|
|
|
- **Type:** Object
|
|
|
|
Key | Description | Details
|
|
:-- | :-- | :--
|
|
`name` | The name of the personality trait. | <a href="#PersonalityTraitTranslation/name">See details</a>
|
|
`effects` | The effects of the personality trait. They should be sorted like they are in the book. | <a href="#PersonalityTraitTranslation/effects">See details</a>
|
|
`errata?` | | <a href="#PersonalityTraitTranslation/errata">See details</a>
|
|
|
|
#### <a name="PersonalityTraitTranslation/name"></a> `name`
|
|
|
|
The name of the personality trait.
|
|
|
|
- **Type:** <a href="./_NonEmptyString.md#NonEmptyString">NonEmptyString</a>
|
|
|
|
#### <a name="PersonalityTraitTranslation/effects"></a> `effects`
|
|
|
|
The effects of the personality trait. They should be sorted like they are in the book.
|
|
|
|
- **Type:** List
|
|
- **Items:** <a href="#PersonalityTraitTranslation/effects[]">PersonalityTraitTranslation/effects[]</a>
|
|
- **Minimum Items:** `1`
|
|
|
|
#### <a name="PersonalityTraitTranslation/errata"></a> `errata?`
|
|
|
|
- **Type:** <a href="./source/_Erratum.md#Errata">Errata</a>
|
|
|
|
---
|
|
|
|
### <a name="PersonalityTraitTranslation/effects[]"></a> `PersonalityTraitTranslation/effects[]`
|
|
|
|
- **Type:** <a href="#PersonalityTraitEffect">PersonalityTraitEffect</a>
|
|
|
|
---
|
|
|
|
### <a name="PersonalityTraitEffect"></a> `PersonalityTraitEffect`
|
|
|
|
- **Type:** Object
|
|
|
|
Key | Description | Details
|
|
:-- | :-- | :--
|
|
`label?` | A label that is displayed and placed before the actual text. | <a href="#PersonalityTraitEffect/label">See details</a>
|
|
`text` | The effect text. | <a href="#PersonalityTraitEffect/text">See details</a>
|
|
|
|
#### <a name="PersonalityTraitEffect/label"></a> `label?`
|
|
|
|
A label that is displayed and placed before the actual text.
|
|
|
|
- **Type:** <a href="./_NonEmptyString.md#NonEmptyString">NonEmptyString</a>
|
|
|
|
#### <a name="PersonalityTraitEffect/text"></a> `text`
|
|
|
|
The effect text.
|
|
|
|
- **Type:** <a href="./_NonEmptyString.md#NonEmptyString">NonEmptyString</a>
|