The outcome of a performed amputation Strength test, for the result card.

interface AmputationCardInfo {
    died: boolean;
    severed: boolean;
    shockPenalty: number;
}

Properties

died: boolean

Whether the victim died (a severed vital location).

severed: boolean

Whether the struck location was severed.

shockPenalty: number

Additional Shock Roll modifier from the test (−20 on a marginal success).