Introduction:
The actual damage formulas in FF14 have been a bit mysterious for awhile. Most theorycrafting uses the old approximate formula derived from valk: http://valk.dancing-mad.com/
However, the formula is known to be "off", particularly for high levels of DTR. There have been some efforts to identify a more accurate damage formula.
After some period of time, I did some specific testing to get precise data sets and came up with some equations using a "wide" range of data, but not necessarily a comprehensive set of data (note: STR replaced with DEX for Bards or INT for DoM jobs).
Ability damage:
(WD*.2714745 + STR*.1006032 + (DTR-202)*.0241327 + WD*STR*.0036167 + WD*(DTR-202)*.0010800 - 1) * (potency/100)
Autoattack damage:
(WD*.2714745 + STR*.1006032 + (DTR-202)*.0241327 + WD*STR*.0036167 + WD*(DTR-202)*.0022597 - 1) * (weapon_delay/3)
Edit: Updated the formulas above from the post on page 3, so that they are the same and there is no confusion. Posts on page1-3 may reference the prior formulas which are very close but different.
Note: these formulas aren't intended to actually be the damage formula. They only "fit" the actual damage results I tested fairly well.
Anyways, before posting anything further, I wanted people to randomly verify/confirm these formulas with their own stats. I've derived these formulas based on the following datasets:
1. DRG 46 WD 496 STR 310 DTR
2. DRG 46 WD 420 STR 202 DTR
3. DRG 46 WD 258 STR 202 DTR
4. DRG 6 WD 466 STR 310 DTR
5. DRG 6 WD 420 STR 202 DTR
6. DRG 6 WD 258 STR 202 DTR
7. BLM 69 WD 502 INT 242 DTR
As a result, I used a pretty wide range of stats, but I didn't spend time assessing any intermediate results.
This is where you come in:
If you all don't mind, check the formulas above against your own damage results for various attacks. Keep in mind there should be a +/- 5% RNG variance on damage. The formula includes a dataset based on BLM damage.
Specifically looking for:
1. Confirmation against Bard damage.
2. Confirmation against Summoner damage.
3. Random curiosity comparison to WHM/SCH heals.