2012-03-14, 16:12:20
(This post was last modified: 2012-03-14, 16:16:32 by Velocity2k.)
(2012-03-14, 15:23:55)ssl Wrote: ...But still I don't like the offset. Just find a formula similar to the root that grows asymptotically to the current tank bounty.
Well you can find more complex functions :-P
Code:
bounty_percent = 3.5439e-016*alive^7 - 2.9769e-013*alive^6 + 3.5722e-011*alive^5 + 2.4648e-008*alive^4 - 3.8259e-006*alive^3 - 0.0020293*alive^2 + 0.71329*alive + 25

(2012-03-14, 15:23:55)ssl Wrote: Also keep in mind while growing the bounty to the current max. bounty, the latter one changes over time!As this is only a factor in percent, the current bounty will always be taken into account.