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

    Interface MacroDropData

    interface MacroDropData {
        ability?: string;
        attack?: string;
        bookId?: string;
        skill?: string;
        type: string;
        uuid: string;
    }
    Index

    Properties

    ability?: string

    Ability key

    attack?: string

    Attack type

    bookId?: string

    Spellbook ID

    skill?: string

    Skill ID

    type: string
    uuid: string