Guest User

SMN Damage Formula Draft

a guest
May 8th, 2014
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. Gear Set used that simulated the highest according to T0rin's simulator: http://ffxiv.ariyala.com/MEMU
  2.  
  3. WD:77 (High Allagan Tome of Casting)
  4. INT:582 (Using Duskwrigth Elezen Base Int value)
  5. DTR:282
  6. CRIT:535
  7. SS=417
  8.  
  9. Damage Formula: (WD*.2714745 + INT*.1006032 + (DTR-202)*.0241327 + WD*INT*.0036167 + WD*(DTR-202)*.0010800 - 1) * (Potency/100)
  10.  
  11. Damage Formula: (77*. 2714745 + 582*.1996032 + (282-202)*.0241327 + 77*582*.0036167 + 77*(282-202)*.0010800 - 1) * (0.4) = 122,69392348
  12.  
  13. Unmodified Value: 122,69392348
  14.  
  15. Crit formula: 0.0696 * CRT – 18.437
  16.  
  17. Chance to crit : 0.0696 * 535 - 18.437 = 18,799
  18.  
  19. Approximate damage for Crit Chance Value Formula: (1 + 0.5*(0.0697 * CRT - 18.437)/100)
  20.  
  21. Approximate damage for Crit Chance Value: (1 + 0.5*(0.0696 * 535 - 18.437)/100) = 1,093995
  22.  
  23. Approximate damage for Crit Chance Value: 9,3995% damage gain
  24.  
  25. Maim and Mend II value: 30%
  26.  
  27. Modified Formula with crit using Bio (40 Potency) + Maim & Mend II:
  28. (WD*.2714745 + INT*.1006032 + (DTR-202)*.0241327 + WD*INT*.0036167 + WD*(DTR-202)*.0010800 - 1) * (40/100) * 1.3 * (1 + 0.5*(0.0697 * CRT - 18.437)/100)
  29.  
  30. (77*. 2714745 + 582*.1996032 + (282-202)*.0241327 + 77*582*.0036167 + 77*(282-202)*.0010800 - 1) * (40/100) * 1.3 * (1 + 0.5*(0.0697 * 535 - 18.437)/100)
  31.  
  32. Modified Damage Value Total: 174.53716727464356
  33.  
  34. Modified Damage Value = Baseline damage for stats weights
  35.  
  36. Delta Determination for value of 1 stat (by adding 1 of the respective stat to the formula):
  37.  
  38. Int : 174.85837088661367 - 174.53716727464356
  39.  
  40. Int Delta : 0.2720405863701103
  41.  
  42. WD: 175.93853763984288 - 174.53716727464356
  43.  
  44. WD Delta: 1.4013703651993126
  45.  
  46. DTR: 174.5982185912731- 174.53716727464356
  47.  
  48. DTR Delta: 0.06105131662954477
  49.  
  50. CRT: 174.5927537566762 - 174.53716727464356
  51.  
  52. CRT Delta: 0.05558648203262351
  53.  
  54. Stats Weights:
  55.  
  56. Int: 0.2720405863701103/0.2720405863701103
  57.  
  58. Int Value : 1
  59.  
  60. WD: 1.4013703651993126/0.2720405863701103
  61.  
  62. WD Value: 5.151328277512065
  63.  
  64. DTR: 0.06105131662954477/0.2720405863701103
  65.  
  66. DTR Value: 0.2244198832393511
  67.  
  68. CRT: 0.05558648203262351/0.2720405863701103
  69.  
  70. CRT Value : 0.20433157704269275
  71.  
  72. SS's Value (using Chocobro's value of until we can determine with more accuracy its real value): 0.084943755
  73.  
  74. SMN Stats Weight 2.2
  75.  
  76. WD = 5.151328277512065, INT = 1, DTR = 0.2244198832393511, CRT = 0.20433157704269275, SS = 0.084943755
Advertisement
Add Comment
Please, Sign In to add comment