|
Originally Posted by Deathwing
Overpower is just based on what they put for the cooldown.
I'm more than willing to implement any suggestions you have, as long as they are reasonable. I'm not going to make a DPS spreadsheet for level 30.
You can alter the spreadsheet however you feel, but I feel it's a sticky situation if you release your alterations as well. In itself, I really don't have a problem with people releasing their own versions, but that can lead to a lot of other situations, and then people might have their toes stepped on. I feel keeping the spreadsheet releases under one person will avoid a lot of trouble.
I added a small thanks to the EJ forums this latest release, but I've never done something like this, so I'm not sure what's appropriate. Should I put player's names next to suggestions that were their's?
|
Some fixes/changes/additions for you
Insert Row at line 61 (Total RPS will move to line 62)
Insert Row at line 66 (Rage Generated will move to line 67)
Insert Row at line 68 (Fight Duration? will move to line 69)
Heroic strike changes to optimize rage usage:
E55 =MAX(FinalSpeed,(15-D76+(1-MobMitigation)*WhiteHitMod*(BaseDamage+NetAP/14*BaseSpeed)/30)/
MAX(0.0000000001,(RagePS-D52-D53-D56-D59-D57-D60-100/(FightDuration*0.8))))
F55 <----Equation here, look before changing
100 rage Execute chages
A58 Big Execute
D58 = 100/E58
E58 = 1.5
F58 moved to F61
Execute spam changes
A61 Execute Spam
B61 =(600+15*(D61*E61-15+2.5*B83))*YellowHitMod/(D61*E61-15+2.5*B83)
C61 =(600+15*(D61*E61-15+2.5*B83))*YellowHitMod/E61
D61 =RagePS
E61 =MAX(MAX(1.5,FinalSpeed),(15-2.5*ImpExe)/RagePS)
Total dps changes
B64 =0.8*B65 + 0.2*B66 +
A66 DPS execute spam
B66 =MHWeaponProcDPS+OHWeaponProcDPS
+THWeaponProcDPS+Trinket1DPS+THEnchantDPS+OHEnchantDPS+MHEnchantDPS+WhiteDPS+C61
Rage Used Calc
A67 Rage Used
B67 =D62*0.8*FightDuration + D58*E58 + D61*0.2*FightDuration
This should make it far easier to understand what is going on. You get 1 100 rage execute which you have saved up rage for by modifying your heroic strike spam and then you spam execute
I still need to work on a fix for trinkets, deathwish and recklessness. Basically what I would like to do is model the stacking of deathwish + recklessness + any trinkets to maximize the RagePS available for execute spam and increase the yellow hit mod for execute spam.