Pathfinder 1e for Foundry VTT
    Preparing search index...

    Type Alias PromptFormData

    PromptFormData: Pick<PromptOptions, "bonus" | "action" | "rollMode"> & {
        d20?: string;
        dc?: string;
    }

    Type Declaration

    • Optionald20?: string

      Check override of the d20 roll.

    • Optionaldc?: string

      Value of the DC.