Kirise
OG
My googling failed to find a formula for revealing resilience rating, now that it's no longer on the character sheet. What is it?
I found it for PvP Power:
/run print( GetPvpPowerDamage(), GetPvpPowerHealing() )
I found it for magic resistances, if you replace "total" and "characterlevel" with the appropriate numbers -- so it's a calculator rather than a stat revealer:
/run print( ResistancePercent([total],[characterlevel]) )
I even found it for the trinket bonuses that do 15% damage reduction in the higher brackets:
/run print( GetModResilienceDamageReduction() )
...But that last one doesn't account for resilience on gear nor enchantments.
Any ideas?
I found it for PvP Power:
/run print( GetPvpPowerDamage(), GetPvpPowerHealing() )
I found it for magic resistances, if you replace "total" and "characterlevel" with the appropriate numbers -- so it's a calculator rather than a stat revealer:
/run print( ResistancePercent([total],[characterlevel]) )
I even found it for the trinket bonuses that do 15% damage reduction in the higher brackets:
/run print( GetModResilienceDamageReduction() )
...But that last one doesn't account for resilience on gear nor enchantments.
Any ideas?