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

    Type Alias ResourceData

    type ResourceData = {
        autoDeductChargesCost?: string;
        maxFormula?: string;
        per?: string;
        rechargeFormula?: string;
        source?: string;
        value?: number;
    }
    Index

    Properties

    autoDeductChargesCost?: string
    maxFormula?: string
    per?: string
    rechargeFormula?: string
    source?: string
    value?: number