Table of Contents

Method BonusSavingThrow

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

BonusSavingThrow(IPSaveBaseType, int)

Grants a saving throw bonus to a base save type. Bonus must be between 1 and 20.

public static ItemProperty BonusSavingThrow(IPSaveBaseType saveType, int bonus)

Parameters

saveType IPSaveBaseType

The base save type.

bonus int

The bonus amount (1–20).

Returns

ItemProperty

The created item property.