Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
mNo edit summary
Ā 
mNo edit summary
Ā 
Line 1: Line 1:
  +
'''Armor''' is a class of [[item]]s that mitigate physical [[damage]] and are [[equip]]ped in the different armor [[slot]]s (head, shoulder, back, chest (aka body), wrist, hands, waist, legs, feet, and [[Off Hand|off-hand]] for [[shield]]). This sort of armor contributes to the [[Attributes#Armor|Armor]] attribute, a numerical value that translates into physical [[damage mitigation]] in combat. Some non-armor items may grant a [[Attributes#Defense|Defense]] [[attribute]] bonus.
āˆ’
[[image:VampireBat.png|right]]
 
   
  +
== Armor types ==
āˆ’
Bats are nocturnal, flying mammals that usually feed on fruit and insects. Most are no bigger than the average bird. There are a number of bat species in Azeroth that grow to enormous size and pose a threat to [[player]]s.
 
  +
Four armor types are available for [[Player]] characters to [[equip]]:
āˆ’
Some of them are useful mounts for the [[Jungle Trolls]] and [[Undead]]. Bats are found in [[Tirisfal Glades]], [[Blackrock Depths]], [[Shadowfang Keep]], [[Zul'Gurub]], [[Razorfen Kraul]], the [[Eastern Plaguelands]], the [[Ghostlands]], and [[Uldaman]].
 
  +
* [[File:INV Misc WartornScrap Cloth.png|16px]] '''[[Cloth armor|Cloth]]''' - [[Priest]], [[Mage]], [[Warlock]]
  +
* [[File:INV Misc WartornScrap Leather.png|16px]] '''[[Leather armor|Leather]]''' - [[Rogue]], [[Druid]], [[Hunter]], [[Shaman]]
  +
* [[File:INV Misc WartornScrap Chain.png|16px]] '''[[Mail armor|Mail]]''' - [[Warrior]], [[Paladin]], [[Hunter]] (with training, level 40), Shaman (with training, at level 40)
  +
* [[File:INV Misc WartornScrap Plate.png|16px]] '''[[Plate armor|Plate]]''' - Warrior (with training, at level 40), Paladin (with training, at level 40), [[Death Knight]]
   
  +
Classes can wear any tier of armor that falls below their own; for example, a level 40 Warrior can wear Plate, but can also wear Mail, Leather, and Cloth pieces.
āˆ’
===Notable Bats===
 
āˆ’
*[[Blind Hunter]]
 
āˆ’
*[[Duskwing]]
 
āˆ’
*[[Ressan the Needler]]
 
āˆ’
*[[Shadikith the Glider]]
 
   
  +
Additionally, shields can be equipped by certain classes.
=== Common Species ===
 
āˆ’
*[[Bloodseeker Bat]]
 
āˆ’
*[[Duskbat]]
 
āˆ’
*[[Plaguebat]]
 
āˆ’
*[[Vampire Bat]]
 
āˆ’
*[[Bat Devil]]
 
āˆ’
*[[Dire Bat]]
 
   
  +
* [[File:INV Shield 05.png|16px]] '''[[Shield]]''' - Warrior, Paladin, Shaman
āˆ’
=== As A [[Hunter]] Pet ===
 
āˆ’
* Has high DPS (+7%), medium HP (+0%), and low armor (+0%).
 
āˆ’
* Eats fruit and fungus.
 
āˆ’
* Can learn [[Pet:Cower|Cower]], [[Growl]], [[Dive]], [[Bite]], and [[Screech]].
 
āˆ’
* The [[Bloodseeker Bat]] of [[Zul'Gurub]] was immensely popular because of its 1.0 [[attack speed]]. However, its swing speed was normalized, making it an ordinary bat. Bats are still used for their useful Screech ability, which makes them a potent pet tank.
 
   
āˆ’
=== Method of Transportation ===
+
== Armor equipment slots ==
  +
There are nine core slots that a character can equip armor items into and — depending on their [[class]] — a character can optionally carry a [[shield]] in their [[off-hand]]. The nine slots for equipping armor to are the character's [[:Category:World of Warcraft head items|head]], [[:Category:World of Warcraft shoulder items|shoulder]], [[:Category:World of Warcraft back items|back]], [[:Category:World of Warcraft chest items|chest]] (aka body), [[:Category:World of Warcraft waist items|waist]], [[legs]], [[:Category:World of Warcraft feet items|feet]], [[:Category:World of Warcraft wrist items|wrist]], and [[:Category:World of Warcraft hands items|hands]]. If a shield is held in the off hand the character is limited to using weapons that require only one hand to use.
āˆ’
See [[Vampire Bat]].
 
   
  +
''Note: There are rings, necklaces, trinkets, off-hand items, and weapons that provide armor; certain spells and profession-based items can provide temporary armor bonuses as well.''
   
āˆ’
== Warcraft III unit ==
+
== Damage absorption ==
  +
Armor augments a character's health to a higher number (if the armor is positive), which represents the amount of physical damage a player can withstand. For instance, a character with 5000 health and 50% armor would be able to absorb 10000 damage before dying.
āˆ’
See [[Troll Batrider]].
 
   
  +
The formula for determining damage absorption is:
āˆ’
{{Hunter Pets}}
 
   
  +
DA = (player health) / (1 - (% [[damage reduction]] given by armor in decimal form).
[[Category:Bats| ]]
 
  +
[[Category:Transportation]]
 
  +
For example, a character with 1000 health and 31.24% damage reduction would be able to absorb 1000 / (1 - .3124) = 1454 (rounded) damage.
[[Category:Hunter Pets]]
 
  +
āˆ’
[[Category:Creatures]]
 
  +
A character with 1000 health and 99.98 damage reduction would be able to absorb 1000 / (1 -. 9998) = 500,000 damage.
āˆ’
[[Category:Animals]]
 
  +
āˆ’
[[Category:Beasts]]
 
  +
Damage absorption only applies to physical damage.
  +
  +
=== Armor damage reduction formula ===
  +
{{source needed}}
  +
[[File:Armor.JPG|thumb|240px|Armor vs. Damage Reduction for Level 70 Characters]]
  +
  +
According to the Blizzard UI elements, the formulas for damage reduction are as follows for WoW 2.0.8 in which Attacker = either player or mob.
  +
  +
;Attacker Levels 1 - 59
  +
<tt>DR% = Armor / (Armor + 400 + 85 * AttackLevel)</tt>
  +
  +
;Attacker Levels 60+
  +
<tt>DR% = Armor / (Armor + 400 + 85 * (AttackerLevel + 4.5 * (AttackerLevel - 59)))</tt>
  +
  +
Simplified, the formula becomes: <tt>DR% = Armor / (Armor + (467.5 * AttackerLevel - 22167.5))</tt>
  +
  +
Consider the following table which can be derived from the above formula for a lvl 70 tank taking 1000 DPS of "raw" damage:
  +
{| class="darktable" style="margin-left:24px; text-align:center;"
  +
|-
  +
! style="text-align: left;" | Stat !!Base!!AC1!!AC2!!AC3!!AC4!!AC5!!AC6
  +
|-
  +
| style="text-align: left;" | Armor || 0|| 5k||10k||15k||20k||25k||30k
  +
|-
  +
| style="text-align: left;" | DPS taken ||1000||666||500||410||350||300||260
  +
|-
  +
| style="text-align: left;" | DPS reduced by the last 5k armor || 0||333||166|| 90|| 60|| 50|| 40
  +
|-
  +
| style="text-align: left;" | Relative DPS reduction by the last 5k armor|| 0||33%||25%||18%||15%||14%||13%
  +
|}
  +
  +
As can be seen, the effectiveness of adding another 5k of armor is getting lower, there is a "diminishing returns" effect with respect to the DPS reduction. It isn't as pronounced as it may seem looking at the absolute numbers, though. The last line shows that the relative value of 5k armor drops from 33% to 13%, meaning that at the start, one point of AC will be about three times as effective in terms of DPS reduction as near the end. Thus, armor exhibits diminishing returns with respect to the total amount of healing needed to keep a tank alive.
  +
  +
The following is the same formula for a lvl 80 tank against a level 83 mob
  +
{| class="darktable" style="margin-left:24px; text-align:center;"
  +
|-
  +
! style="text-align: left;" | Stat !!Base!!AC1!!AC2!!AC3!!AC4!!AC5!!AC6!!AC7!!AC8!!AC9!!AC10
  +
|-
  +
| style="text-align: left;" | Armor || 0|| 5k||10k||15k||20k||25k||30k||35k||40k||45k||50k
  +
|-
  +
| style="text-align: left;" | DPS taken || 1000||769||625||526||454||400||357||322||294||270||250
  +
|-
  +
| style="text-align: left;" | DPS reduced by the last 5k armor || 0||231||144||99||72||55||43||35||28||24||20
  +
|-
  +
| style="text-align: left;" | Relative DPS reduction by the last 5k armor || 0||23%||19%||16%||14%||12%||11%||10%||9%||8%||7.5%||
  +
|}
  +
  +
[[File:ArmorVsTimeToLive-LVL70.PNG|thumb|240px|Armor vs. Effective Time to Live for Level 70 Characters]]
  +
However, in terms of absolute time to live with respect to melee attacks, armor has no diminishing return effect. Given a constant melee DPS amount, each additional point of armor (whether it be from 0 to 1 or from 30000 to 30001) will increase the tank's time to live by the same effective amount. 1k additional armor increases time to live by approximately 9.47% (6.01% at level 80??), as shown by the graph. The formula for calculating time to live with respect to melee attacks is:
  +
  +
:''Effective time to live'' <tt> = 1 / (1 - DR%) * ''Base time to live''</tt>
  +
  +
Where DR% is calculated according to the above formula. In this way, armor can be thought of as increasing the effective health of the tank with respect to melee attacks. Since DR caps at 75%, effective time to live caps at 400% of the tanks base time to live (time to live if the tank had no armor).
  +
  +
Prior to hitting the cap, armor is certainly a very desirable stat for tanks, but difficult to find. Most items of similar quality and rarity have similar armor values, and extra armor can be found only very rarely.
  +
 
=== Armor caps ===
  +
The armor caps for various attackers are as follows:
  +
{| class="darktable" style="margin-left:24px; text-align:center;"
  +
|-
  +
!Attacker<br/>Level!!Armor<br/>Cap!!Damage<br/>Reduction
  +
|-
  +
||70||31,672||?%
  +
|-
  +
||71||33,075||?%
  +
|-
  +
||72||34,477||?%
  +
|-
  +
||73||35,880||?%
  +
|-
  +
||80||45,697||?%
  +
|-
  +
||83||49,905||?%
  +
|}
  +
  +
== See also ==
  +
* [[Clownsuit]]
  +
* [[Class proficiencies]]
  +
* [[Female armor]]
  +
  +
==External links==
  +
<!-- Read http://www.wowpedia.org/Wowpedia:External_links before posting your links here.
  +
Links that do not conform to the rules will be DELETED.
  +
Repeat violations may result in a BAN.
  +
Have a nice day. :) -->
  +
{{Elink|site=Elitist Jerks|http://elitistjerks.com/481810-post1796.html|desc=Post #1796 of the &#91;Paladin&#93; MTanking viability thread}}
  +
{{Elink|site=WoWEggTube|link=http://www.woweggtube.com/damagecalc.php|desc=Armor Reduction Calculator}}
  +
  +
{{Equipment}}
 
[[Category:Attributes]]
 
[[Category:Game terms]]
  +
[[Category:World of Warcraft armor items| Armor]]
 
[[Category:Tanking]]
  +
  +
[[es:Armadura]]

Revision as of 20:50, 7 July 2011

Armor is a class of items that mitigate physical damage and are equipped in the different armor slots (head, shoulder, back, chest (aka body), wrist, hands, waist, legs, feet, and off-hand for shield). This sort of armor contributes to the Armor attribute, a numerical value that translates into physical damage mitigation in combat. Some non-armor items may grant a Defense attribute bonus.

Armor types

Four armor types are available for Player characters to equip:

Classes can wear any tier of armor that falls below their own; for example, a level 40 Warrior can wear Plate, but can also wear Mail, Leather, and Cloth pieces.

Additionally, shields can be equipped by certain classes.

  • INV Shield 05 Shield - Warrior, Paladin, Shaman

Armor equipment slots

There are nine core slots that a character can equip armor items into and — depending on their class — a character can optionally carry a shield in their off-hand. The nine slots for equipping armor to are the character's head, shoulder, back, chest (aka body), waist, legs, feet, wrist, and hands. If a shield is held in the off hand the character is limited to using weapons that require only one hand to use.

Note: There are rings, necklaces, trinkets, off-hand items, and weapons that provide armor; certain spells and profession-based items can provide temporary armor bonuses as well.

Damage absorption

Armor augments a character's health to a higher number (if the armor is positive), which represents the amount of physical damage a player can withstand. For instance, a character with 5000 health and 50% armor would be able to absorb 10000 damage before dying.

The formula for determining damage absorption is:

DA = (player health) / (1 - (% damage reduction given by armor in decimal form).

For example, a character with 1000 health and 31.24% damage reduction would be able to absorb 1000 / (1 - .3124) = 1454 (rounded) damage.

A character with 1000 health and 99.98 damage reduction would be able to absorb 1000 / (1 -. 9998) = 500,000 damage.

Damage absorption only applies to physical damage.

Armor damage reduction formula

File:Armor.JPG

Armor vs. Damage Reduction for Level 70 Characters

According to the Blizzard UI elements, the formulas for damage reduction are as follows for WoW 2.0.8 in which Attacker = either player or mob.

Attacker Levels 1 - 59

DR% = Armor / (Armor + 400 + 85 * AttackLevel)

Attacker Levels 60+

DR% = Armor / (Armor + 400 + 85 * (AttackerLevel + 4.5 * (AttackerLevel - 59)))

Simplified, the formula becomes: DR% = Armor / (Armor + (467.5 * AttackerLevel - 22167.5))

Consider the following table which can be derived from the above formula for a lvl 70 tank taking 1000 DPS of "raw" damage:

Stat Base AC1 AC2 AC3 AC4 AC5 AC6
Armor 0 5k 10k 15k 20k 25k 30k
DPS taken 1000 666 500 410 350 300 260
DPS reduced by the last 5k armor 0 333 166 90 60 50 40
Relative DPS reduction by the last 5k armor 0 33% 25% 18% 15% 14% 13%

As can be seen, the effectiveness of adding another 5k of armor is getting lower, there is a "diminishing returns" effect with respect to the DPS reduction. It isn't as pronounced as it may seem looking at the absolute numbers, though. The last line shows that the relative value of 5k armor drops from 33% to 13%, meaning that at the start, one point of AC will be about three times as effective in terms of DPS reduction as near the end. Thus, armor exhibits diminishing returns with respect to the total amount of healing needed to keep a tank alive.

The following is the same formula for a lvl 80 tank against a level 83 mob

Stat Base AC1 AC2 AC3 AC4 AC5 AC6 AC7 AC8 AC9 AC10
Armor 0 5k 10k 15k 20k 25k 30k 35k 40k 45k 50k
DPS taken 1000 769 625 526 454 400 357 322 294 270 250
DPS reduced by the last 5k armor 0 231 144 99 72 55 43 35 28 24 20
Relative DPS reduction by the last 5k armor 0 23% 19% 16% 14% 12% 11% 10% 9% 8% 7.5%
ArmorVsTimeToLive-LVL70

Armor vs. Effective Time to Live for Level 70 Characters

However, in terms of absolute time to live with respect to melee attacks, armor has no diminishing return effect. Given a constant melee DPS amount, each additional point of armor (whether it be from 0 to 1 or from 30000 to 30001) will increase the tank's time to live by the same effective amount. 1k additional armor increases time to live by approximately 9.47% (6.01% at level 80??), as shown by the graph. The formula for calculating time to live with respect to melee attacks is:

Effective time to live = 1 / (1 - DR%) * Base time to live

Where DR% is calculated according to the above formula. In this way, armor can be thought of as increasing the effective health of the tank with respect to melee attacks. Since DR caps at 75%, effective time to live caps at 400% of the tanks base time to live (time to live if the tank had no armor).

Prior to hitting the cap, armor is certainly a very desirable stat for tanks, but difficult to find. Most items of similar quality and rarity have similar armor values, and extra armor can be found only very rarely.

Armor caps

The armor caps for various attackers are as follows:

Attacker
Level
Armor
Cap
Damage
Reduction
70 31,672 ?%
71 33,075 ?%
72 34,477 ?%
73 35,880 ?%
80 45,697 ?%
83 49,905 ?%

See also

External links