FMagicFatigueDrainBase

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
Description

Used with fMagicFatigueDrainMult to determine the effect of fatigue on spell effectiveness. By default, fatigue has no effect on spellcasting.

Note that the formula below will not be used if the subject has full fatigue (which means that spell effectiveness penalty from fatigue will be zero).

Negative values on spell effectiveness penalty will improve the spell effectiveness.

The spell effectiveness penalty is cumulative with the corresponding armor penalty: the penalties are simply summed up.

Formula

spell effectiveness penalty = 1 - fMagicFatigueDrainBase - fMagicFatigueDrainMult * (fatigue / maximum fatigue)

Default value

1.0000