What exactly does stun do..?

Any discussions regarding the spoilers present in ToME 4.x.x should be restricted to this forum

Moderator: Moderator

Post Reply
Message
Author
Ripperzipper
Yeek
Posts: 10
Joined: Sun Aug 14, 2011 2:55 pm

What exactly does stun do..?

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

Grey
Loremaster
Posts: 3517
Joined: Thu Sep 23, 2010 10:18 pm
Location: London, England
Contact:

Re: What exactly does stun do..?

#2 Post 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.
http://www.gamesofgrey.com - My own T-Engine games!
Roguelike Radio - A podcast about roguelikes

marvalis
Uruivellas
Posts: 683
Joined: Sun Sep 05, 2010 5:11 am

Re: What exactly does stun do..?

#3 Post 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,

Grey
Loremaster
Posts: 3517
Joined: Thu Sep 23, 2010 10:18 pm
Location: London, England
Contact:

Re: What exactly does stun do..?

#4 Post by Grey »

Maybe that line of text should be added to all stunning talents, or at least to the common rogue and zerker ones.
http://www.gamesofgrey.com - My own T-Engine games!
Roguelike Radio - A podcast about roguelikes

Ripperzipper
Yeek
Posts: 10
Joined: Sun Aug 14, 2011 2:55 pm

Re: What exactly does stun do..?

#5 Post by Ripperzipper »

ooooh i see... this completely changes the way I see using stuns now :O TYVM

Post Reply