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

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.

weight

The weight in kg.

complexity

The complexity of crafting the item.

structure_points

The structure points of the item. Use an array if the item consists of multiple components that have individual structure points.

src

translations

All translations for the entry, identified by IETF language tag (BCP47).


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.

secondary_name?

An auxiliary name or label of the item, if available.

note?

Note text.

rules?

Special rules text.

errata?