Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface representing a Meter.

Hierarchy

Index

Properties

$id: string

The item's unique string ID.

pattern

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

Max: number

The maximum value of the meter.

Min: number

The minimum value of the meter. Usually this is 0. Momentum is currently the only exception to this and goes as low as -6.

Name: string

The item's internal name. Should be unique among its sibling elements, as this key is often used (along with the object's ancestors) to generate its $id.

If the item has Display.Title, that should be preferred for most user-facing labels.

Value: number

The initial value of the meter.

Generated using TypeDoc