61 KiB
Profession
Definitions
Profession (Profession)
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The profession's identifier. An unique, increasing integer. | See details |
group |
The profession group. | See details |
versions |
A list of professions representing the same profession but with (slightly) different stats. For example, there may be a profession in a regional sourcebook or in the core rules and a profession in an extension rulebook like Magic of Aventuria, where the profession is basically called the same and almost has the same values, but the version from Magic of Aventuria features a spell style special ability that does not exist in the core rules or regional sourcebook. | See details |
id
The profession's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
group
The profession group.
- Type: ProfessionGroup
versions
A list of professions representing the same profession but with (slightly) different stats. For example, there may be a profession in a regional sourcebook or in the core rules and a profession in an extension rulebook like Magic of Aventuria, where the profession is basically called the same and almost has the same values, but the version from Magic of Aventuria features a spell style special ability that does not exist in the core rules or regional sourcebook.
The profession representation may feature different values for different explicitly mentioned experience levels. In most cases, there is only one stats package, which targets the experience level Experienced.
- Type: List
- Items: Profession/versions[]
- Minimum Items:
1
Profession/versions[]
- Type: ProfessionVersion
ProfessionGroup
- Type: Union
- Cases: ProfessionGroup'Mundane | ProfessionGroup'Magical | ProfessionGroup'Blessed
ProfessionGroup'Mundane
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
mundane |
See details |
tag
- Constant:
"Mundane"
mundane
- Type: MundaneProfessionGroup
ProfessionGroup'Magical
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
magical |
See details |
tag
- Constant:
"Magical"
magical
- Type: MagicalProfessionGroup
ProfessionGroup'Blessed
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
blessed |
See details |
tag
- Constant:
"Blessed"
blessed
- Type: Object
ProfessionGroup'Blessed/blessed
- Type: Empty Object
MundaneProfessionGroup
- Type: Union
- Cases: MundaneProfessionGroup'0 | MundaneProfessionGroup'1 | MundaneProfessionGroup'2
MundaneProfessionGroup'0
- Constant:
"Profane"
MundaneProfessionGroup'1
- Constant:
"Fighter"
MundaneProfessionGroup'2
- Constant:
"Religious"
MagicalProfessionGroup
- Type: Object
| Key | Description | Details |
|---|---|---|
curriculum? |
The curriculum/academy associated with this magical profession, if any. | See details |
curriculum?
The curriculum/academy associated with this magical profession, if any.
- Type: CurriculumReference
ProfessionVersion
- Type: Union
- Cases: ProfessionVersion'Experienced | ProfessionVersion'ByExperienceLevel
ProfessionVersion'Experienced
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
experienced |
See details |
tag
- Constant:
"Experienced"
experienced
ProfessionVersion'ByExperienceLevel
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
by_experience_level |
See details |
tag
- Constant:
"ByExperienceLevel"
by_experience_level
ExperiencedProfessionPackage
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The profession representation variant's identifier. An unique, increasing integer. | See details |
package |
See details | |
src |
See details | |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
id
The profession representation variant's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
package
- Type: ProfessionPackage
src
- Type: PublicationRefs
translations
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<ProfessionTranslation>
ProfessionPackagesForDifferentExperienceLevels
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The profession representation variant's identifier. An unique, increasing integer. | See details |
packages_map |
See details | |
src |
See details | |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
id
The profession representation variant's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
packages_map
- Type: List
- Items: ProfessionPackagesForDifferentExperienceLevels/packages_map[]
src
- Type: PublicationRefs
translations
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<ProfessionTranslation>
ProfessionPackagesForDifferentExperienceLevels/packages_map[]
ExperienceLevelDynamicProfessionPackage
- Type: Object
| Key | Description | Details |
|---|---|---|
experience_level_id |
The experience level this profession targets. The experience level must be unique for this representation. | See details |
package |
See details |
experience_level_id
The experience level this profession targets. The experience level must be unique for this representation.
- Type: Integer
- Default:
3 - Minimum:
1 - Maximum:
7
package
- Type: ProfessionPackage
Profession Representation Variant (ProfessionPackage)
- Type: Object
| Key | Description | Details |
|---|---|---|
ap_value |
What does the professional package cost in adventure points? | See details |
prerequisites? |
Which prerequisites must be met to buy the stat block? For example, a character might need the advantage Spellcaster or Blessed. Note: the AP cost for a profession package does not include these prerequisites. | See details |
options? |
In some areas, the profession package grants a loose set of stats where the player must choose between different options for the profession package. | See details |
special_abilities? |
Any special abilities the profession receives from the package. | See details |
combat_techniques? |
Provides ratings for the combat techniques that the hero receives from the package. | See details |
skills? |
The skill ratings the package grants to the hero. | See details |
spells? |
The skill ratings a magical profession receives for spells; these spells are considered activated. Spells from an unfamiliar Tradition, if any, are identified as such. | See details |
liturgical_chants? |
Clerical professions receive these liturgical chants at the listed skill ratings. These liturgical chants are considered activated. | See details |
suggested_advantages? |
Typical advantages for the profession. | See details |
suggested_disadvantages? |
Typical disadvantages for the profession. | See details |
unsuitable_advantages? |
These advantages do not fit well with this profession; to be checked with the GM before taking any of them. | See details |
unsuitable_disadvantages? |
These disadvantages do not fit well with this profession; to be checked with the GM before taking any of them. | See details |
variants? |
Provides examples of variants for the profession, which may include changes to AP values and additional or modified skill ratings, special abilities, or combat techniques, as compared to the basic profession. Usually picking a variant is optional, but there are some rare exceptions where picking a variant is required. | See details |
ap_value
What does the professional package cost in adventure points?
- Type: Integer
- Minimum:
0
prerequisites?
Which prerequisites must be met to buy the stat block? For example, a character might need the advantage Spellcaster or Blessed. Note: the AP cost for a profession package does not include these prerequisites.
- Type: ProfessionPrerequisites
options?
In some areas, the profession package grants a loose set of stats where the player must choose between different options for the profession package.
- Type: ProfessionPackageOptions
special_abilities?
Any special abilities the profession receives from the package.
- Type: List
- Items: ProfessionPackage/special_abilities[]
combat_techniques?
Provides ratings for the combat techniques that the hero receives from the package.
- Type: List
- Items: ProfessionPackage/combat_techniques[]
skills?
The skill ratings the package grants to the hero.
- Type: List
- Items: ProfessionPackage/skills[]
spells?
The skill ratings a magical profession receives for spells; these spells are considered activated. Spells from an unfamiliar Tradition, if any, are identified as such.
- Type: List
- Items: ProfessionPackage/spells[]
liturgical_chants?
Clerical professions receive these liturgical chants at the listed skill ratings. These liturgical chants are considered activated.
- Type: List
- Items: ProfessionPackage/liturgical_chants[]
suggested_advantages?
Typical advantages for the profession.
- Type: List
- Items: ProfessionPackage/suggested_advantages[]
- Minimum Items:
1
suggested_disadvantages?
Typical disadvantages for the profession.
- Type: List
- Items: ProfessionPackage/suggested_disadvantages[]
- Minimum Items:
1
unsuitable_advantages?
These advantages do not fit well with this profession; to be checked with the GM before taking any of them.
- Type: List
- Items: ProfessionPackage/unsuitable_advantages[]
- Minimum Items:
1
unsuitable_disadvantages?
These disadvantages do not fit well with this profession; to be checked with the GM before taking any of them.
- Type: List
- Items: ProfessionPackage/unsuitable_disadvantages[]
- Minimum Items:
1
variants?
Provides examples of variants for the profession, which may include changes to AP values and additional or modified skill ratings, special abilities, or combat techniques, as compared to the basic profession. Usually picking a variant is optional, but there are some rare exceptions where picking a variant is required.
- Type: ProfessionVariants
ProfessionPackage/special_abilities[]
- Type: ProfessionSpecialAbility
ProfessionPackage/combat_techniques[]
- Type: CombatTechniqueRating
ProfessionPackage/skills[]
- Type: SkillRating
ProfessionPackage/spells[]
- Type: SpellRating
ProfessionPackage/liturgical_chants[]
- Type: LiturgicalChantRating
ProfessionPackage/suggested_advantages[]
ProfessionPackage/suggested_disadvantages[]
ProfessionPackage/unsuitable_advantages[]
ProfessionPackage/unsuitable_disadvantages[]
ProfessionTranslation
- Type: Object
| Key | Description | Details |
|---|---|---|
name |
Name of the basic profession. | See details |
specification? |
A name addition of the profession. This will contain texts like name of the academy or the witch circle. It is enclosed in parenthesis, but the database entry must not contain parenthesis. | See details |
suggested_advantages? |
Typical advantages for the profession. | See details |
suggested_disadvantages? |
Typical disadvantages for the profession. | See details |
unsuitable_advantages? |
These advantages do not fit well with this profession; to be checked with the GM before taking any of them. | See details |
unsuitable_disadvantages? |
These disadvantages do not fit well with this profession; to be checked with the GM before taking any of them. | See details |
errata? |
See details |
name
Name of the basic profession.
- Type: ProfessionName
specification?
A name addition of the profession. This will contain texts like name of the academy or the witch circle. It is enclosed in parenthesis, but the database entry must not contain parenthesis.
- Type: ProfessionName
suggested_advantages?
Typical advantages for the profession.
- Type: NonEmptyString
suggested_disadvantages?
Typical disadvantages for the profession.
- Type: NonEmptyString
unsuitable_advantages?
These advantages do not fit well with this profession; to be checked with the GM before taking any of them.
- Type: NonEmptyString
unsuitable_disadvantages?
These disadvantages do not fit well with this profession; to be checked with the GM before taking any of them.
- Type: NonEmptyString
errata?
- Type: Errata
ProfessionVariants
Provides examples of variants for the profession, which may include changes to AP values and additional or modified skill ratings, special abilities, or combat techniques, as compared to the basic profession. Usually picking a variant is optional, but there are some rare exceptions where picking a variant is required.
- Type: Object
| Key | Description | Details |
|---|---|---|
is_selection_required |
If the selection of a profession variant is required. | See details |
list |
The list of profession variants. | See details |
is_selection_required
If the selection of a profession variant is required.
- Type: Boolean
list
The list of profession variants.
- Type: List
- Items: ProfessionVariants/list[]
- Minimum Items:
1
ProfessionVariants/list[]
- Type: ProfessionVariant
Profession Variant (ProfessionVariant)
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The profession variant's identifier. An unique, increasing integer. | See details |
ap_value |
The AP value you have to pay for the package variant. | See details |
prerequisites? |
Which prerequisites must be met to buy the stat block? For example, a character might need the advantage Spellcaster or Blessed. Note: the AP cost for a profession package does not include these prerequisites. | See details |
options? |
See details | |
special_abilities? |
Any special abilities the profession receives from the package variant. | See details |
combat_techniques? |
Provides ratings for the combat techniques that the hero receives from the package variant. | See details |
skills? |
The skill ratings the package variant grants to the hero. | See details |
spells? |
The skill ratings a magical profession variant receives for spells; these spells are considered activated. Spells from an unfamiliar Tradition, if any, are identified as such. | See details |
liturgical_chants? |
Clerical professions receive these liturgical chants at the listed skill ratings. These liturgical chants are considered activated. | See details |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
id
The profession variant's identifier. An unique, increasing integer.
- Type: Integer
- Minimum:
1
ap_value
The AP value you have to pay for the package variant.
- Type: Integer
prerequisites?
Which prerequisites must be met to buy the stat block? For example, a character might need the advantage Spellcaster or Blessed. Note: the AP cost for a profession package does not include these prerequisites.
- Type: ProfessionPrerequisites
options?
special_abilities?
Any special abilities the profession receives from the package variant.
- Type: List
- Items: ProfessionVariant/special_abilities[]
combat_techniques?
Provides ratings for the combat techniques that the hero receives from the package variant.
- Type: List
- Items: ProfessionVariant/combat_techniques[]
skills?
The skill ratings the package variant grants to the hero.
- Type: List
- Items: ProfessionVariant/skills[]
spells?
The skill ratings a magical profession variant receives for spells; these spells are considered activated. Spells from an unfamiliar Tradition, if any, are identified as such.
- Type: List
- Items: ProfessionVariant/spells[]
liturgical_chants?
Clerical professions receive these liturgical chants at the listed skill ratings. These liturgical chants are considered activated.
- Type: List
- Items: ProfessionVariant/liturgical_chants[]
translations
All translations for the entry, identified by IETF language tag (BCP47).
ProfessionVariant/special_abilities[]
- Type: VariantSpecialAbility
ProfessionVariant/combat_techniques[]
- Type: CombatTechniqueRating
ProfessionVariant/skills[]
- Type: SkillRating
ProfessionVariant/spells[]
- Type: SpellRating
ProfessionVariant/liturgical_chants[]
- Type: LiturgicalChantRating
ProfessionVariantTranslation
- Type: Object
| Key | Description | Details |
|---|---|---|
name |
Name of the profession variant. | See details |
full_text? |
A text that replaces the generated text for the profession variant. | See details |
concluding_text? |
A text that is appended to the generated text for the profession variant. | See details |
name
Name of the profession variant.
- Type: ProfessionName
full_text?
A text that replaces the generated text for the profession variant.
- Type: NonEmptyString
concluding_text?
A text that is appended to the generated text for the profession variant.
Has no effect when full_text is set.
- Type: NonEmptyString
ProfessionSpecialAbility
- Type: Union
- Cases: ProfessionSpecialAbility'Fixed | ProfessionSpecialAbility'Selection
ProfessionSpecialAbility'Fixed
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
fixed |
See details |
tag
- Constant:
"Fixed"
fixed
- Type: FixedSpecialAbility
ProfessionSpecialAbility'Selection
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
selection |
See details |
tag
- Constant:
"Selection"
selection
- Type: SpecialAbilitySelection
FixedSpecialAbility
- Type: SpecialAbilityDefinition
SpecialAbilitySelection
- Type: Object
| Key | Description | Details |
|---|---|---|
options |
See details |
options
- Type: List
- Items: SpecialAbilitySelection/options[]
- Minimum Items:
2
SpecialAbilitySelection/options[]
- Type: SpecialAbilityDefinition
SpecialAbilityDefinition
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The identifier of the combat technique to provide the rating for. | See details |
level? |
The level of the received special ability. | See details |
options? |
Received select options. Order is important. Typically, you only need the first array index, though. | See details |
id
The identifier of the combat technique to provide the rating for.
- Type: SpecialAbilityIdentifier
level?
The level of the received special ability.
- Type: Integer
- Minimum:
1
options?
Received select options. Order is important. Typically, you only need the first array index, though.
- Type: List
- Items: SpecialAbilityDefinition/options[]
- Minimum Items:
1
SpecialAbilityDefinition/options[]
VariantSpecialAbility
- Type: Union
- Cases: VariantSpecialAbility'Fixed | VariantSpecialAbility'Selection
VariantSpecialAbility'Fixed
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
fixed |
See details |
tag
- Constant:
"Fixed"
fixed
VariantSpecialAbility'Selection
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
selection |
See details |
tag
- Constant:
"Selection"
selection
FixedVariantSpecialAbility
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The identifier of the combat technique to provide the rating for. | See details |
active? |
if set to false, if the selection is granted by the basic package, it is removed. |
See details |
level? |
The level of the received special ability. | See details |
options? |
Received select options. Order is important. Typically, you only need the first array index, though. | See details |
id
The identifier of the combat technique to provide the rating for.
- Type: SpecialAbilityIdentifier
active?
if set to false, if the selection is granted by the basic package, it is removed.
- Constant:
false
level?
The level of the received special ability.
- Type: Integer
- Minimum:
1
options?
Received select options. Order is important. Typically, you only need the first array index, though.
- Type: List
- Items: FixedVariantSpecialAbility/options[]
- Minimum Items:
1
FixedVariantSpecialAbility/options[]
VariantSpecialAbilitySelection
- Type: Object
| Key | Description | Details |
|---|---|---|
active? |
if set to false, if the selection is granted by the basic package, it is removed. |
See details |
options |
See details |
active?
if set to false, if the selection is granted by the basic package, it is removed.
- Constant:
false
options
- Type: List
- Items: VariantSpecialAbilitySelection/options[]
- Minimum Items:
2
VariantSpecialAbilitySelection/options[]
- Type: SpecialAbilityDefinition
CombatTechniqueRating
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The identifier of the combat technique to provide the rating for. | See details |
rating |
The rating bonus provided for the combat technique. If used in a profession variant, it can also be used to lower the bonus of the base profession. | See details |
id
The identifier of the combat technique to provide the rating for.
rating
The rating bonus provided for the combat technique. If used in a profession variant, it can also be used to lower the bonus of the base profession.
Note: This is a rating bonus, so it will be added to the default value of 6.
- Type: Integer
- Minimum:
-6 - Maximum:
6
SkillRating
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The identifier of the skill to provide the rating for. | See details |
rating |
The rating bonus provided for the skill. If used in a profession variant, it can also be used to lower the bonus of the base profession | See details |
id
The identifier of the skill to provide the rating for.
- Type: SkillIdentifier
rating
The rating bonus provided for the skill. If used in a profession variant, it can also be used to lower the bonus of the base profession
- Type: Integer
- Minimum:
-8 - Maximum:
8
SpellRating
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The identifier(s) of the spell(s) to choose from to provide the rating for. If multiple spells are provided, they must all have the same improvement cost. | See details |
rating |
The rating bonus provided for the (selected) spell. If used in a profession variant, it can also be used to lower the bonus of the base profession. | See details |
id
The identifier(s) of the spell(s) to choose from to provide the rating for. If multiple spells are provided, they must all have the same improvement cost.
- Type: List
- Items: SpellRating/id[]
- Minimum Items:
1
rating
The rating bonus provided for the (selected) spell. If used in a profession variant, it can also be used to lower the bonus of the base profession.
- Type: Integer
- Minimum:
-10 - Maximum:
10
SpellRating/id[]
ProfessionSpellIdentifier
- Type: Union
- Cases: ProfessionSpellIdentifier'Spellwork | ProfessionSpellIdentifier'MagicalAction
ProfessionSpellIdentifier'Spellwork
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
spellwork |
See details |
tag
- Constant:
"Spellwork"
spellwork
ProfessionSpellIdentifier'MagicalAction
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
magical_action |
See details |
tag
- Constant:
"MagicalAction"
magical_action
ProfessionSpellworkIdentifier
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The identifier of the spell to provide the rating for. | See details |
tradition? |
If the spell is not part of the magical tradition required by the package, this references the magical tradition it is part of. It can also be used to define the target magical tradition of a spell if multiple magical traditions are required and the spell is available to multiple of them. | See details |
id
The identifier of the spell to provide the rating for.
- Type: SpellworkIdentifier
tradition?
If the spell is not part of the magical tradition required by the package, this references the magical tradition it is part of. It can also be used to define the target magical tradition of a spell if multiple magical traditions are required and the spell is available to multiple of them.
ProfessionMagicalActionIdentifier
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The identifier of the magical action to provide the rating for. | See details |
id
The identifier of the magical action to provide the rating for.
- Type: MagicalActionIdentifier
LiturgicalChantRating
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The identifier(s) of the liturgical chant(s) to choose from to provide the rating for. If multiple liturgical chants are provided, they must all have the same improvement cost. | See details |
rating |
The rating bonus provided for the selected liturgical chant. If used in a profession variant, it can also be used to lower the bonus of the base profession. | See details |
id
The identifier(s) of the liturgical chant(s) to choose from to provide the rating for. If multiple liturgical chants are provided, they must all have the same improvement cost.
- Type: List
- Items: LiturgicalChantRating/id[]
- Minimum Items:
1
rating
The rating bonus provided for the selected liturgical chant. If used in a profession variant, it can also be used to lower the bonus of the base profession.
- Type: Integer
- Minimum:
-10 - Maximum:
10
LiturgicalChantRating/id[]
- Type: LiturgyIdentifier
ProfessionPackageOptions
In some areas, the profession package grants a loose set of stats where the player must choose between different options for the profession package.
- Type: Object
- Minimum Properties:
1
| Key | Description | Details |
|---|---|---|
skill_specialization? |
See details | |
languages_scripts? |
See details | |
combat_techniques? |
See details | |
cantrips? |
See details | |
curses? |
See details | |
terrain_knowledge? |
See details | |
skills? |
See details |
skill_specialization?
languages_scripts?
- Type: LanguagesScriptsOptions
combat_techniques?
- Type: CombatTechniquesOptions
cantrips?
- Type: CantripsOptions
curses?
- Type: CursesOptions
terrain_knowledge?
- Type: TerrainKnowledgeOptions
skills?
- Type: SkillsOptions
ProfessionVariantPackageOptions
In some areas, the profession package grants a loose set of stats where the player must choose between different options for the profession package. The variant may override or remove those options.
- Type: Object
- Minimum Properties:
1
| Key | Description | Details |
|---|---|---|
skill_specialization? |
See details | |
languages_scripts? |
See details | |
combat_techniques? |
See details | |
cantrips? |
See details | |
curses? |
See details | |
terrain_knowledge? |
See details | |
skills? |
See details |
skill_specialization?
languages_scripts?
combat_techniques?
cantrips?
curses?
- Type: VariantOptionAction<CursesOptions>
terrain_knowledge?
skills?
- Type: VariantOptionAction<SkillsOptions>
VariantOptionAction<T>
- Type: Union
- Cases: VariantOptionAction'Remove | VariantOptionAction'Override
VariantOptionAction'Remove
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
remove |
See details |
tag
- Constant:
"Remove"
remove
- Type: Object
VariantOptionAction'Remove/remove
- Type: Empty Object
VariantOptionAction'Override
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
override |
See details |
tag
- Constant:
"Override"
override
- Type: T
SkillSpecializationOptions
Select an application from a skill or from one of a list of skills where you get a skill specialization for. You can also specify a skill groups from which you can choose a skill.
- Type: Union
- Cases: SkillSpecializationOptions'Single | SkillSpecializationOptions'Group
SkillSpecializationOptions'Single
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
single |
See details |
tag
- Constant:
"Single"
single
SkillSpecializationOptions'Group
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
group |
See details |
tag
- Constant:
"Group"
group
SingleSkillSpecializationOption
- Type: Object
| Key | Description | Details |
|---|---|---|
options |
Possible skills to get a skill specialization for. | See details |
options
Possible skills to get a skill specialization for.
- Type: List
- Items: SingleSkillSpecializationOption/options[]
- Minimum Items:
1 - Unique Items: Yes
SingleSkillSpecializationOption/options[]
- Type: SkillReference
SkillGroupSkillSpecializationOption
- Type: SkillGroupReference
LanguagesScriptsOptions
Buy languages and scripts for a specific amount of AP.
- Type: Object
| Key | Description | Details |
|---|---|---|
ap_value |
The AP value you can buy languages and scripts for. | See details |
ap_value
The AP value you can buy languages and scripts for.
- Type: Integer
- Minimum:
2 - Multiple of:
2
CombatTechniquesOptions
Select one or more combat techniques you get a CtR bonus for.
- Type: Object
| Key | Description | Details |
|---|---|---|
fixed |
Specify the number of combat techniques that can be selected so that they get increased to a specific CtR. There can be multiple selections with different CtRs. | See details |
rest_rating? |
Define if after the fixed selections the remaining unselected combat techniques will receive a certain rating bonus as well. | See details |
options |
The list of combat techniques to choose from. | See details |
fixed
Specify the number of combat techniques that can be selected so that they get increased to a specific CtR. There can be multiple selections with different CtRs.
- Type: List
- Items: CombatTechniquesOptions/fixed[]
- Minimum Items:
1
rest_rating?
Define if after the fixed selections the remaining unselected combat techniques will receive a certain rating bonus as well.
- Type: Integer
- Minimum:
1 - Maximum:
6
options
The list of combat techniques to choose from.
- Type: List
- Items: CombatTechniquesOptions/options[]
- Minimum Items:
2
CombatTechniquesOptions/fixed[]
CombatTechniquesOptions/options[]
- Type: CombatTechniqueReference
RatingForCombatTechniquesNumber
- Type: Object
| Key | Description | Details |
|---|---|---|
number |
The number of selectable combat techniques. | See details |
rating |
The rating bonus provided for the selected combat technique(s). | See details |
number
The number of selectable combat techniques.
- Type: Integer
- Minimum:
1
rating
The rating bonus provided for the selected combat technique(s).
Note: This is a rating bonus, so it will be added to the default value of 6.
- Type: Integer
- Minimum:
1 - Maximum:
6
CantripsOptions
Select one or more cantrips you receive.
- Type: Object
| Key | Description | Details |
|---|---|---|
number |
The number of selectable cantrips. | See details |
options |
The list of cantrips to choose from. | See details |
number
The number of selectable cantrips.
- Type: Integer
- Minimum:
1
options
The list of cantrips to choose from.
- Type: List
- Items: CantripsOptions/options[]
- Minimum Items:
2
CantripsOptions/options[]
- Type: CantripReference
CursesOptions
Buy curses for a specific amount of AP.
- Type: Object
| Key | Description | Details |
|---|---|---|
ap_value |
The AP value you can buy curses for. | See details |
ap_value
The AP value you can buy curses for.
- Type: Integer
- Minimum:
2 - Multiple of:
2
TerrainKnowledgeOptions
Select one of a list of possible terrain knowledges
- Type: Object
| Key | Description | Details |
|---|---|---|
options |
The list of possible terrain knowledges. | See details |
options
The list of possible terrain knowledges.
- Type: List
- Items: TerrainKnowledgeOptions/options[]
- Minimum Items:
2
TerrainKnowledgeOptions/options[]
TerrainKnowledgeOptionReference
- Type: Object
| Key | Description | Details |
|---|---|---|
id |
The terrain knowledge option's identifier. | See details |
id
The terrain knowledge option's identifier.
- Type: Integer
- Minimum:
1 - Maximum:
10
SkillsOptions
Buy skills for a specific amount of AP.
- Type: Object
| Key | Description | Details |
|---|---|---|
group? |
If specified, you may only choose from skills of the specified group. | See details |
ap_value |
The AP value you can buy skills for. | See details |
group?
If specified, you may only choose from skills of the specified group.
- Type: SkillGroupReference
ap_value
The AP value you can buy skills for.
- Type: Integer
- Minimum:
1
ProfessionName
The name of the profession that may have sex-specific names.
- Type: Union
- Cases: ProfessionName'SimpleProfessionName | ProfessionName'ProfessionNameBySex
ProfessionName'SimpleProfessionName
- Type: SimpleProfessionName
ProfessionName'ProfessionNameBySex
- Type: ProfessionNameBySex
SimpleProfessionName
- Type: NonEmptyString
ProfessionNameBySex
- Type: Object
| Key | Description | Details |
|---|---|---|
default |
The name from the source publication. | See details |
male |
The male name. | See details |
female |
The female name. | See details |
default
The name from the source publication.
- Type: NonEmptyString
male
The male name.
- Type: NonEmptyString
female
The female name.
- Type: NonEmptyString