I'm making some graphics that show the stats of all the demigods compared to eachother.
I hope the stats on the wiki are still correct?
Anyways, I was wondering how to calculate DPS.
You have a damage, say 100, and a rate say 0,50
The rate goes up as you level up so I'm assuming more rate is faster attacks, so I assumed the rate shows how many times each second you attack
The calculation for this would be: damage / 1 * rate
Is this correct? It's just a guess, but sounds logical to me.
edit: I just realized how silly the / 1 is since it doesn't have any effect, but it seemed logical since you have 1 second but you might as well leave it away 