So i dont think 8 det equates to 1 dex. Its more of 3 det per dex.
so I have this nice bard dps calculator written up here https://github.com/jrlusby/xiv-bard-...earcomparer.py which is based on pretty much everything we know about bard dps and how damage formulas work. It simpifies cd usage which lowers the actually output dps from what you'd normally do but this is done in a way which should have no effect comparative value of the output, better set should still be better than a worse set even if both numbers are underestimated, they're underestimated by the same amount. When I run the following lines of code
whatever1 = calc_dps(626, 535, 697, 382, 373, zetabow)
whatever2 = calc_dps(631, 535, 651, 394, 405, zetabow)
print whatever1, whatever2, whatever1-whatever2
where whatever1 represents a bis set using demon tabard, and whatever2 represents the same set except with the dreadwyrm tabard replacing the demon tabard it outputs the following values
474.389503223 473.092316401 1.29718682139
Basically, based on the best work of mice and men in figuring out how changing your gear will change your dps, the demon tabard equates to a greater than 1.2 dps gain over the dreadwyrm tabard.
