WoW:API GetMasteryEffect: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API GetMasteryEffect to API GetMasteryEffect without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetMasteryEffect

Returns the effect of player's current Mastery.

mastery, coefficient = GetMasteryEffect()

Returns[edit]

mastery

Number - Current effect of the player's mastery, typically a damage increase percentage, or a percentage chance to trigger some specialization-specific effect.

coefficient

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.