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

    Activation cost and type.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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