Not sure if this is the correct forum but here’s my problem
The Elusive Blasphemite gem is supposed to give 2% movement speed for each colored gem.
Mine is only giving 7%.
7.35% to be exact.
Not sure what I got wrong because I’m psure I got all the correct gems.
I also have the +1000 speed enchant on bracers and the Scout’s March on my boots.
The Elusive Blasphemite is in my helm and if I take the helm off my movement speed rating doesn’t change which leads to me to think maybe its a bug of some kind.
Default character sheet only tracks speed rating, not % speed increases.
1 Like
ok
How do i check if I’m getting the speed boost or not?
Use a replacer addon like DejaCharacterStats that shows % movement speed or use the GetUnitSpeed api.
/run local _,RunSpeed = GetUnitSpeed("player") print(string.format("Run speed: %d%%", RunSpeed / 7 * 100))
Something to additionally note with this gem, is it is considered a non stacking movement speed increase and will only stack with abilities that are stacking increases. This means that when angelic feather or body and soul are active, they will overwrite the blashphemite as they are non stacking speed auras.
1 Like
k, this script returns “Run Speed : 115%”
Does this sound correct for my gear/gem setup?
I’m psure it is counting my enchants.
Thank you for all the help 
That would be 7% from speed tertiary that the character sheet is displaying + 8% from 4 gem elusive blashpemite.
1 Like