The edged wound an amputation (AMP) treatment inflicts on the location.

interface AmputationInjury {
    bleeder: boolean;
    level: number;
    severity: "G" | "S";
}

Properties

bleeder: boolean

Whether the amputation also leaves a bleeder.

level: number

The new wound's Injury Level.

severity: "G" | "S"

The new wound's severity-band letter ("G" grievous, "S" serious).