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

    Hierarchy

    • DataModel
      • HealthConfigModel
    Index

    Properties

    continuous: any
    maximized: number

    Number of maximized levels

    rounding: string

    up

    Accessors

    • get continuous(): any

      Returns any

    • get healthContinuityOptions(): { false: string; true: string }

      Returns { false: string; true: string }

    • get healthRoundingOptions(): { down: string; nearest: string; up: string }

      Returns { down: string; nearest: string; up: string }

    • get woundThresholdOptions(): { "0": any; "1": any; "2": any }

      Returns { "0": any; "1": any; "2": any }

    Methods

    • Get actor type specific config

      Parameters

      • actor: string | Actor<"base" | ModuleSubType>

        Actor document or type string

      Returns object

    • Retrieve hit die configuration relevant to given class.

      Parameters

      • item: ItemClassPF
      • OptionalactorType: string

        Actor type. If not provided, will be retrieved from the item parent or fall back to character.

      Returns object