Method GetSavingThrowTable
GetSavingThrowTable(SavingThrow)
Gets a list containing the saving throw progression granted by this class.
The list is 0-indexed, with level 1 starting at element 0.
public IReadOnlyList<byte> GetSavingThrowTable(SavingThrow savingThrow)
Parameters
savingThrowSavingThrowThe saving throw to query. All is not supported.
Returns
Examples
byte reflexSaveLevel15 = nwClass.GetSavingThrowTable(SavingThrow.Reflex)[14];