You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The SoD rogue tank sim assumes that Adrenaline Rush changes the timings and restore values of energy ticks:
When Adrenaline Rush is activated, the sim instantly activates an energy tick that regenerates energy proportional to the amount of time since the last energy tick. (E.g.: upon activating AR 1.5 seconds after the previous energy tick, an energy tick instantly takes place that restores 15 energy = 1.5/2 * 20.)
All subsequent energy ticks in the sim now take place in 2-second intervals after this new energy tick and restore 40 energy.
Once Adrenaline Rush expires, the sim again instantly activates an energy tick that regenerates energy proportional to the amount of time since the last energy tick. (E.g.: when AR expires 0.5 seconds after the previous energy tick, an energy tick instantly takes place that restores 10 energy = 0.5/2 * 40.)
Again, all subsequent energy ticks now take place in 2-second intervals after this new energy tick and restore 20 energy.
This is TBC behaviour. It's not how Adrenaline Rush and similar effects (like Evocation) function in vanilla/classic/SoD.
Steps to reproduce the behaviour:
In the tank rogue web sim for SoD, select a build/rotation that uses Adrenaline Rush. There's an unfinished, but sufficiently functional example build in the link below.
Go to the results tab and run a single iteration.
In the timeline tab, check the energy tick timings and restore values. Verify the faulty behaviour described above.
Expected Behaviour:
Energy ticks should never change their timing, and any energy tick that happens during Adrenaline Rush should restore exactly double the energy (40.4).
Description:
The SoD rogue tank sim assumes that Adrenaline Rush changes the timings and restore values of energy ticks:
This is TBC behaviour. It's not how Adrenaline Rush and similar effects (like Evocation) function in vanilla/classic/SoD.
Steps to reproduce the behaviour:
Expected Behaviour:
Energy ticks should never change their timing, and any energy tick that happens during Adrenaline Rush should restore exactly double the energy (40.4).
Sim Link:
Desktop:
The text was updated successfully, but these errors were encountered: