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

    Type Alias ValidityStatement

    Object with the validity of all given options.

    type ValidityStatement = {
        actor?: boolean;
        item?: boolean;
        valid: boolean;
    }
    Index

    Properties

    Properties

    actor?: boolean

    Whether this buff target is valid or not for given actor.

    item?: boolean

    Whether this buff target is valid or not for given item.

    valid: boolean

    Whether this buff target is valid for both actor and item.