How does the "new" chant of fortress work?

Everything about ToME 4.x.x. No spoilers, please

Moderator: Moderator

Post Reply
Message
Author
Kiba333
Higher
Posts: 55
Joined: Wed Jun 25, 2014 4:13 pm

How does the "new" chant of fortress work?

#1 Post by Kiba333 »

The new chant of fortress appears to be very good after reading it's description but i am still unsure how exactly it is calculated.
First of all, by saying everything that it 2 tiles or more away from you does that mean every enemy that is not in direct melee contact with your character?
And second, how exactly is the damage reduction applied? It says reduces the damage you recieve from them by X%, does this mean it effectively increases your all resist against such enemys by X%, and what if your all resist is already capped at 70%?
Or are the X% substracted from the enemies all damage? Or are the X% reduction maybe calculated in a separate step and actually reduce the damage you recieve by said percentage after resistance and everything else has already been factored in?

grayswandir
Uruivellas
Posts: 708
Joined: Wed Apr 30, 2008 5:55 pm

Re: How does the "new" chant of fortress work?

#2 Post by grayswandir »

Hum, looks like the tooltip's wrong, and it starts at distance 3:

Code: Select all

if core.fov.distance(target.x, target.y, src.x, src.y) > 2 then
The actual damage reduction is completely separate from everything else and is applied pretty much last on the list - so yeah, the last thing you said.
Addons: Arcane Blade Tweaks, Fallen Race, Monk Class, Weapons Pack
Currently working on Elementals. It's a big project, so any help would be appreciated. :)

Post Reply