spellcasting: {
    spells: {
        alchemy: string;
        arcane: string;
        divine: string;
        psychic: string;
    };
    type: {
        hybrid: string;
        prepared: string;
        spontaneous: string;
    };
} = ...

Type declaration

  • spells: {
        alchemy: string;
        arcane: string;
        divine: string;
        psychic: string;
    }
    • alchemy: string
    • arcane: string
    • divine: string
    • psychic: string
  • type: {
        hybrid: string;
        prepared: string;
        spontaneous: string;
    }
    • hybrid: string
    • prepared: string
    • spontaneous: string

Generated using TypeDoc