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

    Type Alias BuffTargetItem

    type 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

    • exclude: string[]

      A list of disallowed buff types

    • include: 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