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

    Type Alias SettingsCache

    Settings cache

    type SettingsCache = {
        altReach: boolean;
        distance: SystemOfUnits;
        fractional: boolean;
        measure: boolean;
        npcProficiencies: boolean;
        overlandVariant: "rounded" | "exact";
        performance: PerformanceConfigModel;
        vision: boolean;
        weight: SystemOfUnits;
    }
    Index

    Properties

    altReach: boolean

    Alternate 10 ft diagonal reach

    distance: SystemOfUnits

    Distance system of units

    fractional: boolean

    Fractional bonuses

    measure: boolean

    Measure style

    true for system, false for Foundry

    npcProficiencies: boolean

    NPC Proficiencies

    overlandVariant: "rounded" | "exact"

    Overland movement precision

    rounded for default, exact for Spanish/French style

    Performance settings

    vision: boolean

    System vision

    Weight system of units