Method SavingThrowDecrease
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
savingThrowSavingThrowThe saving throw to decrease.
amountintThe amount to decrease the saving throw.
savingThrowTypeSavingThrowTypeThe saving throw sub-type to decrease.