Returns additional spell critical strike chance provided by Intellect
See also Stat information functions.
Signature:
critChance
=
GetSpellCritChanceFromIntellect(["unit"])
Arguments:
unit
- A unit to query; only valid forplayer
andpet
, defaults toplayer
if omitted (string
, unitID)
Returns:
critChance
- Additional percentage chance of spell critical strikes conferred by the unit's Intellect statistic (number
)