[1.2.3]Unseen Force description bugged

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Zeyphor
Archmage
Posts: 400
Joined: Fri Jan 04, 2013 3:20 am

[1.2.3]Unseen Force description bugged

#1 Post 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.

Sradac
Sher'Tul
Posts: 1081
Joined: Fri Sep 21, 2007 3:18 am
Location: Angolwen

Re: [1.2.3]Unseen Force description bugged

#2 Post 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

Post Reply