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

    Class AEBuffModel

    Buff tracking Active Effect.

    Active Effect type: buff

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Constructors

    • Parameters

      • ...args: ConstructorArgs<any, any>

      Returns AEBuffModel

    Properties

    end?: "initiative" | "combat" | "turnStart" | "turnEnd"

    End timing

    initiative?: number

    Initiative count

    level?: number

    Level

    Unused

    Accessors

    • get isTracker(): boolean

      Is this item tracking AE

      Returns boolean

      • There should be only one AE with this true per item.
    • get item(): null | Item<"base" | ModuleSubType>

      Retrieve parent item

      Returns null | Item<"base" | ModuleSubType>