Bullet Lifesteal: Difference between revisions

m Math: added math tags to prose
Line 4: Line 4:


== Math ==
== Math ==
Despite being presented in-game as +X% Bullet Lifesteal, different sources of bullet lifesteal stack multiplicatively, not additively. With <math>n</math> different sources of bullet lifesteal, final bullet lifesteal is given by:
Despite being presented in-game as +X% Bullet Lifesteal, different sources of bullet lifesteal stack multiplicatively, not additively. With <math>n</math> different sources of bullet lifesteal, final bullet lifesteal <math>BL_F</math> is given by:


<math>BL_F = 1 - \prod_{i=1}^n (1 - BL_i)</math><br/><!--this is rounded, but the game displays two different calculations where one is rounded up, and the other is rounded down-->  
<math>BL_F = 1 - \prod_{i=1}^n (1 - BL_i)</math><br/><!--this is rounded, but the game displays two different calculations where one is rounded up, and the other is rounded down-->  


where BL<sub>''i''</sub> is the bullet lifesteal provided by the ''i''th source.
where <math>BL_i</math> is the bullet lifesteal provided by the <math>i</math>th source.


===Example===  
===Example===