I'm having a little trouble reaching a conclusion I'm happy with. The following is an "ability" for a game, which has a damage output and a "cooldown". The cooldown is how long I must wait before I can use the ability again after it has been used, measured in seconds.
Q deals 300 damage and has a cooldown of 3 seconds. The dps (damage-per-second) of Q is 100.
I have a total of 4 abilities, including Q; with varied cooldowns. Using each of these abilities will reduce the cooldowns of the other abilities by 1 second. Eith this is mind, how do I calculate the dps of Q?