Difference between revisions of "FMagicFatigueDrainMult"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Pupil
(New page: {| border="1" cellpadding="5" cellspacing="0" |- !style="background:#ffdead;" width="100" | Description |style="background:#ffeded;" | Used with fMagicFatigueDrainBase to determine...)
 
imported>Pupil
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


Used with [[fMagicFatigueDrainBase]] to determine the effect of fatigue on spell effectiveness. By default, fatigue has no effect on spellcasting.
Used with [[fMagicFatigueDrainBase]] 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.


|-
|-
Line 15: Line 22:
!style="background:#ffdead;" |Default value
!style="background:#ffdead;" |Default value
|style="background:#ffeded;" |
|style="background:#ffeded;" |
1.0000
0.0000
|-
|-

Latest revision as of 10:13, 4 October 2009

Description

Used with fMagicFatigueDrainBase 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

0.0000