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

    Function overlandSpeed

    • Calculate overland speed per hour

      Parameters

      • speed: number

        Tactical speed

      Returns { speed: number; unit: string }

      • Object with overland speed and unit.

      With metric metric enabled

      overlandSpeed(9); // => {speed:6, unit:'km'}
      

      With imperial

      overlandSpeed(40); // => {speed:4, unit:'mi'}