# [TITLE MISSING]
## Definitions
### `PrimaryAttributeDamageThreshold`
The primary attribute damage and threshold value. You can either use an integer, an object or a pair. Use an integer if you just have to define a single threshold value for the default primary attribute of the combat technique. Use an object if you need to define the value only or if you need to define the value as well as a single different primary attribute than which the combat technique uses. Use the pair if you need to set the primary attributes to AGI and STR (the combat technique has AGI but this item has AGI/STR) and/or if you need to set different thresholds for AGI and STR (e.g. AGI 14/STR 15). If the same values are in the pair, they will be merged (AGI 14/STR 14 will be AGI/STR 14).
- **Type:** Union
- **Cases:** PrimaryAttributeDamageThreshold'Default | PrimaryAttributeDamageThreshold'List
---
### `PrimaryAttributeDamageThreshold'Default`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`default` | | See details
#### `tag`
- **Constant:** `"Default"`
#### `default`
- **Type:** DefaultPrimaryAttributeDamageThreshold
---
### `PrimaryAttributeDamageThreshold'List`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`list` | | See details
#### `tag`
- **Constant:** `"List"`
#### `list`
- **Type:** PrimaryAttributeDamageThresholdList
---
### `DefaultPrimaryAttributeDamageThreshold`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`threshold` | The attribute value representing the damage threshold for the primary attribute of the item's combat technique. | See details
#### `threshold`
The attribute value representing the damage threshold for the primary attribute of the item's combat technique.
- **Type:** Integer
- **Minimum:** `1`
---
### `PrimaryAttributeDamageThresholdList`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`list` | A list of primary attributes with their associated threshold. | See details
#### `list`
A list of primary attributes with their associated threshold.
- **Type:** List
- **Items:** PrimaryAttributeDamageThresholdList/list[]
- **Minimum Items:** `1`
- **Unique Items:** Yes
---
### `PrimaryAttributeDamageThresholdList/list[]`
- **Type:** SinglePrimaryAttributeDamageThreshold
---
### `SinglePrimaryAttributeDamageThreshold`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`attribute` | The primary attribute. | See details
`threshold` | The attribute value representing the damage threshold. | See details
#### `attribute`
The primary attribute.
- **Type:** AttributeReference
#### `threshold`
The attribute value representing the damage threshold.
- **Type:** Integer
- **Minimum:** `1`
---
### `Length`
The length of the weapon in cm/halffingers.
- **Type:** Integer
- **Minimum:** `1`