# [TITLE MISSING]
## Definitions
### `MusicalInstrument`
- **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
`combat_use?` | The item can also be used either as an improvised weapon or as an armor, although this is not the primary use case of the item. | 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
#### `combat_use?`
The item can also be used either as an improvised weapon or as an armor, although this is not the primary use case of the item.
- **Type:** CombatUse
#### `src`
- **Type:** PublicationRefs
#### `translations`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** LocaleMap<DefaultItemTranslation>