4.8 KiB
4.8 KiB
[TITLE MISSING]
Definitions
IlluminationLightSource
- 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 |
burning_time |
The burning time is the time how long the light source can be lit. After that time you have to use a new light source. | 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
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
burning_time
The burning time is the time how long the light source can be lit. After that time you have to use a new light source.
- Type: BurningTime
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>
BurningTime
- Type: Union
- Cases: BurningTime'Unlimited | BurningTime'Limited
BurningTime'Unlimited
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
unlimited |
See details |
tag
- Constant:
"Unlimited"
unlimited
- Type: Object
BurningTime'Unlimited/unlimited
- Type: Empty Object
BurningTime'Limited
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
limited |
See details |
tag
- Constant:
"Limited"
limited
- Type: LimitedBurningTime
LimitedBurningTime
- Type: Object
| Key | Description | Details |
|---|---|---|
value |
The (unitless) time value. | See details |
unit |
The time unit. | See details |
value
The (unitless) time value.
- Type: Number
- Exclusive Minimum:
0
unit
The time unit.
- Type: LimitedBurningTimeUnit
LimitedBurningTimeUnit
- Constant:
"Hours"