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