2007-10-02, 11:44:26
Bounty Formula:
Well the good thing is that the formula is adjusted so each cheap kill is worth more. Also the change rate which is adjusted by kills/deaths has been reduced. This may make a short game shorter.
Well the drawback is that the tanks bounty value calculation is reduced with about 25%. Making the kills of expensive tanks worth almost 25% less than it would be in 8.22-8.26. But this does sort of extend gameplay even more on long battles where the short game time ends.
Code:
( 125 + (Tankcosts / 65) ) * ( ( Kills + 80 ) / ( Deaths +80 ) )
Well the good thing is that the formula is adjusted so each cheap kill is worth more. Also the change rate which is adjusted by kills/deaths has been reduced. This may make a short game shorter.
Well the drawback is that the tanks bounty value calculation is reduced with about 25%. Making the kills of expensive tanks worth almost 25% less than it would be in 8.22-8.26. But this does sort of extend gameplay even more on long battles where the short game time ends.