Returns how much spell power is returned by attack power (Shaman). Currently valid for Enhancement Shamans only.
See also Player information functions.
Signature:
spellPower
=
GetOverrideSpellPowerByAP()
Returns:
spellPower
- The amount of spell power returned by attack power, or nil (number
)
Examples:
--A way to verify if the player is an Enhancement Shaman since he's the only one translating attack power into spell power by now isEnhShaman = GetOverrideSpellPowerByAP()