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

    Variable abilityActivationTypesPluralsConst

    abilityActivationTypesPlurals: {
        attack: "Attack Actions";
        free: "Free Actions";
        full: "Full-round Actions";
        hour: "Hours";
        immediate: "Immediate Actions";
        minute: "Minutes";
        move: "Move Actions";
        round: "Rounds";
        standard: "Standard Actions";
        swift: "Swift Actions";
    } = ...

    This describes plurals for activation types.

    Type declaration

    • Readonlyattack: "Attack Actions"
    • Readonlyfree: "Free Actions"
    • Readonlyfull: "Full-round Actions"
    • Readonlyhour: "Hours"
    • Readonlyimmediate: "Immediate Actions"
    • Readonlyminute: "Minutes"
    • Readonlymove: "Move Actions"
    • Readonlyround: "Rounds"
    • Readonlystandard: "Standard Actions"
    • Readonlyswift: "Swift Actions"