Property AttackBonusTable
AttackBonusTable
Gets a list containing the base attack bonus progression for this class.
The list is 0-indexed, with level 1 starting at element 0.
public IReadOnlyList<byte> AttackBonusTable { get; }
Property Value
Examples
byte babLevel15 = nwClass.AttackBonusTable[14];