GetMasteryEffect

From Warcraft Wiki
Jump to navigation Jump to search

Returns the effective mastery percentage.

masteryEffect, bonusCoefficient = GetMasteryEffect()

Returns

masteryEffect
number - Current effect of the player's mastery, typically a damage increase percentage, or a percentage chance to trigger some specialization-specific effect.
bonusCoefficient
number - A spec-dependent coefficient multiplied onto the player's raw mastery effect (as returned by GetMastery) to yield the actual effect of the mastery.

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added.