Property EffectiveCRTable
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; }