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

    Type Alias AmmoUsage

    type AmmoUsage = {
        id: string;
        img: string;
        misfire: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    Ammo ID

    img: string

    Item image

    misfire: boolean

    Was this a misfire?

    name: string

    Item name