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

    Class SubActionAbstract Experimental

    Hierarchy (View Summary)

    Index

    Properties

    _id: string
    action: string

    The action ID for the sub-action.

    activation: Activation
    baseDC?: string

    The base DC if any.

    flags?: object
    img?: string

    The image to show for the ActionUse if any.

    name: string
    namespace: string

    Accessors

    • 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

    Methods

    • 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 undefined | Roll<EmptyObject>

      The resolved DC.

    • Protected Experimental

      Localize fields

      Returns void

    • Protected Experimental

      Prepares the data of the registry entry.

      Returns void