# [TITLE MISSING]
## Definitions
### Rated Minimum Number Prerequisite (`RatedMinimumNumberPrerequisite`)
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`number` | The minimum number of skills that need to be on the defined minimum skill rating. | See details
`value` | The minimum skill rating the defined minimum number of skills need to be on. | See details
`targets` | The targets that contribute to satisfying the prerequisite. | See details
`display_option?` | | See details
#### `number`
The minimum number of skills that need to be on the defined minimum skill rating.
- **Type:** Integer
- **Minimum:** `1`
#### `value`
The minimum skill rating the defined minimum number of skills need to be on.
- **Type:** Integer
- **Minimum:** `1`
#### `targets`
The targets that contribute to satisfying the prerequisite.
- **Type:** RatedMinimumNumberPrerequisiteTarget
#### `display_option?`
- **Type:** DisplayOption
---
### `RatedMinimumNumberPrerequisiteTarget`
- **Type:** Union
- **Cases:** RatedMinimumNumberPrerequisiteTarget'Skills | RatedMinimumNumberPrerequisiteTarget'CombatTechniques | RatedMinimumNumberPrerequisiteTarget'Spellworks | RatedMinimumNumberPrerequisiteTarget'Liturgies
---
### `RatedMinimumNumberPrerequisiteTarget'Skills`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`skills` | | See details
#### `tag`
- **Constant:** `"Skills"`
#### `skills`
- **Type:** RatedMinimumNumberPrerequisiteSkillsTarget
---
### `RatedMinimumNumberPrerequisiteTarget'CombatTechniques`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`combat_techniques` | | See details
#### `tag`
- **Constant:** `"CombatTechniques"`
#### `combat_techniques`
- **Type:** CombatTechniquesTarget
---
### `RatedMinimumNumberPrerequisiteTarget'Spellworks`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`spellworks` | | See details
#### `tag`
- **Constant:** `"Spellworks"`
#### `spellworks`
- **Type:** PropertyReference
---
### `RatedMinimumNumberPrerequisiteTarget'Liturgies`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`liturgies` | | See details
#### `tag`
- **Constant:** `"Liturgies"`
#### `liturgies`
- **Type:** AspectReference
---
### `RatedMinimumNumberPrerequisiteSkillsTarget`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`list` | The skills that are taken into account for satisfying the prerequisite. | See details
#### `list`
The skills that are taken into account for satisfying the prerequisite.
- **Type:** List
- **Items:** RatedMinimumNumberPrerequisiteSkillsTarget/list[]
- **Minimum Items:** `2`
- **Unique Items:** Yes
---
### `RatedMinimumNumberPrerequisiteSkillsTarget/list[]`
- **Type:** SkillReference
---
### `CombatTechniquesTarget`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`group` | | See details
#### `group`
- **Type:** CombatTechniquesTargetGroup
---
### `CombatTechniquesTargetGroup`
- **Type:** Union
- **Cases:** CombatTechniquesTargetGroup'0 | CombatTechniquesTargetGroup'1 | CombatTechniquesTargetGroup'2
---
### `CombatTechniquesTargetGroup'0`
- **Constant:** `"All"`
---
### `CombatTechniquesTargetGroup'1`
- **Constant:** `"Close"`
---
### `CombatTechniquesTargetGroup'2`
- **Constant:** `"Ranged"`
---
### `RatedMinimumNumberPrerequisiteSpellworksTarget`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`property` | The skills that are taken into account for satisfying the prerequisite. | See details
#### `property`
The skills that are taken into account for satisfying the prerequisite.
- **Type:** PropertyReference
---
### `RatedMinimumNumberPrerequisiteLiturgiesTarget`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`aspect` | The skills that are taken into account for satisfying the prerequisite. | See details
#### `aspect`
The skills that are taken into account for satisfying the prerequisite.
- **Type:** AspectReference