Method SpellLevelAbsorption
SpellLevelAbsorption(int, int, SpellSchool)
Creates an effect that absorbs a certain amount of spells.
public static Effect SpellLevelAbsorption(int maxSpellLevel, int totalSpellsAbsorbed = 0, SpellSchool spellSchool = SpellSchool.General)
Parameters
maxSpellLevelintThe max level spell that can be absorbed.
totalSpellsAbsorbedintThe total number of spells that can be absorbed.
spellSchoolSpellSchoolThe spell school to absorb specifically.