Armor vs Phys res

Could you please also test if resist reduction (leading to negative physical resistance) works as damage multiplicator before armor is factored in?

Yes it does

2 Likes

This and Phoenix discovery… makes me question what kind of game I have been playing all this time :sweat_smile:

2 Likes

image

It’s the game that keeps on giving.

I can (anecdotally) confirm two things between your post and the bottom of this thread (because by god am I not rereading everything above from two years ago) :

  1. Target Dummies have a very unpredictable, if not outright variable, armor value.
  2. Pretty much everything grey (and thusly tq) said…as usual.
2 Likes

I think it’s fine (1461 on level 102 seen in a file).
It’s just that 3 things mess up testing

  • different absorption depending on difficulty level:
    • 70%, 70% x 1.04 and 70% x 1.075 (on Normal, Elite, Ultimate)

  • separate sources being blocked separately

  • most sources being random values

If I redo the calculation I made above on Ultimate and without 20% Phys Res on the dummy:

20210901140109_1

2740 - 70% * 1.075 * 1461 + 56 * (1 - 70% * 1.075) WolframAlpha

Checks out perfectly with 1655 i get below:

1 Like

So don’t shoot the messenger…but yes, armor is the last step for physical damage.

Programmers telling me this straight faced like I was not told the opposite last time, but your results and what happens in the code confirm this to be true.

Certainly makes what I said about this 2 years ago seem a bit stubborn, but I will fully admit that my answer to this previously was in fact incorrect. The Game Guide will be corrected.

15 Likes

So player armor (and by extension monster armor) is more impactful given this new order of damage mitigation

The way I think about it is that both Physical Res and Armor combined are stronger together than it was thought before.

Because without Phys Res Armor works the same as thought before, right?
And similarly without Armor Phys Res works the same as thought before.

Or am I not seeing something? (also disregarding possible other order of defense errors)


@Maska322 What’s count is it that we learn together and that the game’s being improved.

2 Likes

Even Zantai doesn’t know how GD works.

3 Likes

The GD engine is its own Eldritch entity that no mortal can truly comprehend.

9 Likes

The way I see it, the value of armor just increased with this knowledge. As an example, let’s assume you’re taking 1000 damage and have 20% phys resist and 500 armor with 100% absorption.

Before: (1000 - 500) * 0.8 = 400 damage taken

Now: (1000 * 0.8) - 500 = 300 damage taken

So relative to how we used to think things were mitigated, armor is now more valuable than previously assumed

I don’t think you can separate Phys Res and Armor connection.
Because I might as well say, that Phys res was reducing 100 damage in 1st case
and now it’s reducing 200 damage so Phys Res works better now.

Does this make the armour reduction on Maul more valuable than it was perceived before then? Of course, in practice times and results are still the final deciding factor on it’s worth but on paper, it would be enticing for high armour targets on a largely Physical (minimal Trauma damage) damage build. Especially now that converted Physical no longer ignores Armour as well.

when we say “last step”, how much last step?
same rank as flat absorb?
or before % and flat absorb but just after resist/“phys res-armor swapped from previous order”? :thinking:

IMO, better than perceived, yes. But the effectiveness of armor reduction would already be showing up in cruci timings, so it’s really just a perception change.

As TQFan mentioned, the biggest takeaway is that the relationship between phys resist and armor is “stronger” than before, so it’s more sensible to invest in both rather than just stack one at the expense of the other

1 Like

I got what you meant now. Yes, Armor absorb bigger % of damage it deals with.
But also Phys Res now reduces bigger % larger absolute portion of damage it deals with. :thinking:
I think it’s enough for me for today.

On second thought, I just took a look down the list of Bosses and Nemeses on grimtools and very few have above average base armour. Unless I missed one somewhere or there’s an armour buff that someone casts on nearby enemies, it’s just Callagadra, Ravager, Mogdrogen, Iron Maiden and Ulgrim. Which kind of surprises me, I would’ve expected certain Bosses like Azaleon, Steward or the Ruined Temple trio to have high armour in addition to them having high Physical resistance but they don’t.

Other than that, I suppose there’s the chance of enemies equipping gear with +% Armour affixes and mutators to lower/increase player armour or lower enemy armour.

Would explain why armour reduction isn’t useful in Crucible then - only Maiden is a concern and mutators for enemies can only lower their armour instead of raising it.

it could be simplified to:
your armor value is divided through (1-physical resistance) and the remaining damage is than affected by the physical resistance (assuming 100% armor efficiency).

X * (1-physical resistance) - armor = (X - armor/(1-physical resistance))*(1-phyiscal resistance)

1 Like

It makes phys res more important if you have a lot of armor because it means that leaving its value in 0-20 will result in increased damage input after mob’s RR (so nk armor might not save you as it usually does) and because after a certain point its easier to increase % phys res than stacking flat armor.
It also makes full absorption armor even with low value more important for characters with 80%+ phys res. The obvious problem here is that there’re very few builds with such phys res value.

1 Like

Does it?

Pet builds can easily get high amount of Physical Resistance (especially conjurers). Yet, I have never bothered with Armor or Armor Absorption and whenever something would end up killing me, it is always some other form of damage.

So, personally, I have never considered it important.

Note: I understand that with Zantai’s revelation, armor’s value just rose up. But other than against specific bosses that deal almost exclusively in physical damage, the value of armor in comparison to other defensive measures hasn’t changed in my eyes atleast.

Note 2: Could also have some bias in my observations due to being a pet build and not having to tank enemy AA, resulting in most of the incoming damage being spells and AoEs, which tend to be non-physical.