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

    Interface ParsedResistanceEntry

    interface ParsedResistanceEntry {
        amount: number;
        custom: boolean;
        isDR: boolean;
        isER: boolean;
        label: string;
        types: [{ data?: object; id: string; name: string }];
    }
    Index

    Properties

    amount: number
    custom: boolean
    isDR: boolean
    isER: boolean
    label: string
    types: [{ data?: object; id: string; name: string }]