iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
114 stars 32 forks source link

Make grenade damage more reasonable #35

Closed ucarion closed 11 years ago

ucarion commented 11 years ago

Previous implementation of grenade damage went like this:

http://www.wolframalpha.com/input/?i=%28%288+-+x%29+%2F+8%29%5E2+*+500

New version looks like this:

http://www.wolframalpha.com/input/?i=%28-%28%28x%2F+8%29%5E+4%29+%2B+1%29+*+110

Yeah.