Table of Contents

Method BonusLevelSpell

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

BonusLevelSpell(IPClass, IPSpellLevel)

Grants a bonus spell slot for the specified class and level. Spell level must be 0–9.

public static ItemProperty BonusLevelSpell(IPClass classType, IPSpellLevel spellLevel)

Parameters

classType IPClass

The spellcasting class.

spellLevel IPSpellLevel

The spell level (0–9).

Returns

ItemProperty

The created item property.