9.9 KiB
Skill
Definitions
Skill (Skill)
- 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 |
id
The skill's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
check
Lists the linked three attributes used to make a skill check.
- Type: SkillCheck
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.
- Type: Applications
encumbrance
Indicates whether encumbrance gives a penalty for checks with the skill.
- Type: EncumbranceInfluence
improvement_cost
States which column is used to improve the skill.
- Type: ImprovementCost
group
The skill group this skill belongs to.
- Type: SkillGroupReference
src
- Type: PublicationRefs
translations
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<SkillTranslation>
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 |
name
The name of the skill.
- Type: NonEmptyString
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.
- Type: NonEmptyString
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.
- Type: NonEmptyString
tools?
Mentions any tools from the equipment list that are necessary to employ the skill.
- Type: NonEmptyMarkdown
quality
Gives examples of the effects that various QL might provide.
- Type: NonEmptyMarkdown
failed
Lists examples of results for a failed check.
- Type: NonEmptyMarkdown
critical
Lists examples of results for a critical success.
- Type: NonEmptyMarkdown
botch
Lists examples of results for botches.
- Type: NonEmptyMarkdown
errata?
- Type: Errata
ApplicationCategory
A category. All available entries from the specified category will be included as separate applications.
- Type: Union
- Cases: ApplicationCategory'0 | ApplicationCategory'1 | ApplicationCategory'2
ApplicationCategory'0
- Constant:
"BlessedTraditions"
ApplicationCategory'1
- Constant:
"Diseases"
ApplicationCategory'2
- Constant:
"Regions"
Applications
The skill's applications.
- Type: Union
- Cases: Applications'Derived | Applications'Explicit
Applications'Derived
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
derived |
See details |
tag
- Constant:
"Derived"
derived
- Type: ApplicationCategory
Applications'Explicit
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
explicit |
See details |
tag
- Constant:
"Explicit"
explicit
- Type: SpecificApplications
SpecificApplications
A list of explicit applications.
- Type: List
- Items: SpecificApplications[]
SpecificApplications[]
- Type: Application
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 |
id
The skill application's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
translations
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<ApplicationTranslation>
ApplicationTranslation
- Type: Object
| Key | Description | Details |
|---|---|---|
name |
The skill application's name. | See details |
name
The skill application's name.
- Type: NonEmptyString
EncumbranceInfluence
Indicates whether encumbrance gives a penalty for checks with the skill.
- Type: Union
- Cases: EncumbranceInfluence'0 | EncumbranceInfluence'1 | EncumbranceInfluence'2
EncumbranceInfluence'0
- Constant:
"True"
EncumbranceInfluence'1
- Constant:
"False"
EncumbranceInfluence'2
- Constant:
"Maybe"