- Type: Object
Key | Description | Details |
---|---|---|
id |
The influence's identifier. An unique, increasing integer. | See details |
prerequisites |
See details | |
src |
See details | |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
The influence's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
- Type: InfluencePrerequisites
- Type: PublicationRefs
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<InfluenceTranslation>
- Type: Object
Key | Description | Details |
---|---|---|
name |
The influence name. | See details |
effects |
The effects of the influence. They should be sorted like they are in the book. | See details |
errata? |
See details |
The influence name.
- Type: NonEmptyString
The effects of the influence. They should be sorted like they are in the book.
- Type: List
- Items: InfluenceTranslation/effects[]
- Minimum Items:
1
- Type: Errata
- Type: InfluenceEffect
- Type: Object
Key | Description | Details |
---|---|---|
label? |
An optional label that is displayed and placed before the actual text. | See details |
text |
The effect text. | See details |
An optional label that is displayed and placed before the actual text.
- Type: NonEmptyString
The effect text.
- Type: NonEmptyString