Files
database-schema/docs/reference/equipment/item/MusicalInstrument.md
T

51 lines
1.9 KiB
Markdown

# [TITLE MISSING]
## Definitions
### <a name="MusicalInstrument"></a> `MusicalInstrument`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`cost` | The cost in silverthalers. | <a href="#MusicalInstrument/cost">See details</a>
`weight` | The weight in kg. | <a href="#MusicalInstrument/weight">See details</a>
`complexity?` | The complexity of crafting the item. | <a href="#MusicalInstrument/complexity">See details</a>
`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. | <a href="#MusicalInstrument/combat_use">See details</a>
`src` | | <a href="#MusicalInstrument/src">See details</a>
`translations` | All translations for the entry, identified by IETF language tag (BCP47). | <a href="#MusicalInstrument/translations">See details</a>
#### <a name="MusicalInstrument/cost"></a> `cost`
The cost in silverthalers.
- **Type:** <a href="./_Item.md#Cost">Cost</a>
#### <a name="MusicalInstrument/weight"></a> `weight`
The weight in kg.
- **Type:** <a href="./_Item.md#Weight">Weight</a>
#### <a name="MusicalInstrument/complexity"></a> `complexity?`
The complexity of crafting the item.
- **Type:** <a href="./_Item.md#Complexity">Complexity</a>
#### <a name="MusicalInstrument/combat_use"></a> `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:** <a href="./_Item.md#CombatUse">CombatUse</a>
#### <a name="MusicalInstrument/src"></a> `src`
- **Type:** <a href="../../source/_PublicationRef.md#PublicationRefs">PublicationRefs</a>
#### <a name="MusicalInstrument/translations"></a> `translations`
All translations for the entry, identified by IETF language tag (BCP47).
- **Type:** <a href="../../_LocaleMap.md#LocaleMap">LocaleMap</a>&lt;<a href="./_Item.md#DefaultItemTranslation">DefaultItemTranslation</a>&gt;