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

    Variable timePeriodsConst

    timePeriods: {
        day: "Days";
        hour: "Hours";
        inst: "Instantaneous";
        minute: "Minutes";
        month: "Months";
        perm: "Permanent";
        round: "Rounds";
        seeText: "See Text";
        spec: "Special";
        turn: "Turn";
        year: "Years";
    } = ...

    This Object defines the various lengths of time which can occur in PF1

    Type declaration

    • Readonlyday: "Days"
    • Readonlyhour: "Hours"
    • Readonlyinst: "Instantaneous"
    • Readonlyminute: "Minutes"
    • Readonlymonth: "Months"
    • Readonlyperm: "Permanent"
    • Readonlyround: "Rounds"
    • ReadonlyseeText: "See Text"
    • Readonlyspec: "Special"
    • Readonlyturn: "Turn"
    • Readonlyyear: "Years"