# [TITLE MISSING]
## Definitions
### `Weapon`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`cost` | The cost in silverthalers. | See details
`weight` | The weight in kg. | See details
`complexity` | The complexity of crafting the item. | See details
`structure_points?` | The structure points of the item. Use an array if the item consists of multiple components that have individual structure points. | See details
`uses` | A list of stat blocks for each combat technique this weapon can be used with. | See details
`sanctified_by?` | If the weapon is sanctified by a god and thus restricted to it's Blessed Ones. | See details
`restricted_to_cultures?` | Define if during character creation this weapon can only be bought by characters of a specific race or culture. | See details
`restricted_to_traditions?` | Define if during character creation this weapon can only be bought by characters of specific magical or blessed traditions. | See details
`src` | | See details
`translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details
#### `cost`
The cost in silverthalers.
- **Type:** Cost
#### `weight`
The weight in kg.
- **Type:** Weight
#### `complexity`
The complexity of crafting the item.
- **Type:** Complexity
#### `structure_points?`
The structure points of the item. Use an array if the item consists of multiple components that have individual structure points.
- **Type:** StructurePoints
#### `uses`
A list of stat blocks for each combat technique this weapon can be used with.
- **Type:** List
- **Items:** Weapon/uses[]
- **Minimum Items:** `1`
#### `sanctified_by?`
If the weapon is sanctified by a god and thus restricted to it's Blessed Ones.
- **Type:** SanctifiedBy
#### `restricted_to_cultures?`
Define if during character creation this weapon can only be bought by characters of a specific race or culture.
- **Type:** RestrictedToCultures
#### `restricted_to_traditions?`
Define if during character creation this weapon can only be bought by characters of specific magical or blessed traditions.
- **Type:** List
- **Items:** Weapon/restricted_to_traditions[]
- **Minimum Items:** `1`
#### `src`
- **Type:** PublicationRefs
#### `translations`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** LocaleMap<WeaponTranslation>
---
### `Weapon/uses[]`
- **Type:** WeaponUse
---
### `Weapon/restricted_to_traditions[]`
- **Type:** MagicalTraditionReference
---
### `WeaponTranslation`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`name` | The name of the item. | See details
`secondary_name?` | An auxiliary name or label of the item, if available. | See details
`note?` | Note text. | See details
`rules?` | Special rules text. | See details
`advantage?` | The weapon advantage text. | See details
`disadvantage?` | The weapon disadvantage text. | See details
`errata?` | | See details
#### `name`
The name of the item.
- **Type:** NonEmptyString
#### `secondary_name?`
An auxiliary name or label of the item, if available.
- **Type:** NonEmptyString
#### `note?`
Note text.
- **Type:** NonEmptyMarkdown
#### `rules?`
Special rules text.
- **Type:** NonEmptyMarkdown
#### `advantage?`
The weapon advantage text.
- **Type:** NonEmptyMarkdown
#### `disadvantage?`
The weapon disadvantage text.
- **Type:** NonEmptyMarkdown
#### `errata?`
- **Type:** Errata
---
### `SecondaryWeapon`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`uses` | A list of stat blocks for each combat technique this weapon can be used with. | See details
`sanctified_by?` | If the weapon is sanctified by a god and thus restricted to it's Blessed Ones. | See details
`restricted_to_cultures?` | Define if during character creation this weapon can only be bought by characters of a specific race or culture. | See details
`restricted_to_traditions?` | Define if during character creation this weapon can only be bought by characters of specific magical or blessed traditions. | See details
`translations?` | All translations for the entry, identified by IETF language tag (BCP47). | See details
#### `uses`
A list of stat blocks for each combat technique this weapon can be used with.
- **Type:** List
- **Items:** SecondaryWeapon/uses[]
- **Minimum Items:** `1`
#### `sanctified_by?`
If the weapon is sanctified by a god and thus restricted to it's Blessed Ones.
- **Type:** SanctifiedBy
#### `restricted_to_cultures?`
Define if during character creation this weapon can only be bought by characters of a specific race or culture.
- **Type:** RestrictedToCultures
#### `restricted_to_traditions?`
Define if during character creation this weapon can only be bought by characters of specific magical or blessed traditions.
- **Type:** List
- **Items:** SecondaryWeapon/restricted_to_traditions[]
- **Minimum Items:** `1`
#### `translations?`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** LocaleMap<ImprovisedWeaponTranslation>
---
### `SecondaryWeapon/uses[]`
- **Type:** WeaponUse
---
### `SecondaryWeapon/restricted_to_traditions[]`
- **Type:** MagicalTraditionReference
---
### `ImprovisedWeaponTranslation`
- **Type:** Object
- **Minimum Properties:** `1`
Key | Description | Details
:-- | :-- | :--
`advantage?` | The weapon advantage text. | See details
`disadvantage?` | The weapon disadvantage text. | See details
#### `advantage?`
The weapon advantage text.
- **Type:** NonEmptyMarkdown
#### `disadvantage?`
The weapon disadvantage text.
- **Type:** NonEmptyMarkdown
---
### `WeaponUse`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`id` | An increasing integer for use identification. | See details
`values` | | See details
#### `id`
An increasing integer for use identification.
- **Type:** Integer
- **Minimum:** `1`
#### `values`
- **Type:** WeaponUseValues
---
### `WeaponUseValues`
- **Type:** Union
- **Cases:** WeaponUseValues'Melee | WeaponUseValues'Ranged
---
### `WeaponUseValues'Melee`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`melee` | | See details
#### `tag`
- **Constant:** `"Melee"`
#### `melee`
- **Type:** MeleeWeapon
---
### `WeaponUseValues'Ranged`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`ranged` | | See details
#### `tag`
- **Constant:** `"Ranged"`
#### `ranged`
- **Type:** RangedWeapon
---
### `SanctifiedBy`
If the weapon is sanctified by a god and thus restricted to it's Blessed Ones.
- **Type:** List
- **Items:** SanctifiedBy[]
- **Minimum Items:** `1`
---
### `SanctifiedBy[]`
- **Type:** BlessedTraditionReference
---
### `RestrictedToCultures`
Define if during character creation this weapon can only be bought by characters of a specific race or culture.
- **Type:** Union
- **Cases:** RestrictedToCultures'CulturesOfRace | RestrictedToCultures'Cultures
---
### `RestrictedToCultures'CulturesOfRace`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`cultures_of_race` | | See details
#### `tag`
- **Constant:** `"CulturesOfRace"`
#### `cultures_of_race`
- **Type:** RaceReference
---
### `RestrictedToCultures'Cultures`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`cultures` | | See details
#### `tag`
- **Constant:** `"Cultures"`
#### `cultures`
- **Type:** RestrictedToSpecificCultures
---
### `RestrictedToSpecificCultures`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`list` | | See details
#### `list`
- **Type:** List
- **Items:** RestrictedToSpecificCultures/list[]
---
### `RestrictedToSpecificCultures/list[]`
- **Type:** CultureReference