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.
[1.2.3]Unseen Force description bugged
Moderator: Moderator
Re: [1.2.3]Unseen Force description bugged
It does, I've had it hit multiple times plenty on my doomed:
further on in the do_unseenForce function...
Code: Select all
getSecondHitChance = function(self, t)
return self:combatTalentScale(t.getAdjustedTalentLevel(self, t), 15, 35)
end,
Code: Select all
local xtrahits = t.getSecondHitChance(self,t)/100