Page 1 of 1
What exactly does stun do..?
Posted: Mon Aug 15, 2011 7:03 pm
by Ripperzipper
While playing as my berserker I have noticed that even when I manage to successfully stun any enemy whether a normal or boss, it just keeps smacking me in the face... so I gotta ask, how does stun work in this game?
Re: What exactly does stun do..?
Posted: Mon Aug 15, 2011 8:25 pm
by Grey
-reduces movement speed 50%
-reduces attack power (ie damage dealt) by 70%
-sets some talents on cooldown
So although the boss can keep smacking you, he does less damage. If you want to avoid being hit altogether then step back, let him move, and then get a free hit against him since he moves so slowly.
Re: What exactly does stun do..?
Posted: Mon Aug 15, 2011 8:32 pm
by marvalis
Code: Select all
long_desc = function(self, eff) return ("The target is stunned, reducing damage by 70%%, healing received by 50%%, putting random talents on cooldown and reducing movement speed by 50%%. While stunned talents do not cooldown."):format() end,
Re: What exactly does stun do..?
Posted: Mon Aug 15, 2011 8:35 pm
by Grey
Maybe that line of text should be added to all stunning talents, or at least to the common rogue and zerker ones.
Re: What exactly does stun do..?
Posted: Tue Aug 16, 2011 3:34 am
by Ripperzipper
ooooh i see... this completely changes the way I see using stuns now :O TYVM