I've been trying to set up my enfeebling timers and could use some help figuring out how to properly calculate enfeebling duration. Either I'm doing something wrong in my calculations, or the Empyrean set bonus that is supposed to increase enfeebling duration under Composure isn't working.
As an example, this is my current set for when casting Dia under Composure:
ItemSet 389358
The equation from bg to calculate enfeebling duration is:
Quote:
((Base Duration × Saboteur) + (6s × RDM Group 2 Merit Point Level) + (3s × RDM Relic Head Group 2 Merit Point Level Augment) + RDM Enfeebling Job Points + RDM Stymie Job Points + Gear that list Seconds) × (Augments Composure Bonus) × (Duration listed on Gear) × (Duration Augments on Gear)
My calculations:
- The base duration for Dia is 60s
- I have 2 merits in enfeebling duration - 12s
- My RDM is mastered (full 20s of enfeebling duration from JPs)
- I have 4 pieces of Lethargy gear, which should give a +35% duration under Composure
- Between the Regal Cuffs, Obstinate Sash, Snotra Earring, and Kishar Ring, I should have +45% duration
- I have +25% duration on my neck augments
My total duration (Composure is active) should be:
Code
(60 + 12 + 20) * 1.35 * 1.45 * 1.25 = 225s
Instead, when casting Dia in game, my duration is
167s, which just happens to be equal to:
Code
(60 + 12 + 20) * 1.45 * 1.25 = 167s
This would imply that the set bonus from the Lethargy gear as it applies to enfeebling duration under Composure is not working. I have tested other spells as well, and this seems to be a trend. I can verify that Composure is definitely up when I'm testing, and I tried using showswaps to verify that my gear is swapping as intended.
So, am I doing something wrong? Has anyone else noticed the set bonus not working?