Wowpedia

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

READ MORE

Wowpedia
 
No edit summary
 
Line 1: Line 1:
  +
== Licensing ==
{| class="darktable" style="width:20em; float:right;"
 
  +
{{Licensing|Zone}}
|-
 
! Resilience Quick Facts
 
|-
 
|
 
*1% '''Resilience''' will:
 
**Reduce chance to be [[crit]] by 1%
 
**Reduce damage from all crits by 2.2%
 
**Reduce all player-caused damage by an additional 2%
 
**Reduce mana drained by 2.2%
 
*94.3 '''resilience rating''' per 1% resilience at level 80
 
*39.4 '''resilience rating''' per 1% resilience at level 70
 
*25 resilience rating per 1% resilience at level 60
 
*Useful for [[PvP]] survival and found on many PvP rewards
 
|}
 
 
'''Resilience''' is the bread and butter PvP stat. Resilience is a character attribute that reduces the chance to receive [[critical strike]]s or [[spell critical strike]]s, reduces the effect of mana drain spells, reduces the damage taken from critical strikes and spell critical strikes, and reduces the damage taken from players overall.
 
 
Characters have no innate resilience. It can only be gained through external sources, e.g. [[equipment]], [[elixir]]s, [[enchantment]]s, [[gem]]s, and some spell effects that grant '''resilience rating'''. Many items and [[recipe]]s that grant resilience rating are [[PvP rewards]].
 
 
Resilience was introduced with the {{bc-inline}} [[Burning Crusade]] expansion as part of the new [[combat rating system]]. Previously, no such resilience mechanic existed — as a result, resilience rating only appears on items available to players over level 60, with some rare exceptions.
 
 
==Formulas==
 
One percent of resilience has the following effects:
 
* Chance to be critically hit reduced by 1%.
 
* Damage taken from [[crits]] that do land have their critical strike damage component reduced by 2.2%.
 
* Damage taken from all player attacks reduced by additional 1%.
 
* Amount of mana drained or burned by mana-draining effects is reduced by 2.2%.
 
 
As part of the [[combat rating system]], the amount of resilience rating needed to get a certain amount of resilience increases with level. A higher level player will need more resilience rating to get the same effect as a lower level player. At level 80, a player needs 82 resilience rating to get 1% of resilience.
 
 
Remember that resilience only reduces overall damage taken from players - the reduction has no effect on the damage of [[mobs]] other than to reduce critical chance and critical damage.
 
 
{{Resilience}}
 
(Note: The above chart is out-dated. Since 3.2.0, the Rating required has increased by 15% from the listed numbers. See the below chart titled Resilience Rating Required Per 1%)
 
===Damage mitigation===
 
The effect of resilience is related to the equations for calculating [[critical strike]] damage. A player's average damage caused for a single spell or ability is given by the following equation, where '''''C''''' is the critical strike rate, and '''''B''''' is the critical strike damage bonus component. That is, how much extra damage a critical strike gives compared to a normal hit. Percentages are expressed in decimal form (i.e. a number between 0 and 1). Melee attacks typically have a value '''''B''''' of 1.0 (100%), spells a value '''''B''''' of 0.50 (50%). However, most classes have talents that can increase the bonus '''''B''''' for certain spells or abilities.
 
 
<pre>Avg. Damage = [Hit Damage * (1.0 - C)] + [Hit Damage * (1.0 + B) * C]</pre>
 
 
The first half of the equation is damage dealt from hits and the second part is damage dealt from crits, with each weighted by the probability of it occurring. For the purposes of analyzing resilience, we only consider attacks that deal damage, which will be hits and crits in PvP combat. Note that ''(1.0 - C)'' in the first half and ''C'' in the second half add up to 100%.
 
 
For example, a [[warlock]] using [[Shadow Bolt]] who has the [[Ruin]] talent will have a critical strike bonus '''''B''''' of 1.0 (100%) for that spell. This particular warlock also has a crit rate of 0.30 (30%) with Shadow Bolts. If a non-crit is 2000, and a crit is 4000, then the average overall damage for casting Shadow Bolt will be 2600.
 
 
<pre>Avg. Damage = [2000 * (1.0 - 0.30)] + [2000 * (1.0 + 1.0) * (0.30)]
 
Avg. Damage = [2000 * 0.70] + [2000 * 2.0 * 0.30] = 2600</pre>
 
 
Resilience modifies the '''''C''''' variable and the crit damage portion of the equation. The critical strike rate is directly reduced, and the crit damage is multiplied by a reduction factor. Furthermore, the total amount of damage the warlock would do is also multiplied by a reduction factor. The updated equation for average critical strike damage, where '''''res''''' is the target's resilience as a percentage reduction, is given below:
 
 
<pre>Avg. Damage = [ [Hit Damage * (1.0 - (C - res))] + [Hit Damage * (1.0 + B) * (C - res) * (1.0 - 2.2*res)] ] * [1.0 - res]</pre>
 
 
For the warlock example above, if the target has 1% resilience, the base damage is reduced by 1%, so a normal Shadow Bolt would hit for 1980. It will crit only 29% of the time, and will only do 3873 damage. The result of this is that the average damage per Shadow Bolt will now be 2540.28. Compared to a 2600 average with no resilience, the target with 1% resilience will receive about 2.3% less damage overall from this warlock's Shadow Bolts.
 
 
<pre>Avg. Damage = [ [2000 * (1.0 - (0.30 - 0.01)] + [2000 * 2.0 * (0.30 - 0.01) * (1.0 - 2.2*0.01)] ] * [1.0 - 0.01]
 
Avg. Damage = [ [2000 * 0.71] + [2000 * 2.0 * 0.29 * 0.978] ] * [0.99] = 2540.28</pre>
 
 
As an extreme example, consider a [[rogue]] who has a 100% crit rate with a standard weapon [[attack]]. Melee attacks have a critical strike bonus of 100%. If the average attack is 200, crits are 400. With a 100% crit rate every attack should now crit for 400. If the target has 1% resilience then only 99% of attacks will critically strike and the damage of those crits will be reduced by 2.2%. One out of every hundred attacks will now only hit for 200, and the rest will still be critical strikes but only deal 391 damage. This means the average attack is now reduced to 385.40 overall, resulting in a 3.651% total damage reduction.
 
 
<pre>Avg. Damage = [ [200 * (1.0 - (1.0 - 0.01)] + [200 * 2.0 * (1.0 - 0.01) * (1.0 - 2.2*0.01)] ] * [1.0 - 0.01]
 
Avg. Damage = [ [200 * 0.01] + [200 * 2.0 * 0.99 * 0.978] ] * [0.99] = 385.40</pre>
 
 
Now, consider the same rogue attacking targets with 2% and 3% resilience.
 
 
<pre>Avg. Damage = [ [200 * (1.0 - (1.0 - 0.02)] + [200 * 2.0 * (1.0 - 0.02) * (1.0 - 2.2*0.02)] ] * [1.0 - 0.02]
 
Avg. Damage = [ [200 * 0.02] + [200 * 2.0 * 0.98 * 0.956] ] * [0.98] = 371.18</pre>
 
 
<pre>Avg. Damage = [ [200 * (1.0 - (1.0 - 0.03)] + [200 * 2.0 * (1.0 - 0.03) * (1.0 - 2.2*0.03)] ] * [1.0 - 0.03]
 
Avg. Damage = [ [200 * 0.03] + [200 * 2.0 * 0.97 * 0.934] ] * [0.97] = 357.34</pre>
 
 
2% resilience reduces average incoming damage by 7.21% (a 3.56% increase over 1% resilience) and 3% resilience reduces incoming damage by 10.67% (a 3.46% increase over 2%). There's an insignificant diminishing returns effect on overall damage reduction for each additional point of resilience.
 
 
It should be obvious that the smaller the critical strike components are in any attack, the less of an effect a target's resilience will have. Consider a mage casting a 1000 damage untalented Frostbolt with a 20% chance to critically strike and a damage bonus of 50%. Against a target with no resilience, the average damage per Frostbolt is 1100.
 
 
<pre>Avg. Damage = [1000 * (1.0 - 0.20)] + [1000 * (1.0 + 0.5) * (0.20)]
 
Avg. Damage = [1000 * 0.80] + [1000 * 1.5 * 0.20] = 1100</pre>
 
 
Now against a target with 3% resilience:
 
 
<pre>Avg. Damage = [ [1000 * (1.0 - (0.20 - 0.03)] + [1000 * 1.5 * (0.20 - 0.03) * (1.0 - 2.2*0.03)] ] * [1.0 - 0.03]
 
Avg. Damage = [ [1000 * 0.83] + [1000 * 1.5 * 0.17 * 0.934] ] * [0.97] = 1036.1</pre>
 
 
The 3% resilience is only reducing overall damage from Frostbolt by 5.81%, where it was reducing damage from the crit-happy rogue by 10.67%. Now consider the same Frostbolt, talented with [[Ice Shards]] (crit component doubled).
 
 
<pre>Avg. Damage = [1000 * (1.0 - 0.20)] + [1000 * (1.0 + 1.0) * (0.20)]
 
Avg. Damage = [1000 * 0.80] + [1000 * 2.0 * 0.20] = 1200</pre>
 
 
Now against a target with 3% resilience:
 
 
<pre>Avg. Damage = [ [1000 * (1.0 - (0.20 - 0.03)] + [1000 * 2.0 * (0.20 - 0.03) * (1.0 - 2.2*0.03)] ] * [1.0 - 0.03]
 
Avg. Damage = [ [1000 * 0.83] + [1000 * 2.0 * 0.17 * 0.934] ] * [.97] = 1113.1</pre>
 
 
The overall damage reduction is now 7.24%.
 
 
===Resilience rating required per 1%===
 
{{ood}}
 
[[Image:ResilienceFromRating.jpg|thumb|right|Displays the reductions in critical hit chance, DOT damage and critical hit damage taken by a user with X amount of resilience rating at level 70.]]
 
 
Levels 60 through 70 use the following formula:
 
Rating for 1% resilience = 2050/(262-(3* Level))
 
 
Levels 8 through 60 use the following formula:
 
Rating for 1% resilience = (Level - 60) * (0.48) + 25
 
 
These two formulas result in the chart below:
 
 
{| class="darktable collapsible collapsed" style="text-align:left; width:23em"
 
|-
 
! colspan="8" | Resilience Rating Required Per 1%
 
|-
 
! Level
 
! colspan="2"| Rating
 
! Level
 
!colspan="2"| Rating
 
! Level
 
! Rating
 
|-
 
|
 
|-
 
| 10||1.00|| ||35||13.00|||| class="alt" | '''60''' || class="alt" | '''28.75'''
 
|-
 
| 11||1.48||||36||13.48||||61||29.84
 
|-
 
| 12||1.96||||37||13.96||||62||31.02
 
|-
 
| 13||2.44||||38||14.44||||63||32.29
 
|-
 
| 14||2.92||||39||14.92||||64||33.68
 
|-
 
| 15||3.40||||40||15.40||||65||35.19
 
|-
 
| 16||3.88||||41||15.88||||66||36.84
 
|-
 
| 17||4.36||||42||16.36||||67||38.65
 
|-
 
| 18||4.84||||43||16.84||||68||40.64
 
|-
 
| 19||5.32||||44||17.32||||69||42.86
 
|-
 
| 20||5.80||||45||17.80||||70||45.33
 
|-
 
| 21||6.28||||46||18.28||||71||48.77
 
|-
 
| 22||6.76||||47||21.56||||72||52.48
 
|-
 
| 23||7.24||||48||22.12||||73||56.47
 
|-
 
| 24||7.72||||49||22.68||||74||60.76
 
|-
 
| 25||8.20||||50||23.22||||75||65.38
 
|-
 
| 26||8.68||||51||23.77||||76||70.34
 
|-
 
| 27||9.16||||52||24.33||||77||75.68
 
|-
 
| 28||9.64||||53||24.88||||78||81.43
 
|-
 
| 29||10.12||||54||25.43||||79||87.62
 
|-
 
| 30||10.60||||55||25.99||||80||94.27
 
|-
 
| 31||11.08||||56||26.54||
 
|-
 
| 32||11.56||||57||27.09||
 
|-
 
| 33||12.04||||58||27.64||
 
|-
 
| 34||12.52||||59||28.20||
 
|}<!--If the table above is altered, '''bring special attention to level 60'''. It is the baseline rating.-->
 
(Note: Chart has been updated for 3.2.0)
 
''Information from http://elitistjerks.com/f31/t29453-combat_ratings_level_80_a/. Ratings 46 and below are inaccurate, but close ''
 
 
For any given level, divide your rating by the factor in the chart.
 
 
For example, total resilience rating on items is 20 at level 39 it would equal 1.34 % resilience. 20 / 14.92 = 1.34 % resilience.
 
 
It's a straight multiplication if you wanted to know what rating you needed at any given level for any amount of resilience. There are no diminishing returns on resilience. Doubling the rating doubles the effect for any given level. Tripling the rating triples the %, etc.
 
For example, if you wanted to know what rating you needed at level 52 for 4.7% resilience, multiply (21.14 * 4.7) = 99.45 rating. 0.45 not rating is possible because rating is in whole numbers. You always have to round up. For a minimum of 4.7% resilience at Level 52 you would need a 100 rating.
 
 
== PvP Sample ==
 
[[File:ResPic0-1500.jpg|thumb]][[File:ResPic0-4000.jpg|thumb]]
 
This is a sample of how resilience works in real PvP. The target suffers <u>8k</u> direct damage (with 10/20/30/40% critical chance) and more <u>2k</u> from dot.(8k+2k=10k damage but the deflection is critical chance for the 8k)
 
: green&rarr;<tt><small>7272,7272 (normal) with 10% critical chance + 2000 (dot) = max 10k Damage</small></tt>
 
: purple&rarr;<tt><small>6666,6666 (normal) with 20% critical chance + 2000 (dot) = max 10k Damage</small></tt>
 
: yellow&rarr;<tt><small>6153,8461 (normal) with 30% critical chance + 2000 (dot) = max 10k Damage</small></tt>
 
: blue&rarr;<tt><small>5714,2857 (normal) with 40% critical chance + 2000 (dot) = max 10k Damage</small></tt>
 
Calculation base:1414.5 resilience → 33% critical damage reduction
 
*1 resilience: critical chance reduction and dot reduction: <tt style="color:red;">0,010608204
 
</tt>
 
*1 resilience: critical damage reduction and manadrain reduction: <tt style="color:red;">0,023338048</tt>
 
If we have a great rate (800+), we have major protection against players with high critical chance.
 
This diagram shows the cap and the another border where the line fault (crit% 0).
 
We can see all 4 curves are hooked till the crit chance become 0 or reach the cap. After that they are linear. More resilience is more protection but it is rarely linear!!!
 
 
==Resilience cap==
 
3.3.3 is the current patch at the moment this is writen.
 
The ''damage reduction'' from a critical strike is capped at 33%, which equates to 1414,5 resilience (94.3*33/2.2) at level 80
 
. This reduces your crit damage taken by 33% (the max allowed). It's a soft cap because there is no limit on your ability to reduce another player's % chance to crit against you (other than they can't go below 0%). The cap is just on the damage reduction of the crit. )
 
 
It's many that belief that the current Resilience cap is 1230, but that was the old Resilience cap before Patch 3.0.3
 
in patch 3.0.3 they change.
 
 
The damage reduction component of resilience has been increased from 2 times the critical strike chance reduction to 2.2 times the critical strike chance reduction. In addition, the maximum damage reduction to a critical strike from resilience has been increased from 30% to 33%
 
 
== Enhancements ==
 
*{{loot|epic|Earthen Leg Armor}}: {{wotlk-inline}} Permanently adds 28 stamina and 40 resilience rating to a leg slot item (added at [[patch 3.0.8]]).
 
*{{loot|rare|Arcanum of the Savage Gladiator}}: {{wotlk-inline}} Permanently adds 30 stamina and 25 resilience rating to a head slot item.
 
*{{loot|rare|Arcanum of Dominance}}: {{wotlk-inline}} Permanently adds 29 spell power and 20 resilience rating to a head slot item.
 
*{{loot|rare|Arcanum of Triumph}}: {{wotlk-inline}} Permanently adds 50 attack power and 20 resilience rating to a head slot item.
 
*{{loot|rare|Inscription of Dominance}}: Permanently adds 23 spell power and 15 resilience rating to a shoulder slot item.
 
*{{loot|uncommon|Arcanum of the Gladiator}}: {{bc-inline}} Permanently adds 18 Stamina and 20 resilience rating to a head slot item.
 
*{{loot|epic|Greater Inscription of the Gladiator}}: {{wotlk-inline}} Permanently adds 30 Stamina and 15 resilience rating to a shoulder slot item.
 
*{{loot|rare|Inscription of Triumph}}: {{wotlk-inline}} Permanently adds 40 attack power and 15 resilience rating to a shoulder slot item.
 
 
=== Elixirs ===
 
*{{loot|common|Elixir of Ironskin}}: {{bc-inline}} Increases Resilience Rating by 30 for 60 min.
 
 
=== Flasks ===
 
*{{loot|common|Lesser Flask of Toughness}}: {{wotlk-inline}} Increases Resilience Rating by 50 for 60 min.
 
 
=== Enchantments ===
 
*{{loot|enchant|Enchant Chest - Exceptional Resilience}}: {{wotlk-inline}} Permanently enchant chest armor to increase resilience rating by 20.
 
*{{loot|enchant|Enchant Chest - Major Resilience}}: {{bc-inline}} Permanently enchant a piece of chest armor to grant 15 resilience rating.
 
*{{loot|enchant|Enchant Shield - Resilience}}: {{bc-inline}} Permanently enchant a shield to grant 12 resilience rating.
 
 
=== Gems ===
 
{{:Resilience gems}}
 
 
===In Cataclysm===
 
* Resilience will only reduce damage taken from players and reduce critical strike damage.{{fact}}
 
 
== Patch changes ==
 
* {{Patched|date=2010-01-20|note=Resilience damage reduction doubled. So depending on their current amount of resilience, characters might experience a 10 to 20% decrease in damage taken from other players.}}
 
* {{Patch 3.2.0|note=No longer reduces the amount of damage done by damage-over-time spells, but instead reduces the amount of all damage done by players by the same proportion. In addition, the amount of resilience needed to reduce critical strike chance, critical strike damage and overall damage has been increased by 15%.}}
 
* {{Patch 3.0.3|note=The damage reduction component of resilience has been increased from 2 times the critical strike chance reduction to 2.2 times the critical strike chance reduction. In addition, the maximum damage reduction to a critical strike from resilience has been increased from 30% to 33%.}}
 
* {{Patch 2.4.0|note=Now reduces the magnitude of mana draining effects by the same amount that it reduces critical strike damage. The Tooltip has been revised to reflect this.}}
 
 
==See also==
 
*[[Combat rating system]]
 
*[[Critical strike]]
 
*[[Spell critical strike]]
 
 
 
{{Attack table}}
 
[[Category:Game terms]]
 
[[Category:Combat]]
 
[[Category:Attributes]]
 
[[Category:Formulas and game mechanics]]
 
[[Category:Tanking]]
 

Latest revision as of 21:13, 22 July 2011

Licensing