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

    Function getBuffTargetDictionary

    • Internal

      Assembles an array of buff targets and their categories, ready to be inserted into pf1.applications.CategorizedItemPicker.

      Parameters

      • type: "buffs" | "contextNotes" = "buffs"

        Type of targets to retrieve

      • context: { actor?: any; item?: any } = {}

        Additional context

        • Optionalactor?: any

          Actor for which to specifically get buff targets.

        • Optionalitem?: any

          Item on which this change is on.

      Returns CategorizedItemCategory[]