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

    Interface BuffTargetItem

    interface BuffTargetItem {
        category: string;
        icon?: string;
        label?: string;
        types?: { exclude?: string[]; include?: string[] };
        untyped?: boolean;
    }
    Index

    Properties

    category: string

    The buff target's category.

    icon?: string

    The URL to an icon.

    label?: string

    The buff target's label.

    types?: { exclude?: string[]; include?: string[] }

    Buff type limitations

    Type declaration

    • Optionalexclude?: string[]

      A list of disallowed buff types

    • Optionalinclude?: string[]

      A list of allowed buff types. Supersedes types.exclude if supplied, and disallows all other types

    untyped?: boolean

    If true, this target has no type