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

    Variable effectDurationsConst

    effectDurations: {
        combat: "End of combat";
        hour: "hrs";
        minute: "mins";
        round: "rnds";
        turn: "turn";
    } = ...

    Short form labels for time periods, and valid options for buff durations.

    Type Declaration

    • Readonlycombat: "End of combat"
    • Readonlyhour: "hrs"
    • Readonlyminute: "mins"
    • Readonlyround: "rnds"
    • Readonlyturn: "turn"