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

    Class SkillActionExperimental

    Hierarchy (View Summary)

    Index

    General

    _id: string

    Raw ID

    action: string

    The action ID for the sub-action.

    actionId: string

    Base action ID without skill prefix

    baseDC?: string

    The base DC if any.

    flags: object

    Freeform data

    img?: string

    The image to show for the ActionUse if any.

    journal?: string

    Relevant journal entry shown on dialog.

    name: string

    Name

    namespace: string

    Source package ID

    skillId:
        | "int"
        | "crf"
        | "acr"
        | "swm"
        | "clm"
        | "fly"
        | "lor"
        | "art"
        | "apr"
        | "blf"
        | "dip"
        | "dev"
        | "dis"
        | "esc"
        | "han"
        | "hea"
        | "kar"
        | "kdu"
        | "ken"
        | "kge"
        | "khi"
        | "klo"
        | "kna"
        | "kno"
        | "kpl"
        | "kre"
        | "lin"
        | "per"
        | "prf"
        | "pro"
        | "rid"
        | "sen"
        | "slt"
        | "spl"
        | "ste"
        | "sur"
        | "umd"

    Base skill ID

    • get id(): string
      Experimental

      The unique key of the value.

      Returns string

    • get selectId(): string
      Experimental

      Simple consistent selection ID

      This may lose accuracy if used in general.

      Returns string

    • Experimental

      Given the current action and the given data it resolves the base DC for this action.

      Parameters

      • data: Record<string, any> = {}

        The data for formula resolution.

      Returns any

      The resolved DC.

    • Protected Experimental

      Localize fields

      Returns void

    Document

    • Internal

      Safely prepare data

      Returns void

    • Protected Experimental

      Prepare data after initialization or reset.

      Returns void