The being's answers from the Contagion Test dialog (#1183): which affliction they were exposed to, how the roll is modified, and whether a contracted affliction is recorded on the sheet.

interface ContagionTestChoice {
    affliction: AfflictionChoice;
    record: boolean;
    situationalModifier: number;
    successLevelMod: number;
}

Properties

affliction: AfflictionChoice

The chosen affliction.

record: boolean

Whether a contracted affliction is added to the character sheet.

situationalModifier: number

Modifier added to the contagion roll.

successLevelMod: number

Offset applied to the test's success level.