# Domination Ritual ## Definitions ### Domination Ritual (`DominationRitual`) - **Type:** Object Key | Description | Details :-- | :-- | :-- `id` | The domination ritual's identifier. An unique, increasing integer. | See details `check` | Lists the linked three attributes used to make a skill check. | See details `check_penalty?` | In some cases, the target's Spirit or Toughness is applied as a penalty. | See details `parameters` | Measurable parameters of a curse. | See details `property` | The associated property. | See details `src` | | See details `translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details #### `id` The domination ritual's identifier. An unique, increasing integer. - **Type:** Integer - **Minimum:** `1` #### `check` Lists the linked three attributes used to make a skill check. - **Type:** SkillCheck #### `check_penalty?` In some cases, the target's Spirit or Toughness is applied as a penalty. - **Type:** SkillCheckPenalty #### `parameters` Measurable parameters of a curse. - **Type:** DominationRitualPerformanceParameters #### `property` The associated property. - **Type:** PropertyReference #### `src` - **Type:** PublicationRefs #### `translations` All translations for the entry, identified by IETF language tag (BCP47). - **Type:** LocaleMap<DominationRitualTranslation> --- ### `DominationRitualTranslation` - **Type:** Object Key | Description | Details :-- | :-- | :-- `name` | The name of the domination ritual. | See details `effect` | The effect description may be either a plain text or a text that is divided by a list of effects for each quality level. It may also be a list for each two quality levels. | See details `cost` | | See details `duration` | | See details `errata?` | | See details #### `name` The name of the domination ritual. - **Type:** NonEmptyString #### `effect` The effect description may be either a plain text or a text that is divided by a list of effects for each quality level. It may also be a list for each two quality levels. - **Type:** ActivatableSkillEffect #### `cost` - **Type:** OldParameter #### `duration` - **Type:** OldParameter #### `errata?` - **Type:** Errata --- ### `DominationRitualPerformanceParameters` Measurable parameters of a curse. - **Type:** Object Key | Description | Details :-- | :-- | :-- `cost` | The AE cost. | See details `duration` | The duration. | See details #### `cost` The AE cost. - **Type:** DominationRitualCost #### `duration` The duration. - **Type:** DominationRitualDuration --- ### `DominationRitualCost` - **Type:** Object Key | Description | Details :-- | :-- | :-- `initial_modification_level` | The initial skill modification identifier/level. | See details `translations?` | All translations for the entry, identified by IETF language tag (BCP47). | See details #### `initial_modification_level` The initial skill modification identifier/level. - **Type:** Integer - **Minimum:** `1` - **Maximum:** `6` #### `translations?` All translations for the entry, identified by IETF language tag (BCP47). - **Type:** LocaleMap<DominationRitualCostTranslation> --- ### `DominationRitualCostTranslation` - **Type:** Object Key | Description | Details :-- | :-- | :-- `additional` | AE cost in addition to the normal AE cost. | See details #### `additional` AE cost in addition to the normal AE cost. - **Type:** ResponsiveText --- ### `DominationRitualDuration` - **Type:** Union - **Cases:** DominationRitualDuration'Fixed | DominationRitualDuration'CheckResultBased | DominationRitualDuration'Indefinite --- ### `DominationRitualDuration'Fixed` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `fixed` | | See details #### `tag` - **Constant:** `"Fixed"` #### `fixed` - **Type:** FixedDominationRitualDuration --- ### `DominationRitualDuration'CheckResultBased` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `check_result_based` | | See details #### `tag` - **Constant:** `"CheckResultBased"` #### `check_result_based` - **Type:** CheckResultBasedDuration --- ### `DominationRitualDuration'Indefinite` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `indefinite` | | See details #### `tag` - **Constant:** `"Indefinite"` #### `indefinite` - **Type:** IndefiniteDominationRitualDuration --- ### `FixedDominationRitualDuration` - **Type:** Object Key | Description | Details :-- | :-- | :-- `value` | The (unitless) duration value. | See details `unit` | The unit of the `value`. | See details #### `value` The (unitless) duration value. - **Type:** Integer - **Minimum:** `1` #### `unit` The unit of the `value`. - **Type:** DurationUnit --- ### `IndefiniteDominationRitualDuration` - **Type:** Object Key | Description | Details :-- | :-- | :-- `maximum?` | Specified if the duration has a maximum time span. | See details `translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details #### `maximum?` Specified if the duration has a maximum time span. - **Type:** MaximumIndefiniteDominationRitualDuration #### `translations` All translations for the entry, identified by IETF language tag (BCP47). - **Type:** LocaleMap<IndefiniteDurationTranslation> --- ### `MaximumIndefiniteDominationRitualDuration` - **Type:** Union - **Cases:** MaximumIndefiniteDominationRitualDuration'Fixed | MaximumIndefiniteDominationRitualDuration'CheckResultBased --- ### `MaximumIndefiniteDominationRitualDuration'Fixed` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `fixed` | | See details #### `tag` - **Constant:** `"Fixed"` #### `fixed` - **Type:** FixedDominationRitualDuration --- ### `MaximumIndefiniteDominationRitualDuration'CheckResultBased` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `check_result_based` | | See details #### `tag` - **Constant:** `"CheckResultBased"` #### `check_result_based` - **Type:** CheckResultBasedDuration