Recursion

From League of Legends Wiki, LoL Wiki
Jump to navigation Jump to search

Recursion describes the interaction of percentage-modifying stacking of champion statistics. To have a recursion you need 2 or more multipliers, each one increasing the other's effect, infinitely but with diminishing returns.

General[edit | edit source]

Recursion formulas are defined by having the base value devided by (1 - the multiplication of the multipliers). For example, if two multipliers (A and B) increase a champion's attack damage, their base formula would either be AD×(1+A)×(1+B) (multiplicative stacking) or AD×(1+A+B) (additive stacking). Recursion usually happens for multiplicative stackings, by then dividing the formula, for example, by (1A×B). In game, recursion happens by default when such stacking occurs, but this is usually considered a bug and individually fixed.

Other recursions[edit | edit source]