Difference between revisions of "FDamageStrengthBase"
Jump to navigation
Jump to search
imported>Qazaaq (formatting) |
imported>ShadowDancer m (formatting) |
||
Line 21: | Line 21: | ||
|style="background:#ffeded;" | | |style="background:#ffeded;" | | ||
0. | 0.7500 | ||
|} | |} | ||
Line 33: | Line 31: | ||
*[[FDamageSkillMult]] | *[[FDamageSkillMult]] | ||
*[http://www.uesp.net/wiki/Oblivion:The_Complete_Damage_Formula#Modifiable_Settings UESP: The Complete Damage Formula] | *[http://www.uesp.net/wiki/Oblivion:The_Complete_Damage_Formula#Modifiable_Settings UESP: The Complete Damage Formula] | ||
<div id="catlinks"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category:Settings|Settings]]</p></div> |
Revision as of 09:06, 1 October 2007
Description |
Used to calculate the damage-multiplier received from attributes. attribute: For blunt and blade weapons the actor's current strength is used. For marksman the actor's current agility is used. Both are capped at 100, meaning that fortifying your strength over 100 won't result in more damage. |
---|---|
Formula |
( fDamageStrengthBase / 10 ) + ( attribute ) * ( fDamageStrengthMult / 1000 ) |
Default value |
0.7500 |