Table of Contents

Method ReducedSavingThrow

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ReducedSavingThrow(IPSaveBaseType, int)

Applies a saving throw penalty to a base save type. Penalty must be a positive integer between 1 and 20 (1 = -1).

public static ItemProperty ReducedSavingThrow(IPSaveBaseType saveType, int penalty)

Parameters

saveType IPSaveBaseType

The base save type.

penalty int

The penalty amount (1–20, interpreted as negative).

Returns

ItemProperty

The created item property.