- Type: Object
Key | Description | Details |
---|---|---|
id |
The skill's identifier. An unique, increasing integer. | See details |
check |
Lists the linked three attributes used to make a skill check. | See details |
applications |
Lists applications for the skill, if any. This does not necessarily include all possible applications. There may also be new applications that could be purchased via certain advantages or special abilities. | See details |
encumbrance |
Indicates whether encumbrance gives a penalty for checks with the skill. | See details |
improvement_cost |
States which column is used to improve the skill. | See details |
group |
The skill group this skill belongs to. | See details |
src |
See details | |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
The skill's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
Lists the linked three attributes used to make a skill check.
- Type: SkillCheck
Lists applications for the skill, if any. This does not necessarily include all possible applications. There may also be new applications that could be purchased via certain advantages or special abilities.
- Type: Applications
Indicates whether encumbrance gives a penalty for checks with the skill.
- Type: EncumbranceInfluence
States which column is used to improve the skill.
- Type: ImprovementCost
The skill group this skill belongs to.
- Type: SkillGroupReference
- Type: PublicationRefs
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<SkillTranslation>
- Type: Object
Key | Description | Details |
---|---|---|
name |
The name of the skill. | See details |
applications_input_label? |
If there are options available that can not be put into a selection list (like different cults), provide the label text for the input element here. Otherwise leave empty. | See details |
encumbrance_description? |
The text listing the certain circumstances in which the encumbrance may count. This text must be used if encumbrance is set to "Maybe" , otherwise it is ignored if defined. |
See details |
tools? |
Mentions any tools from the equipment list that are necessary to employ the skill. | See details |
quality |
Gives examples of the effects that various QL might provide. | See details |
failed |
Lists examples of results for a failed check. | See details |
critical |
Lists examples of results for a critical success. | See details |
botch |
Lists examples of results for botches. | See details |
errata? |
See details |
The name of the skill.
- Type: NonEmptyString
If there are options available that can not be put into a selection list (like different cults), provide the label text for the input element here. Otherwise leave empty.
- Type: NonEmptyString
The text listing the certain circumstances in which the encumbrance may count. This text must be used if encumbrance
is set to "Maybe"
, otherwise it is ignored if defined.
- Type: NonEmptyString
Mentions any tools from the equipment list that are necessary to employ the skill.
- Type: NonEmptyMarkdown
Gives examples of the effects that various QL might provide.
- Type: NonEmptyMarkdown
Lists examples of results for a failed check.
- Type: NonEmptyMarkdown
Lists examples of results for a critical success.
- Type: NonEmptyMarkdown
Lists examples of results for botches.
- Type: NonEmptyMarkdown
- Type: Errata
A category. All available entries from the specified category will be included as separate applications.
- Type: Union
- Cases: ApplicationCategory'0 | ApplicationCategory'1 | ApplicationCategory'2
- Constant:
"BlessedTraditions"
- Constant:
"Diseases"
- Constant:
"Regions"
The skill's applications.
- Type: Union
- Cases: Applications'Derived | Applications'Explicit
- Type: Object
Key | Description | Details |
---|---|---|
tag |
See details | |
derived |
See details |
- Constant:
"Derived"
- Type: ApplicationCategory
- Type: Object
Key | Description | Details |
---|---|---|
tag |
See details | |
explicit |
See details |
- Constant:
"Explicit"
- Type: SpecificApplications
A list of explicit applications.
- Type: List
- Items: SpecificApplications[]
- Type: Application
An explicit skill application.
- Type: Object
Key | Description | Details |
---|---|---|
id |
The skill application's identifier. An unique, increasing integer. | See details |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
The skill application's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<ApplicationTranslation>
- Type: Object
Key | Description | Details |
---|---|---|
name |
The skill application's name. | See details |
The skill application's name.
- Type: NonEmptyString
Indicates whether encumbrance gives a penalty for checks with the skill.
- Type: Union
- Cases: EncumbranceInfluence'0 | EncumbranceInfluence'1 | EncumbranceInfluence'2
- Constant:
"True"
- Constant:
"False"
- Constant:
"Maybe"