Skip to content

Latest commit

 

History

History
293 lines (165 loc) · 9.91 KB

File metadata and controls

293 lines (165 loc) · 9.91 KB

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.

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.

encumbrance

Indicates whether encumbrance gives a penalty for checks with the skill.

improvement_cost

States which column is used to improve the skill.

group

The skill group this skill belongs to.

src

translations

All translations for the entry, identified by IETF language tag (BCP47).


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.

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.

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.

tools?

Mentions any tools from the equipment list that are necessary to employ the skill.

quality

Gives examples of the effects that various QL might provide.

failed

Lists examples of results for a failed check.

critical

Lists examples of results for a critical success.

botch

Lists examples of results for botches.

errata?


ApplicationCategory

A category. All available entries from the specified category will be included as separate applications.


ApplicationCategory'0

  • Constant: "BlessedTraditions"

ApplicationCategory'1

  • Constant: "Diseases"

ApplicationCategory'2

  • Constant: "Regions"

Applications

The skill's applications.


Applications'Derived

  • Type: Object
Key Description Details
tag See details
derived See details

tag

  • Constant: "Derived"

derived


Applications'Explicit

  • Type: Object
Key Description Details
tag See details
explicit See details

tag

  • Constant: "Explicit"

explicit


SpecificApplications

A list of explicit applications.


SpecificApplications[]


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).


ApplicationTranslation

  • Type: Object
Key Description Details
name The skill application's name. See details

name

The skill application's name.


EncumbranceInfluence

Indicates whether encumbrance gives a penalty for checks with the skill.


EncumbranceInfluence'0

  • Constant: "True"

EncumbranceInfluence'1

  • Constant: "False"

EncumbranceInfluence'2

  • Constant: "Maybe"