The TRUE Growth stat formula you can't seem to find anywhere else..
Lol it took me forever too figure it out The formula people keep giving me is the formula for the additional stat gain at that level, not the total amount of stats earned at that level. I'll post the true formula at the top, but if you want to understand keep reading.
B = Original Base Stat, G = Growth Stat, L = Current Level Total Base at Current Level = B + .65G(L-1) + .035G(1.5 + (.5L-.5))(L-1)
Found a nifty way to simplify that mess of a formula.. : B + G(L-1)[.65 + .035(.5L + 1)] Into finally: Total Base Stat at Current Level = B + G(L-1)(.685+.0175L) Your Welcome and good night.
Why thats different from everything i've heard so far...
[{quoted}](name=Devi Freak Mint,realm=NA,application-id=3ErqAdtq,discussion-id=hkRHkgF1,comment-id=000000000000,timestamp=2015-01-24T00:26:55.144+0000)
Non-Linear stat formula:
StatValue = BaseValue + (GrowthValue* ((ChampionLevel*3.5) + 65)/100))
For Vi's Health we get:
Level Health Growth 1 582.8 85 2 644.0 61.2 3 708.2 64.2 4 775.3 67.2 5 845.5 70.1 6 918.6 73.1 7 994.6 76.1 8 1073.7 79.1 9 1155.7 82.0 10 1240.7 85.0 11 1328.7 88.0 12 1419.6 91.0 13 1513.6 93.9 14 1610.5 96.9 15 1710.3 99.9 16 1813.2 102.9 17 1919.0 105.8 18 2027.8 108.8 Same formula for Health, Mana, Attack Damage, HP5 and Armor.
The problem with that. Vi:
Level // Health // Growth // Your Formula //////////////////// Your Formula Answer. 8 ///// 1073.7 /// 79.1 // 582.8 + (85*((83.5)+65)/100)) //// 661.85 9 ///// 1155.7 /// 82.0 // 582.8 + (85((93.5)+65)/100)) //// 664.825 10 ///// 1240.7 /// 85 /// 582.8 + (85((10*3.5)+65)/100)) /// 667.8
If you ignore the base stat add on 582.8, your only calculating the value of growth at each level, not the complete growth gained from all previous levels. The real, far more complicated formula is as follows. This formula will work for any growth stat of any champion at their current level.
B = Original Base Stat, G = Growth Stat, L = Current Level
Total Base Stat at Current Level = B + G(L-1)(.685+.0175L)
If you theorycraft it takes 2 minutes to make a automated formula in excel or some similar spreadsheet. It took me two hours of soul crushing math to work it out since I haven't done this kind of thing in a long time. I hope someone appreciates it. :)