Table of Contents

Method ReducedSavingThrowVsX

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ReducedSavingThrowVsX(IPSaveVs, int)

Applies a saving throw penalty versus a specific effect or damage type. Penalty must be a positive integer between 1 and 20 (1 = -1).

public static ItemProperty ReducedSavingThrowVsX(IPSaveVs saveType, int penalty)

Parameters

saveType IPSaveVs

The specific save-vs type.

penalty int

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

Returns

ItemProperty

The created item property.