Draws to visualize some in-game data (actually for testing purpose).
Browser zoom is at 100%. Map size is 1920x1200.
Damage Per Second
When calculating the DPS, i use the fire rate and the reloading time.
Infantryman DPS
There is the calculation i used : (((1 second / animation time) * (reloading / 10)) + animation time) = Shot by second.
So, for infantryman it is : (((1 / 1.26) * (0.3 / 10)) + 1.26) = 1.29.
Then just multiply damage by fire rate to get the DPS.
Reloading time test
When i did the tests, i was wondering : Is reloading a time in second ? or a mesure unit created by Enixian ???
I decided to divide it by 10 and test on convoy with infantryman to see what is correct... and yes, it seems to be correct 🤣.
Why Enixian can't give exact value ?
No dev can do that : DPS only exists by using a stable FPS.
If you double the FPS the fire rate is doubled too and thus the DPS.
Frames are made to be played 30 by second (in this game), but still, it will depends on your computer and browser.
So, all we can do, Enixian or myself, is giving a "theoricaly correct value"... always keep this i mind 😛.