Blunt Thrust scales with spellpower, not with talent level

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Moander
Halfling
Posts: 88
Joined: Fri Jan 06, 2012 11:48 am

Blunt Thrust scales with spellpower, not with talent level

#1 Post by Moander »

Code: Select all

Hit a target for %d%% melee damage and stun it for %d turns.
		Stun chance will improve with talent level.
		At level 5, this attack cannot miss.
It looks like the stun chance improves with spellpower, not talent level.
target:setEffect(target.EFF_STUNNED, t.getDazeDuration(self, t), {apply_power=self:combatSpellpower()})

If you try to use the talent without a staff it says:
"You cannot use Blunt Thrust without a two-handed weapon!"
but the code checks for a staff weapon

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Blunt Thrust scales with spellpower, not with talent lev

#2 Post by darkgod »

fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply