Saving Throw Function Category
Functions used to deal with saving throws.
Functions
Name | Brief Description |
---|---|
EffectSavingThrowDecrease | Create a Saving Throw Decrease effect to lower one Saving Throw type. |
EffectSavingThrowIncrease | Create a Saving Throw Increase effect to raise one Saving Throw type. |
FortitudeSave | Returns the result of a Fortitude Save check. |
GetEpicSpellSaveDC | Determines the DC needed to save against any epic spell. |
GetFortitudeSavingThrow | Determines the base fortitude saving throw number of a creature, door or placeable. |
GetReflexAdjustedDamage | Determines the damage to be applied after saving throws are applied. |
GetReflexSavingThrow | Determines the base reflex saving throw number of a creature, door or placeable. |
GetSpellSaveDC | Determines the DC needed to save against the cast spell. |
GetWillSavingThrow | Determines the base will saving throw number of a creature, door or placeable. |
ReflexSave | Performs a ReflexSave check. |
SetFortitudeSavingThrow | Set the fortitude saving throw value for a door or placeable object. |
SetReflexSavingThrow | Set the reflex saving throw value for a door or placeable object. |
SetWillSavingThrow | Set the will saving throw value for a door or placeable object. |
WillSave | Performs a Will Save check. |