Talk:Armour

From Path of Exile Wiki
Revision as of 20:16, 14 February 2013 by >AnnanFay (→‎Reversing DR equation to find monster damage?: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This talk page is for discussing the article Armour.

  • Sign your posts using four tildes (~~~~)
  • Start a new topic at the bottom under a ==level 2 heading==
  • Indent replies using colons (:)
  • Keep it civil
  • Assume good faith
  • Don't remove past discussions

Reversing DR equation to find monster damage?

So:

   Level 27
   Armour 115
   Estimated Physical Damage Reduction = 14%

If:

   Damage Reduction = Armour / ( Armour + (12 * Damage) )

Then:

   DR = A/(A+12D) <-- shorthandifying
   DR*(A+12D) = A
   DR*A+DR*12D = A
   DR*12D = A - (DR*A)
   D = (A-(DR*A))/(DR*12)
   D = (115-(0.14*115))/(0.14*12)
   D = 58.869047619047619047619047619048

Does this mean the average damage done by a level 27 monster is ~59?

If this is the case it will be easy for us to compile a table (or graph! :D) of the average monster damage per level. -AnnanFay (talk) 20:16, 14 February 2013 (UTC)