Table of Contents

Method BonusSavingThrowVsX

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

BonusSavingThrowVsX(IPSaveVs, int)

Grants a saving throw bonus versus a specific effect or damage type. Bonus must be between 1 and 20.

public static ItemProperty BonusSavingThrowVsX(IPSaveVs saveType, int bonus)

Parameters

saveType IPSaveVs

The specific save-vs type.

bonus int

The bonus amount (1–20).

Returns

ItemProperty

The created item property.