Code: Select all
if target:checkHit(self:combatAttackStr(), target:combatPhysicalResist(), 0, 95, 5 - self:getTalentLevel(t) / 2) and target:canBe("stun") then
I know it has something to do with the term 5 - self:getTalentLevel(t) / 2 but I am not sure what it does.