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

    Class DamageType

    A single damage type entry in the DamageTypes registry.

    Hierarchy (View Summary)

    Index

    General

    _id: string

    Raw ID

    abbr: string

    Abbreviation

    category: keyof readonly ["physical", "energy", "misc"]

    Category

    misc

    color: string

    Color

    flags: object

    Freeform data

    icon?: string

    Icon

    Not used if image is defined

    img?: string

    Image

    Required if no icon is defined.

    isModifier: boolean

    Is not real damage type on its own

    name: string

    Name

    namespace: string

    Source package ID

    • get id(): string

      The unique key of the value.

      Returns string

    • get isEnergy(): boolean

      Returns boolean

    • get isPhysical(): boolean

      Returns boolean

    • get isUtility(): boolean

      Returns boolean

    • Protected

      Localize fields

      Returns void

    Document

    • Internal

      Safely prepare data

      Returns void

    • Protected

      Prepare data after initialization or reset.

      Returns void