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

    Interface EnrichedResistanceEntry

    interface EnrichedResistanceEntry {
        active: boolean;
        amount: number;
        custom: boolean;
        formula: string;
        hasGeneric: boolean;
        isDR: boolean;
        isER: boolean;
        label: string;
        typeIds: string[];
        types: { data?: object; id: string; name: string }[];
        value: number;
        visible: boolean;
    }
    Index

    Properties

    active: boolean
    amount: number
    custom: boolean
    formula: string
    hasGeneric: boolean
    isDR: boolean
    isER: boolean
    label: string
    typeIds: string[]
    types: { data?: object; id: string; name: string }[]
    value: number
    visible: boolean