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

    Function migrateResourceLinkedItems

    • Migrate linked resource items to invert their charge-sharing relationship. This means that the child will now track the changes.

      Added with PF1 v12

      Parameters

      Returns Promise<
          (
              | {
                  _id: any;
                  "system.links.-=charges"?: undefined;
                  "system.uses.source": any;
              }
              | {
                  _id: null
                  | string;
                  "system.links.-=charges": null;
                  "system.uses.source"?: undefined;
              }
          )[],
      >