Table of Contents

Property AbilityGainTable

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AbilityGainTable

Gets a list containing the ability score progression granted by this class (e.g. Dragon Disciple).
The list is 0-indexed, with level 1 starting at element 0.

public IReadOnlyList<ClassAbilityGainList> AbilityGainTable { get; }

Property Value

IReadOnlyList<ClassAbilityGainList>