4.0 KiB
4.0 KiB
[TITLE MISSING]
Definitions
Jewelry
- 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 |
src |
See details | |
translations |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
cost
The cost in silverthalers.
- Type: JewelryMaterialDifference<Cost>
weight
The weight in kg.
- Type: JewelryMaterialDifference<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
src
- Type: PublicationRefs
translations
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<JewelryTranslation>
JewelryMaterialDifference<T>
Jewelry has different cost based on the material.
- Type: Object
| Key | Description | Details |
|---|---|---|
bronze |
See details | |
silver |
See details | |
gold |
See details |
bronze
- Type: T
silver
- Type: T
gold
- Type: T
JewelryTranslation
- 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 |
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
errata?
- Type: Errata