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

    Type Alias DamageInstance

    type DamageInstance = {
        types: { custom: string; values: string[] };
        value: number;
    }
    Index

    Properties

    Properties

    types: { custom: string; values: string[] }

    Damage type data

    Type Declaration

    • custom: string

      Custom damage types

    • values: string[]

      Standard damage types

    value: number

    Total damage in this instance