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

    Variable spellcastingConst

    spellcasting: {
        spells: {
            alchemy: "Alchemical";
            arcane: "Arcane";
            divine: "Divine";
            psychic: "Psychic";
        };
        type: {
            hybrid: "Arcanist";
            prepared: "Prepared";
            spontaneous: "Spontaneous";
        };
    } = ...

    Type declaration

    • Readonlyspells: {
          alchemy: "Alchemical";
          arcane: "Arcane";
          divine: "Divine";
          psychic: "Psychic";
      }
    • Readonlytype: { hybrid: "Arcanist"; prepared: "Prepared"; spontaneous: "Spontaneous" }