iaccidentallytwink
Guild Master
So it seems a lot of people like to run around with WAY too much resilience. I'm working on a spreadsheet to calculate whether or not you've hit the resilience "cap", which is the point where a Stamina gem is better than a resilience gem. For now, here's some math; I'm assuming 1 Stam is equal to 10HP, or 12.6HP for Bear Form Druids.
H = Current Health. Use the number you get with self-buffs or arena buffs for best accuracy.
HPS = HP per point of Stamina divided by 10. 1.26 for Bear Form and 1.00 for caster form (or other classes).
R = Resilience in percentage as a decimal. Ex: 41.41% would be .4141.
PR = Points of resilience.
HPP = HP per point of resilience. This number goes down as your resilience goes up because of DR. Should never hit below 10 for normal form, 12.6 for Bear Form.
Note that this formula does not take mana into account. If you OOM easily but survive easily from self-heals you need to calculate mana per resilience as well, the formula taking that into account will be posted up later this week. For arenas, if you find yourself OOM faster than the match is over, then you shouldn't use this formula.
For example, I'll use glancealot's Druid, which has too much resilience:
9.9086443113772455089820359281437 HP per point of resil unbuffed. Over the cap, under Stamina at this point, and should replace some resilience with Stamina if he wants more survivability.
Remember that resilience is extremely dynamic, and the formula needs to be run again if you add more Stamina. The spreadsheet should help with that balance. I believe the best number to be at is around 37 - 38%, but I still need to crunch some numbers to verify.
On that note, I'm looking for an accurate resilience calculation formula with DR in Cata for 70s. The only ones I can find are for 85s.
H = Current Health. Use the number you get with self-buffs or arena buffs for best accuracy.
HPS = HP per point of Stamina divided by 10. 1.26 for Bear Form and 1.00 for caster form (or other classes).
R = Resilience in percentage as a decimal. Ex: 41.41% would be .4141.
PR = Points of resilience.
HPP = HP per point of resilience. This number goes down as your resilience goes up because of DR. Should never hit below 10 for normal form, 12.6 for Bear Form.
Code:
[COLOR=#00ff00]( H * ( HPS / 10 ) * R ) / PR = HPP[/COLOR]
Note that this formula does not take mana into account. If you OOM easily but survive easily from self-heals you need to calculate mana per resilience as well, the formula taking that into account will be posted up later this week. For arenas, if you find yourself OOM faster than the match is over, then you shouldn't use this formula.
For example, I'll use glancealot's Druid, which has too much resilience:
Code:
[COLOR=#00ff00](15984*1*.4141)/668[/COLOR]
Remember that resilience is extremely dynamic, and the formula needs to be run again if you add more Stamina. The spreadsheet should help with that balance. I believe the best number to be at is around 37 - 38%, but I still need to crunch some numbers to verify.
On that note, I'm looking for an accurate resilience calculation formula with DR in Cata for 70s. The only ones I can find are for 85s.
Last edited by a moderator: