Property Spells
Spells
Gets a list of spells specific to this domain.
public IReadOnlyList<NwSpell?> Spells { get; }
Property Value
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.