Table of Contents

Method SavingThrowDecrease

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SavingThrowDecrease(SavingThrow, int, SavingThrowType)

Creates an effect to decrease one saving throw type.

public static Effect SavingThrowDecrease(SavingThrow savingThrow, int amount, SavingThrowType savingThrowType = SavingThrowType.All)

Parameters

savingThrow SavingThrow

The saving throw to decrease.

amount int

The amount to decrease the saving throw.

savingThrowType SavingThrowType

The saving throw sub-type to decrease.

Returns

Effect