A subtype-labeled group of afflictions, ready to render.

interface AfflictionGroup {
    afflictions: AfflictionRow[];
    label: string;
    subType: string;
}

Properties

afflictions: AfflictionRow[]

The afflictions in this group.

label: string

Localized subtype label shown in the group legend.

subType: string

The subtype key (e.g. "fatigue"), used to seed new items.