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

    Type Alias DamageTypeChoice

    type DamageTypeChoice = {
        active: boolean;
        disabled: boolean;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    active: boolean

    Currently active

    disabled: boolean

    Can be chosen?

    id: string

    Internal ID

    name: string

    Human-readable Label