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

    Interface ApplyDamageOptions

    interface ApplyDamageOptions {
        ratio?: number;
    }

    Hierarchy

    • Omit<
          TargetedApplyDamageOptions,
          "targets",
          "reduction",
          "reductionDefault",
          "forceDialog",
      >
      • ApplyDamageOptions
    Index

    Properties

    Properties

    ratio?: number

    Ratio

    Multiplier on the healing/damage value.

    1