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

13 KiB

[TITLE MISSING]

Definitions

DefaultItem

  • 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
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.

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.

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.

src

translations

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


CombatUse

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.


CombatUse'Weapon

  • Type: Object
Key Description Details
tag See details
weapon See details

tag

  • Constant: "Weapon"

weapon


CombatUse'Armor

  • Type: Object
Key Description Details
tag See details
armor See details

tag

  • Constant: "Armor"

armor


DefaultItemTranslation

  • 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?


Structure Points (StructurePoints)

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


StructurePoints[]


StructurePointsComponent

  • Type: Object
Key Description Details
points The structure points. See details

points

The structure points.

  • Type: Integer
  • Minimum: 1

Cost

The cost in silverthalers.


Cost'Free

  • Type: Object
Key Description Details
tag See details
free See details

tag

  • Constant: "Free"

free


Cost'Free/free

  • Type: Empty Object

Cost'Various

  • Type: Object
Key Description Details
tag See details
various See details

tag

  • Constant: "Various"

various


Cost'Various/various

  • Type: Empty Object

Cost'Invaluable

  • Type: Object
Key Description Details
tag See details
invaluable See details

tag

  • Constant: "Invaluable"

invaluable


Cost'Invaluable/invaluable

  • Type: Empty Object

Cost'Fixed

  • Type: Object
Key Description Details
tag See details
fixed See details

tag

  • Constant: "Fixed"

fixed


Cost'Range

  • Type: Object
Key Description Details
tag See details
range See details

tag

  • Constant: "Range"

range


FixedCost

  • Type: Object
Key Description Details
value The cost in silverthalers. See details
translations? All translations for the entry, identified by IETF language tag (BCP47). See details

value

The cost in silverthalers.

  • Type: Number
  • Exclusive Minimum: 0

translations?

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


CostRange

  • Type: Object
Key Description Details
from The lower bound of the cost in silverthalers. See details
to The upper bound of the cost in silverthalers. See details
translations? All translations for the entry, identified by IETF language tag (BCP47). See details

from

The lower bound of the cost in silverthalers.

  • Type: Number
  • Exclusive Minimum: 0

to

The upper bound of the cost in silverthalers.

  • Type: Number
  • Exclusive Minimum: 0

translations?

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


CostTranslation

  • Type: Object
Key Description Details
wrap_in_text The cost get wrapped by this text using a placeholder in the text. See details

wrap_in_text

The cost get wrapped by this text using a placeholder in the text.

  • Type: String
  • Minimum Length: 1
  • Pattern: \{0\}

Weight

The weight in kg.

  • Type: Number
  • Exclusive Minimum: 0

Complexity

The complexity of crafting the item.


Complexity'Primitive

  • Type: Object
Key Description Details
tag See details
primitive See details

tag

  • Constant: "Primitive"

primitive


Complexity'Primitive/primitive

  • Type: Empty Object

Complexity'Simple

  • Type: Object
Key Description Details
tag See details
simple See details

tag

  • Constant: "Simple"

simple


Complexity'Simple/simple

  • Type: Empty Object

Complexity'Complex

  • Type: Object
Key Description Details
tag See details
complex See details

tag

  • Constant: "Complex"

complex


ComplexComplexity

  • Type: Object
Key Description Details
ap_value The AP value for the trade secret. See details

ap_value

The AP value for the trade secret.

  • Type: Integer
  • Minimum: 1