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

    Type Alias MaterialData

    type MaterialData = {
        base?: { custom?: boolean; value?: string };
        normal?: { custom?: boolean; value?: string };
    }
    Index

    Properties

    Properties

    base?: { custom?: boolean; value?: string }
    normal?: { custom?: boolean; value?: string }