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

    Interface ParsedResistanceEntry

    interface ParsedResistanceEntry {
        amount: number;
        formula: string;
        types: string[];
    }
    Index

    Properties

    Properties

    amount: number
    formula: string
    types: string[]