Page 2 of 2 FirstFirst
1
2
  1. #21
    Field Marshal
    15+ Year Old Account
    Join Date
    Mar 2009
    Location
    Sweden
    Posts
    52

    Re: Hammer of the Righteous math

    well somewere i meesed up anyways haha
    i do 2390 ish on dummies..if i add crusade damage after the actual dps undermele times 4 it gets closer but not exact..

    hope sombody really know the real math :S

  2. #22
    Immortal Ronark's Avatar
    10+ Year Old Account
    Join Date
    Apr 2009
    Location
    Illinois, USA
    Posts
    7,193

    Re: Hammer of the Righteous math

    Quote Originally Posted by GeBBrY
    well somewere i meesed up anyways haha
    i do 2390 ish on dummies..if i add crusade damage after the actual dps undermele times 4 it gets closer but not exact..

    hope sombody really know the real math :S
    Target Dummies have a base armor value.

  3. #23
    Deleted

    Re: Hammer of the Righteous math

    Quote Originally Posted by Ronark
    Target Dummies have a base armor value.
    yeah, too bad armor does not affect holy damage.

  4. #24

    Re: Hammer of the Righteous math

    (Weapon DPS + AP/14)*4*Talent multipliers (crusade, 1h spec etc) = HotR damage.

    So if your new weapon has 10 more DPS than your old weapon you will gain some 40-50ish damage.

  5. #25
    Field Marshal
    15+ Year Old Account
    Join Date
    Mar 2009
    Location
    Sweden
    Posts
    52

    Re: Hammer of the Righteous math

    well the math doesent add upp.
    i did like 110-120 more then i should do every hit and crit.
    i do the same damage as the math says i would do with new weap.
    plix read the whole thread and gice some more insight on this hehe

    /Gebb

  6. #26

    Re: Hammer of the Righteous math

    Quote Originally Posted by GeBBrY
    my AP with sanc 4608/14 +178.7 *1.1 for one handed*1.02 for crusade =569.9
    i do 2390 ish on dummies..
    well the math doesent add upp.
    i did like 110-120 more then i should do every hit and crit.
    here's some matlab code for you :
    Code:
    %% Weapon details
    weapon_dps = weapon_base_dps+AP./14;  %used for HotR damage
    
    Hammer_of_the_Righteous = weapon_dps.*4.* ...   %inherent
      (100-boss_avoid)./100.* ... %hit
      (1 + (phcrit_multiplier -1).*physical_crit./100).*... %crit
      (OHWS.*Crusade.*GoSU).* ...   %talents
      (CoE.*SanctRet).* ...      %buffs/debuffs
      (T72pc+T92pc).* ...       %Tier bonuses
      boss_resist_reduce;       %boss resist
    ignoring the avoidance/crit components and the raid buffs/debuffs, your maximum output of HotR (self-buffed) will be floor((178.7+4068/14)*1.1*1.02*1.05)=2392

    basically, what you've ignored in your computations is 2pt9
    (do keep in mind that this is your maximum output for the given input variables, i.e. you'll only see it when there won't be any partial resists)

  7. #27
    Field Marshal
    15+ Year Old Account
    Join Date
    Mar 2009
    Location
    Sweden
    Posts
    52

    Re: Hammer of the Righteous math

    sometimes u need somebody to see the obvius hehe¨thx alot m8 thats the exact numbers and math for calculating SoR damage

  8. #28
    Field Marshal
    15+ Year Old Account
    Join Date
    Mar 2009
    Location
    Sweden
    Posts
    52

    Re: Hammer of the Righteous math

    i went for rel sword and gloves at the same time.. became a BIG boost

    http://eu.wowarmory.com/character-sh...cream&n=Gebbry

    i hurt shit...

    now my AP with same buff is 4800 ish..main hand dps at 620+ or something so that damage went up big thx for all the help

    Gebb out

  9. #29
    Immortal Ronark's Avatar
    10+ Year Old Account
    Join Date
    Apr 2009
    Location
    Illinois, USA
    Posts
    7,193

    Re: Hammer of the Righteous math

    Quote Originally Posted by nzall
    yeah, too bad armor does not affect holy damage.
    I know but I wanted to put that out there since it does affect other things

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •