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

    Activation cost and type.

    type Activation = {
        cost?: number;
        type: AbilityActivationTypes;
        unchained?: { cost?: number; type: AbilityActivationTypesUnchained };
    }
    Index

    Properties

    Properties

    cost?: number
    unchained?: { cost?: number; type: AbilityActivationTypesUnchained }