Table of Contents

Property Spells

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Spells

Gets a list of spells specific to this domain.

public IReadOnlyList<NwSpell?> Spells { get; }

Property Value

IReadOnlyList<NwSpell>

Remarks

This property returns a fixed size list of 10, matching the number of spell levels (cantrips + 9 levels)
Levels that do not grant a spell for a domain return a null NwSpell in that slot.