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

    Function formatResistanceEntry

    • Format a resistance entry for display.

      Parameters

      • entry: { amount: number; types: string[] }

        The amount of resistance or reduction.

        • amount: number

          The amount of resistance or reduction.

        • types: string[]

          The types of damage or energy resistance.

      • resistanceType: string = "dr"

        The type of resistance (e.g., "dr" or "er").

      Returns string

      • Formatted resistance entry string.