The numbers don't add up?
I decided i'd do some theory crafting on one of my favorite versatile champions Vi. Early on i noticed a discrepancy between in game numbers, and the stats presented for the champions both on LoL website and LoL Wiki. First, according to the LoL Website Vi's Base Health is: Base Health: 582.8 + (85 for each additional level beyond 1), or More simply 582.8 + (85 *(L-1)) Where L stands for current Level But that would tell me that my base health at level 6 is 1008hp when its actually 919hp. Or at level 12 it says 1518hp when its actually 1420hp.
In actuality, the gains started lower and ended higher, leading me to this algorithm for the correct calculation for Vi's Base Health. Base Health: 582.8 + (61*(L-1)) + 3[((L-2)+1)*((L-2)/2)] At least on that, i was able to get a accurate result (within a .5 margin of error) result every time.
On Health Regen p/5, and Armor scaling, no discernible pattern or algorithm explains the scaling. Can you show the true formulas for base scaling on champions? I'd be very curious too see the real formulas.