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

    Function convertWeightBack

    • Converts back to lbs from what the world is using as a measurement unit.

      Parameters

      • value: number

        The value to convert back to lbs.

      Returns number

      The converted value. In the case of the metric system, converts from kg.

      With metric enabled

      pf1.utils.convertWeightBack(10); // => 20
      

      With default imperial

      pf1.utils.convertWeightBack(10); // => 10