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

    Type Alias ExperienceDistributorActor

    type ExperienceDistributorActor = {
        actor: ActorPF;
        id: string;
        isNPC: boolean;
        selected: boolean;
        xp: number;
        xpLabel: string;
    }
    Index

    Properties

    actor: ActorPF

    Actor instance

    id: string

    Internal ID

    isNPC: boolean

    IS this an NPC

    selected: boolean

    Is selected

    xp: number

    Reward

    xpLabel: string

    Formatted XP value