Table of Contents

Property EffectiveCRTable

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

EffectiveCRTable

Gets a list containing the CR progression for this class.
This value is used for purposes of encounter challenge rating calculations.
The list is 0-indexed, with level 1 starting at element 0.

public IReadOnlyList<byte> EffectiveCRTable { get; }

Property Value

IReadOnlyList<byte>