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

      Assembles an array of all possible buff targets.

      Parameters

      • type: "buffs" | "contextNotes"

        Type of targets to fetch

      • context: { actor?: Actor<"base" | ModuleSubType>; item?: Item<"base" | ModuleSubType> } = {}

        Additional context

        • Optionalactor?: Actor<"base" | ModuleSubType>

          Actor for which to specifically get buff targets.

        • Optionalitem?: Item<"base" | ModuleSubType>

          Item on which this change is on.

      Returns Record<string, BuffTargetItem>

      The resulting array of buff targets.