Latest Diablo 3 News
DiabloWiki Updates
Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    IncGamers Member
    Join Date
    Jul 2003
    Posts
    49

    0 Not allowed!

    Re: Dmg-affix on rings

    That still wouldn't make what you said right. Infact unless you have some actual testing to back it up I find that pretty hard to believe, especially since such a bug can be fixed trivially simply by applying the max damage modifier first (or both simultaneously). Not that it matters all that much, few weapons have such narrow damage ranges in the first place.




  2. #12
    IncGamers Member Grayson Carlyle's Avatar
    Join Date
    Jul 2003
    Location
    Ontario, Canada
    Posts
    249

    0 Not allowed!

    Re: Dmg-affix on rings

    Actually, most high-end weapons have damage ranges narrower than the damage affix, as the range on everything except bows is usually in the 100-150 damage range while affixes add 250-450 min damage. Note that this only applies to physical damage, elemental damage is applied after. The order is:
    1. min physical damage bonuses
    2. increase max damage to min+1 if min is above max
    3. max physical damage bonuses
    4. damage %
    5. elemental damage bonuses (these are applied as you would expect)
    6. IAS %



    Last edited by Grayson Carlyle; 21-06-2012 at 13:06.

  3. #13
    IncGamers Member
    Join Date
    Sep 2008
    Posts
    12

    0 Not allowed!

    Re: Dmg-affix on rings

    Quote Originally Posted by Grayson Carlyle View Post
    How konfeta explained is probably how it should work, but it's not. There's a 2-step process to adding physical damage to weapons, and the tooltip for +X-Y damage is misleading at best, completely false at worst.

    A 10-22 damage stat on a ring is actually +10 min damage, +12 max damage, so it would change a 200-500 damage weapon into a 210-512 damage weapon. If the damage range on your weapon is very small, like 100-105, then because of the 2-stop process it would raise the minimum damage to 110, then because the maximum can never be below the minimum, it would raise the max to min+1 (111) then add the 12 to get you a 110-123 damage weapon.
    how do you get the +12?



  4. #14
    IncGamers Member
    Join Date
    Jun 2012
    Posts
    4

    0 Not allowed!

    Re: Dmg-affix on rings

    Quote Originally Posted by Grayson Carlyle View Post
    They're fixing tooltips with the patch:
    "Minimum damage and Maximum damage values will now display separately in an item's tooltip (i.e. "+2-4 Damage" will now display as "+2 Minimum Damage” and “+2 Maximum Damage")"

    So it should be much more obvious how these stats work.
    Yup, just saw the patch notes. I stand corrected.



  5. #15
    IncGamers Member
    Join Date
    Mar 2009
    Location
    England
    Posts
    544

    0 Not allowed!

    Re: Dmg-affix on rings

    Michal it because the damage mod tool tip is broken its adds the minimum damage to the maxium in the text. A +10-22 damage mod is +10 min damage and +12 max damage.



  6. #16
    IncGamers Member
    Join Date
    May 2012
    Location
    New York
    Posts
    15

    0 Not allowed!

    Re: Dmg-affix on rings

    Everything Grayson said is right. Presumably this arose because they
    1) Decided that if an item had both +X and +Y damage, it made sense to lump them into one line: "+X-Y damage",
    2) Thought it looked wonky to have bonuses like "+10-5 damage",
    3) Decided, fitting the design paradigm that simplistic appearance is more important than having anything make any sense, that they'd change the tooltip to "+10-15" even though that has nothing to do with what's actually happening.
    4) (this part's weird) decided that +damage gems would be given values which made the tooltips _look_ right (e.g. +10-20), just by making the actual gem properties +10 min and +10 max.

    Somehow the cart was leading the horse: whether the tooltip matched the design expectation took precedence over what was happening in-game. Just sloppy all around.

    The fact that physical bonuses were weaker than they looked was mostly cancelled out by the fact that they get the benefit of +%damage bonuses while elemental modifers don't (again, seemingly arbitrarily). This is why top weapons are physical damage ("of death") and +% damage ("Grim") combos. The ones at the top of the AH are the ones that happened to roll high min damage (invisible).



  7. #17
    IncGamers Member
    Join Date
    Aug 2005
    Posts
    664

    0 Not allowed!

    Re: Dmg-affix on rings

    Quote Originally Posted by HamletEJ View Post
    The fact that physical bonuses were weaker than they looked was mostly cancelled out by the fact that they get the benefit of +%damage bonuses while elemental modifers don't (again, seemingly arbitrarily). This is why top weapons are physical damage ("of death") and +% damage ("Grim") combos. The ones at the top of the AH are the ones that happened to roll high min damage (invisible).
    Ahh, I was wondering about how that % damage thing worked.

    It's strange that Blizzard chose to go this way for D3, instead of just following how D1 and D2 did it.




  8. #18
    IncGamers Member
    Join Date
    Jun 2012
    Posts
    5

    0 Not allowed!

    Re: Dmg-affix on rings

    Quote Originally Posted by Lanthanide View Post
    Ahh, I was wondering about how that % damage thing worked.

    It's strange that Blizzard chose to go this way for D3, instead of just following how D1 and D2 did it.
    I doubt they chose anything. It's probably just sloppy coding.



  9. #19
    DiabloNut.Com
    Join Date
    Sep 2010
    Location
    England
    Posts
    283

    0 Not allowed!

    Re: Dmg-affix on rings

    Damage Max is actually a bonus to damage Delta which is added onto Damage Min.


    So a bonus to min/max would actually roll like this:

    Min damage + Min damage bonus

    Delta Damage + Delta Damage Bonus

    Max damage = Min Damage + Delta damage

    So the min AND max bonus are added to the max.

    Examples:
    A 10-22 damage stat on a ring is actually +10 min damage, +12 max damage, so it would change a 200-500 damage weapon into a 210-522 damage weapon.
    200 min damage + 10 = 210
    300 delta damage + 12 = 312

    This results in the end:
    210 Min
    522 Max

    So 210-522 would be the result from a 10-22 bonus

    Edit:

    Evidence to back up what I say I hear? Well lets look at the game engine and have a look:

    Damage_Weapon_Min_Total = (Damage_Weapon_Min + Damage_Weapon_Bonus_Min) * (1 + Damage_Weapon_Percent_Total)

    Damage_Weapon_Delta_Total = Max((Damage_Weapon_Delta_SubTotal + Damage_Weapon_Bonus_Delta) * (1 + Damage_Weapon_Percent_Total), 0)

    Damage_Weapon_Max_Total = (Damage_Weapon_Min_Total + Damage_Weapon_Delta_Total)



Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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