What exactly does stun do..?
Moderator: Moderator
-
- Yeek
- Posts: 10
- Joined: Sun Aug 14, 2011 2:55 pm
What exactly does stun do..?
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..?
-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.
-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..?
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..?
Maybe that line of text should be added to all stunning talents, or at least to the common rogue and zerker ones.
-
- Yeek
- Posts: 10
- Joined: Sun Aug 14, 2011 2:55 pm
Re: What exactly does stun do..?
ooooh i see... this completely changes the way I see using stuns now :O TYVM