FDamageStrengthBase

From the Oblivion ConstructionSet Wiki
Revision as of 13:03, 29 June 2007 by imported>Qazaaq (formatting)
Jump to navigation Jump to search
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.750


See Also