Table of Contents

Property AttackBonusTable

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

IReadOnlyList<byte>

Examples

byte babLevel15 = nwClass.AttackBonusTable[14];