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

    Type Alias FeatCounts

    type FeatCounts = {
        active: number;
        changes: number;
        disabled: number;
        excess: number;
        formula: number;
        levels: number;
        max: number;
        missing: number;
        mythic: number;
        owned: number;
    }
    Index

    Properties

    active: number

    The current number of active feats.

    changes: number

    Feats gained via Changes

    disabled: number

    Disabled feats

    excess: number

    Feats over maximum allowed

    formula: number

    Feats gained by custom formula on the feats tab

    levels: number

    Feats gained by levels specifically

    max: number

    The maximum allowed feats.

    missing: number

    Feats under maximum allowed

    mythic: number

    Mythic feats

    owned: number

    The current number of feats, active or not.