A pointer to a strike mode within an enclosing item (weapon or combat technique).

interface PointerData {
    itemUuid: string;
    smId: string;
}

Properties

Properties

itemUuid: string

Id of the owning item (weapon or combat technique).

smId: string

The strike mode Id.