A single strike-mode row view model rendered on the Strike Modes tab.

interface StrikeModeRowVM {
    impactFormula: string;
    key: string;
    name: string;
    shortcode: string;
    typeLabel: string;
}

Properties

impactFormula: string

The impact damage formula, e.g. "d6+2e" or "2d6+2e".

key: string

The row key (shortcode for a weapon, SINGLE_STRIKE_MODE_KEY for a technique).

name: string

The strike mode's display name.

shortcode: string

The strike mode's shortcode (blank for a combat technique's single mode).

typeLabel: string

Localized type label (Melee / Missile).