View Single Post
  #555  
Old 01-29-2024, 05:01 PM
bcbrown bcbrown is offline
Sarnak


Join Date: Jul 2022
Posts: 264
Default

Maybe we can simplify the problem even further, and just consider two swings. This is a 16 second fight, meaning the third JBB results in mob death.
Ticks happen at times 0, 6, 12
One swing happens at t=0. If it procs, it does 44 + 24 * 3 or 116 damage
The second swing happens at t=8. If there was no prior proc, it does 44 + 24 * 1 or 68 damage. If there was a prior proc, it does 44 damage.

If both swings proc, the total damage is 116 + 44, or 160 damage.
If just the first swing procs, the total damage is 116.
If just the second swing procs, the total damage is 68.
If neither swing procs, the total damage is 0.

You with me so far?
Reply With Quote