Page 1 of 1

[1.2.3]Unseen Force description bugged

Posted: Thu Sep 18, 2014 12:58 am
by Zeyphor
At level 6.5 and at level 7.5 Unseen Force is not said to give extra strikes per turn, and the talent description states that Unseen Force gains more extra attacks and higher levels.
However, I do not know if Unseen force has a chance for extra strikes in the first place, despite its description.

Re: [1.2.3]Unseen Force description bugged

Posted: Thu Sep 18, 2014 3:32 pm
by Sradac
It does, I've had it hit multiple times plenty on my doomed:

Code: Select all

	getSecondHitChance = function(self, t)
		return self:combatTalentScale(t.getAdjustedTalentLevel(self, t), 15, 35)
	end,
further on in the do_unseenForce function...

Code: Select all

local xtrahits = t.getSecondHitChance(self,t)/100