How to calculate full cycle DPS
Help me calculate full cycle DPS.
Floor(½∗Power∗Atk/Def∗STAB∗Effective)+1
Attack=(BaseAttack+AttackIV)∗CpM
Defense=(BaseDefense+DefenseIV)∗CpM
that's what I have for the damage formula.
To get the full cycle, I would use
(Quick move damage * Number of quick moves until 100 energy+Charge move damage) / (Time until 100 energy + cooldown of the charge move * number of charge move bars)
Is that the correct way to do it?
Answers
1. Your implicit assumption is that there is no energy gained from receiving energy. Need to state that before proceeding.
2. Numerator: should use "number of charge move bars * charge move damage" instead of just "charge move damage" since you are looking at the big 100 energy cycle.
3. Also, the denominator of yours formula is not strictly correct as the energy cost for 3-bar move is 33 but not 100/3=33.333. The better is to use 100/33 as the "number of charge move bars" for 3-bar moves.