Difference between revisions of "FDamageStrengthBase"
Jump to navigation
Jump to search
imported>ShadowDancer m (formatting) |
imported>Quetzilla m (formula was wonky) |
||
Line 15: | Line 15: | ||
|style="background:#ffeded;" | | |style="background:#ffeded;" | | ||
fDamageStrengthBase + '''Attribute'''/100 * fDamageStrengthMult | |||
|- | |- |
Latest revision as of 18:10, 23 October 2008
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 + Attribute/100 * fDamageStrengthMult |
Default value |
0.7500 |