The resolved outcome of a Blood Stoppage Test.

interface BloodStoppageOutcome {
    kind: BloodStoppageKind;
    nextBonus: number;
}

Properties

Properties

What happens to the bleeder.

nextBonus: number

The bonus applied to the next Blood Stoppage Test (10 on MF, else 0).