# Jester Trick ## Definitions ### Jester Trick (`JesterTrick`) - **Type:** Object Key | Description | Details :-- | :-- | :-- `id` | The jester trick'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 jester trick. | See details `target` | The target category – the kind of creature or object – the skill affects. | See details `property` | The associated property. | See details `improvement_cost` | States which column is used to improve the skill. | See details `src` | | See details `translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details #### `id` The jester trick'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 jester trick. - **Type:** JesterTrickPerformanceParameters #### `target` The target category – the kind of creature or object – the skill affects. - **Type:** AffectedTargetCategories #### `property` The associated property. - **Type:** PropertyReference #### `improvement_cost` States which column is used to improve the skill. - **Type:** ImprovementCost #### `src` - **Type:** PublicationRefs #### `translations` All translations for the entry, identified by IETF language tag (BCP47). - **Type:** LocaleMap<JesterTrickTranslation> --- ### `JesterTrickTranslation` - **Type:** Object Key | Description | Details :-- | :-- | :-- `name` | The name of the jester trick. | 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 `casting_time` | | See details `cost` | | See details `range` | | See details `duration` | | See details `target` | | See details `errata?` | | See details #### `name` The name of the jester trick. - **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 #### `casting_time` - **Type:** OldParameter #### `cost` - **Type:** OldParameter #### `range` - **Type:** OldParameter #### `duration` - **Type:** OldParameter #### `target` - **Type:** String #### `errata?` - **Type:** Errata --- ### `JesterTrickPerformanceParameters` Measurable parameters of a geode ritual. - **Type:** Object Key | Description | Details :-- | :-- | :-- `casting_time` | The casting time. | See details `cost` | The AE cost. | See details `range` | The range. | See details `duration` | The duration. | See details #### `casting_time` The casting time. - **Type:** JesterTrickCastingTime #### `cost` The AE cost. - **Type:** JesterTrickCost #### `range` The range. - **Type:** JesterTrickRange #### `duration` The duration. - **Type:** JesterTrickDuration --- ### `JesterTrickCastingTime` - **Type:** Object Key | Description | Details :-- | :-- | :-- `value` | The casting time in actions. | See details #### `value` The casting time in actions. - **Type:** Integer - **Minimum:** `1` --- ### `JesterTrickCost` - **Type:** Object Key | Description | Details :-- | :-- | :-- `value` | The AE cost value. | See details #### `value` The AE cost value. - **Type:** Integer - **Minimum:** `1` --- ### `JesterTrickRange` - **Type:** Union - **Cases:** JesterTrickRange'Touch | JesterTrickRange'Self | JesterTrickRange'Fixed --- ### `JesterTrickRange'Touch` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `touch` | | See details #### `tag` - **Constant:** `"Touch"` #### `touch` - **Type:** Object --- ### `JesterTrickRange'Touch/touch` - **Type:** Empty Object --- ### `JesterTrickRange'Self` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `self` | | See details #### `tag` - **Constant:** `"Self"` #### `self` - **Type:** Object --- ### `JesterTrickRange'Self/self` - **Type:** Empty Object --- ### `JesterTrickRange'Fixed` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `fixed` | | See details #### `tag` - **Constant:** `"Fixed"` #### `fixed` - **Type:** FixedJesterTrickRange --- ### `FixedJesterTrickRange` - **Type:** Object Key | Description | Details :-- | :-- | :-- `value` | The range in steps/m. | See details #### `value` The range in steps/m. - **Type:** Integer - **Minimum:** `1` --- ### `JesterTrickDuration` - **Type:** Union - **Cases:** JesterTrickDuration'Immediate | JesterTrickDuration'Fixed | JesterTrickDuration'CheckResultBased --- ### `JesterTrickDuration'Immediate` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `immediate` | | See details #### `tag` - **Constant:** `"Immediate"` #### `immediate` - **Type:** Object --- ### `JesterTrickDuration'Immediate/immediate` - **Type:** Empty Object --- ### `JesterTrickDuration'Fixed` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `fixed` | | See details #### `tag` - **Constant:** `"Fixed"` #### `fixed` - **Type:** FixedJesterTrickDuration --- ### `JesterTrickDuration'CheckResultBased` - **Type:** Object Key | Description | Details :-- | :-- | :-- `tag` | | See details `check_result_based` | | See details #### `tag` - **Constant:** `"CheckResultBased"` #### `check_result_based` - **Type:** CheckResultBasedDuration --- ### `FixedJesterTrickDuration` - **Type:** Object Key | Description | Details :-- | :-- | :-- `value` | The (unitless) duration. | See details `unit` | The duration unit. | See details #### `value` The (unitless) duration. - **Type:** Integer - **Minimum:** `2` #### `unit` The duration unit. - **Type:** DurationUnit