Variable spellPreparationModesConst

spellPreparationModes: {
    atwill: string;
    prepared: string;
    spontaneous: string;
} = ...

Valid options for how a spell is prepared

Type declaration

  • atwill: string
  • prepared: string
  • spontaneous: string

Generated using TypeDoc