• Internal

    Assembles an array of all possible buff targets.

    Parameters

    • type: "buffs" | "contextNotes"

      Type of targets to fetch

    • context: { actor?: Actor; item?: Item } = {}

      Additional context

      • Optionalactor?: Actor

        Actor for which to specifically get buff targets.

      • Optionalitem?: Item

        Item on which this change is on.

    Returns Record<string, BuffTargetItem>

    The resulting array of buff targets.