# Blessed Tradition
## Definitions
### Blessed Tradition (`BlessedTradition`)
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`id` | | See details
`select_options?` | | See details
`skill_applications?` | | See details
`skill_uses?` | | See details
`primary?` | The tradition's primary attribute. Leave empty if the tradition does not have one. | See details
`aspects?` | The tradition's aspects, if any. | See details
`restricted_blessings?` | If a tradition restricts the possible blessings, the blessings that are **not** allowed. | See details
`favored_combat_techniques?` | A list of favored combat techniques. | See details
`favored_skills` | A list of favored skills. | See details
`favored_skills_selection?` | On activation of the tradition, a specific number of skills from a list of skills must be selected as being favored. | See details
`type` | The type of the tradition. May be either church or shamanistic. | See details
`associated_principles_id?` | The select option's identifier of the disadvantage *Principles* that represent this tradition's code, if any. | See details
`prerequisites?` | | See details
`ap_value` | | See details
`src` | | See details
`translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details
#### `id`
- **Type:** Id
#### `select_options?`
- **Type:** SelectOptions
#### `skill_applications?`
- **Type:** SkillApplications
#### `skill_uses?`
- **Type:** SkillUses
#### `primary?`
The tradition's primary attribute. Leave empty if the tradition does not have one.
- **Type:** AttributeReference
#### `aspects?`
The tradition's aspects, if any.
- **Type:** List
- **Items:** BlessedTradition/aspects[]
- **Minimum Items:** `2`
- **Maximum Items:** `2`
#### `restricted_blessings?`
If a tradition restricts the possible blessings, the blessings that are
**not** allowed.
- **Type:** RestrictedBlessings
#### `favored_combat_techniques?`
A list of favored combat techniques.
- **Type:** FavoredCombatTechniques
#### `favored_skills`
A list of favored skills.
- **Type:** List
- **Items:** BlessedTradition/favored_skills[]
- **Minimum Items:** `1`
#### `favored_skills_selection?`
On activation of the tradition, a specific number of skills from a list of skills must be selected as being favored.
- **Type:** FavoredSkillsSelection
#### `type`
The type of the tradition. May be either church or shamanistic.
- **Type:** BlessedTraditionType
#### `associated_principles_id?`
The select option's identifier of the disadvantage *Principles* that represent this tradition's code, if any.
- **Type:** Number
#### `prerequisites?`
- **Type:** GeneralPrerequisites
#### `ap_value`
- **Type:** AdventurePointsValue
#### `src`
- **Type:** PublicationRefs
#### `translations`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** LocaleMap<BlessedTraditionTranslation>
---
### `BlessedTradition/aspects[]`
- **Type:** AspectReference
---
### `BlessedTradition/favored_skills[]`
- **Type:** SkillReference
---
### `RestrictedBlessings`
If a tradition restricts the possible blessings, the blessings that are
**not** allowed.
- **Type:** Union
- **Cases:** RestrictedBlessings'Three | RestrictedBlessings'Six
---
### `RestrictedBlessings'Three`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`three` | | See details
#### `tag`
- **Constant:** `"Three"`
#### `three`
- **Type:** ThreeRestrictedBlessings
---
### `RestrictedBlessings'Six`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`six` | | See details
#### `tag`
- **Constant:** `"Six"`
#### `six`
- **Type:** SixRestrictedBlessings
---
### `ThreeRestrictedBlessings`
- **Type:** List
- **Items:** ThreeRestrictedBlessings[]
- **Minimum Items:** `3`
- **Maximum Items:** `3`
- **Unique Items:** Yes
---
### `ThreeRestrictedBlessings[]`
- **Type:** BlessingReference
---
### `SixRestrictedBlessings`
- **Type:** List
- **Items:** SixRestrictedBlessings[]
- **Minimum Items:** `6`
- **Maximum Items:** `6`
- **Unique Items:** Yes
---
### `SixRestrictedBlessings[]`
- **Type:** BlessingReference
---
### `FavoredCombatTechniques`
- **Type:** Union
- **Cases:** FavoredCombatTechniques'All | FavoredCombatTechniques'AllClose | FavoredCombatTechniques'AllUsedInHunting | FavoredCombatTechniques'Specific
---
### `FavoredCombatTechniques'All`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`all` | | See details
#### `tag`
- **Constant:** `"All"`
#### `all`
- **Type:** Object
---
### `FavoredCombatTechniques'All/all`
- **Type:** Empty Object
---
### `FavoredCombatTechniques'AllClose`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`all_close` | | See details
#### `tag`
- **Constant:** `"AllClose"`
#### `all_close`
- **Type:** Object
---
### `FavoredCombatTechniques'AllClose/all_close`
- **Type:** Empty Object
---
### `FavoredCombatTechniques'AllUsedInHunting`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`all_used_in_hunting` | | See details
#### `tag`
- **Constant:** `"AllUsedInHunting"`
#### `all_used_in_hunting`
- **Type:** Object
---
### `FavoredCombatTechniques'AllUsedInHunting/all_used_in_hunting`
- **Type:** Empty Object
---
### `FavoredCombatTechniques'Specific`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`specific` | | See details
#### `tag`
- **Constant:** `"Specific"`
#### `specific`
- **Type:** SpecificFavoredCombatTechniques
---
### `SpecificFavoredCombatTechniques`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`list` | A list of specific favored combat techniques. | See details
#### `list`
A list of specific favored combat techniques.
- **Type:** List
- **Items:** SpecificFavoredCombatTechniques/list[]
- **Minimum Items:** `1`
- **Unique Items:** Yes
---
### `SpecificFavoredCombatTechniques/list[]`
- **Type:** CombatTechniqueReference
---
### `FavoredSkillsSelection`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`number` | The number of skills that can be selected. | See details
`options` | The possible set of skills. | See details
#### `number`
The number of skills that can be selected.
- **Type:** Integer
- **Minimum:** `1`
#### `options`
The possible set of skills.
- **Type:** List
- **Items:** FavoredSkillsSelection/options[]
- **Minimum Items:** `2`
- **Unique Items:** Yes
---
### `FavoredSkillsSelection/options[]`
- **Type:** SkillReference
---
### `BlessedTraditionType`
The type of the tradition. May be either church or shamanistic.
- **Type:** Union
- **Cases:** BlessedTraditionType'Church | BlessedTraditionType'Shamanistic
---
### `BlessedTraditionType'Church`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`church` | | See details
#### `tag`
- **Constant:** `"Church"`
#### `church`
- **Type:** Object
---
### `BlessedTraditionType'Church/church`
- **Type:** Empty Object
---
### `BlessedTraditionType'Shamanistic`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`shamanistic` | | See details
#### `tag`
- **Constant:** `"Shamanistic"`
#### `shamanistic`
- **Type:** ShamanisticBlessedTradition
---
### `ShamanisticBlessedTradition`
Additional rules for shamanistic traditions.
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`can_use_bone_mace_as_ceremonial_item` | | See details
#### `can_use_bone_mace_as_ceremonial_item`
- **Type:** Boolean
---
### `BlessedTraditionTranslation`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`name` | | See details
`name_compressed?` | A shorter name of the tradition's name, used in liturgical chant descriptions. | See details
`name_in_library?` | | See details
`special_rules` | The special rules of the tradition. They should be sorted like they are in the book. | See details
`errata?` | | See details
#### `name`
- **Type:** Name
#### `name_compressed?`
A shorter name of the tradition's name, used in liturgical chant descriptions.
- **Type:** String
- **Minimum Length:** `1`
#### `name_in_library?`
- **Type:** NameInLibrary
#### `special_rules`
The special rules of the tradition. They should be sorted like they are in the book.
- **Type:** List
- **Items:** BlessedTraditionTranslation/special_rules[]
- **Minimum Items:** `1`
#### `errata?`
- **Type:** Errata
---
### `BlessedTraditionTranslation/special_rules[]`
- **Type:** SpecialRule