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

    Class ConcentrationAction

    Hierarchy (View Summary)

    Index

    General

    _id: string

    Raw ID

    action: string

    The action ID for the sub-action.

    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

    • get id(): string

      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

    • 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

      Localize fields

      Returns void

    Document

    • Internal

      Safely prepare data

      Returns void

    • Protected

      Prepare data after initialization or reset.

      Returns void