Eliminated redundant distinction between v1.10 and v1.11a, and v1.11b: calculated life drain is identical, the formulae are just expressed differently.
Clvl | Life Drain in Bits | ||
---|---|---|---|
v1.11b | v1.10 and v1.11a | ||
1-15 | 40 + (clvl-1)*9 | = 40 + clvl*9 -9 | = 9*clvl + 31 |
16-30 | 40 + 126 + (clvl-15)*18 | = 166 + clvl*18 - 270 | = 18*clvl - 104 |
31-45 | 40 + 396 + (clvl-30)*27 | = 436 + clvl*36 - 810 | = 36*clvl - 374 |
46-60 | 40 + 801 + (clvl-45)*36 | = 841 + clvl*36 - 1620 | = 36*clvl - 779 |
>60 | 40 + 1341 + (clvl-60)*45 | = 1381 + clvl*45 - 2700 | = 45*clvl - 1319 |
1 bit = 1/256 point
Onderduiker 12:39, 8 December 2010 (UTC)