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

    Spellbook details.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • bookKey: string

        Book key.

      • actor: ActorPF

        Owning actor.

      Returns Spellbook

    Properties

    actor: ActorPF

    Owning actor.

    data: any

    Raw spellbook data.

    key: string

    Book key.

    level: {} = {}
    spells: any[] = []

    All spells.

    Methods

    • Add spell to the spellbook and to its appropriate level.

      Parameters

      • spell: ItemSpellPF

      Returns void