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

    Type Alias ActorRestOptions

    Options given to ActorPF.performRest affecting an actor's resting.

    type ActorRestOptions = {
        hours?: number;
        longTermCare?: boolean;
        restoreDailyUses?: boolean;
        restoreHealth?: boolean;
        verbose?: boolean;
    }
    Index

    Properties

    hours?: number

    The number of hours the actor will rest.

    8

    longTermCare?: boolean

    Whether additional hit and ability score points should be restored through the Heal skill.

    false

    restoreDailyUses?: boolean

    Whether daily uses of spells and abilities should be restored.

    true

    restoreHealth?: boolean

    Whether the actor's health should be restored.

    verbose?: boolean

    Display notification once rest processing finishes.

    false