Difference between revisions of "Critical Hit Chance Formula"
Jump to navigation
Jump to search
Add information about effects that affect "Critical Chance"
imported>Cipscis m (→Formula: Added line break - minor formatting fix) |
imported>SnakeChomp (Add information about effects that affect "Critical Chance") |
||
Line 19: | Line 19: | ||
;Perks that have a "Calculate My Critical Hit Chance" entry point = PerkModifiers(x)=> y | ;Perks that have a "Calculate My Critical Hit Chance" entry point = PerkModifiers(x)=> y | ||
:This "variable" is treated as a function that applies all perk modifiers and returns the new critical hit chance | :This "variable" is treated as a function that applies all perk modifiers and returns the new critical hit chance | ||
;Any effects active on the actor which modify the "Critical Chance" (aka CritChance) actor value = CCB | |||
:For example, the Finesse perk is implemented as an ability which applies the "Increase Critical Chance" effect with a magnitute of 5, resulting in a value of 5 for this variable. | |||
===Formula=== | ===Formula=== | ||
<br /> | <br /> | ||
<code>Critical Hit Chance = V + PerkModifiers(C * CM * (LB + L * LM) * WM)</code> | <code>Critical Hit Chance = V + PerkModifiers(C * CM * (LB + L * LM + CCB) * WM)</code> |