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

    Variable ammoTypesConst

    ammoTypes: {
        arrow: "Arrow";
        bolt: "Bolt";
        dart: "Dart";
        dragoonBullet: "Bullet (Dragoon Firearm)";
        gunBullet: "Bullet (Firearm)";
        repeatingBolt: "Bolt (Repeating)";
        siege: "Siege";
        slingBullet: "Bullet (Sling)";
    } = ...

    The subtypes for ammo type loot items

    Type declaration

    • Readonlyarrow: "Arrow"
    • Readonlybolt: "Bolt"
    • Readonlydart: "Dart"
    • ReadonlydragoonBullet: "Bullet (Dragoon Firearm)"
    • ReadonlygunBullet: "Bullet (Firearm)"
    • ReadonlyrepeatingBolt: "Bolt (Repeating)"
    • Readonlysiege: "Siege"
    • ReadonlyslingBullet: "Bullet (Sling)"