Method SavingThrowIncrease
SavingThrowIncrease(SavingThrow, int, SavingThrowType)
Creates an effect to increase one saving throw type.
public static Effect SavingThrowIncrease(SavingThrow savingThrow, int amount, SavingThrowType savingThrowType = SavingThrowType.All)
Parameters
savingThrowSavingThrowThe saving throw to increase.
amountintThe amount to increase the saving throw.
savingThrowTypeSavingThrowTypeThe saving throw sub-type to increase.