charged aura spike effect number of jumps

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
hops
Halfling
Posts: 111
Joined: Tue Sep 21, 2010 9:05 am

charged aura spike effect number of jumps

#1 Post by hops »

number of jumps for charged aura spike effect in code does not agree with the description.

Code: Select all

local nb = 1 + math.floor(0.5*self:getTalentLevel(t)) + getGemLevel(self)

Code: Select all

local nb = 3 + self:getTalentLevelRaw(t)

Post Reply