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

    Function migrateItemActionData

    • Migrates a single action within an item.

      Parameters

      • actionData: object

        The action's data, which also serves as the update data to pass on.

      • updateData: object

        Item update data

      • Optionaloptions: { item?: Item<"base" | ModuleSubType>; itemData: object } = {}

        Additional options

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

          Parent item document this action is in.

        • itemData: object

          Parent item data

      Returns object

      The resulting action data.