swarmsim / swarm

Swarm Simulator, an idle game with lots of bugs.
https://www.swarmsim.com
GNU General Public License v3.0
492 stars 140 forks source link

do something about asymptotic mutations #279

Open erosson opened 9 years ago

erosson commented 9 years ago

people are confused because they're "hitting the cap but can still spend more", not realizing they're getting asymptotically closer to the cap because the number they see is rounded up.

also, way too easy to "cap" these.

maybe the number inside the asymptote should be logged for a more sane curve: asymp(log(n)), vs. currently asymp(n). I'm much happier with the progression of the log-based mutations right now

erosson commented 9 years ago

out of time for 1.0, but we should look at this soon. (totally would've had time if I wasn't sick.)