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

    Type Alias DamageInstance

    type DamageInstance = {
        immune: boolean;
        isEnergy: boolean;
        isPhysical: boolean;
        isUntyped: boolean;
        total: number;
        typeIds: Set<string>;
        types: string[];
        value: number;
    }
    Index

    Properties

    immune: boolean
    isEnergy: boolean
    isPhysical: boolean
    isUntyped: boolean
    total: number
    typeIds: Set<string>
    types: string[]
    value: number