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

interface ActorRestOptions {
    hours?: number;
    longTermCare?: boolean;
    restoreDailyUses?: boolean;
    restoreHealth?: boolean;
    verbose?: boolean;
}

Properties

hours?: number

The number of hours the actor will rest.

longTermCare?: boolean

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

restoreDailyUses?: boolean

Whether daily uses of spells and abilities should be restored.

restoreHealth?: boolean

Whether the actor's health should be restored.

verbose?: boolean

Display notification once rest processing finishes.