• Present the Contagion Test dialog: a shortcode-keyed dropdown of every contagious affliction found in the world and the Item compendium packs, a Situational Modifier and Success Level Modifier for the roll, and a checkbox deciding whether a contracted affliction is recorded on the sheet.

    All Foundry work (the search and the dialog) lives at the boundary; the returned choice is a plain, Foundry-free object.

    Parameters

    • recordDefault: boolean

      Default state of the "add to character sheet" checkbox, taken from the recordTrauma system setting.

    Returns Promise<ContagionTestChoice | null>

    The being's choice, or null if the dialog was dismissed or the selection was invalid.