Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an Asset Type such as Command Vehicle, Companion, or Path, and serves as a container for all assets of that type.

Hierarchy

Index

Properties

$id: string
example

"Ironsworn/Assets/Ritual"

example

"Starforged/Assets/Command_Vehicle"

pattern

^(Starforged|Ironsworn)/Assets/[A-z_-]+$

Aliases?: string[]

Alternate names for this item, including: names it had earlier in development that have since changed, alternate spellings/punctuation, common misspellings, and so on.

Assets: IAsset[]

The assets that belong to this asset type.

Description: string

A user-facing markdown description of the item, consisting of one or more paragraphs.

markdown

Data relevant to this item's display/rendering.

Name: string
example

"Ritual"

example

"Command Vehicle"

Source: ISource

Information on this item's source.

Generated using TypeDoc