A formatted affliction row for the afflictions list.

interface AfflictionRow {
    healingRate: number;
    healingRateDeltaLabel: string;
    healingRateDisabled: boolean;
    id: string;
    img: string;
    level: string;
    levelDeltaLabel: string;
    name: string;
    nextHealTest: null | number;
    notes: string;
    source: string;
    uuid: string;
}

Properties

healingRate: number
healingRateDeltaLabel: string

Healing-rate modifier derivation summary for the hover tooltip (#769).

healingRateDisabled: boolean
id: string
img: string
level: string

Localized level label.

levelDeltaLabel: string

Level modifier derivation summary for the hover tooltip (#769).

name: string
nextHealTest: null | number

World time (seconds) of the next course/recovery check, or null when none is projectable — rendered calendar-formatted (#943).

notes: string

Plain-text notes (HTML stripped).

source: string
uuid: string