Page 1 of 1

1.6.7 Death From Above bonuses are wrong

Posted: Thu Mar 19, 2020 5:24 am
by GlassGo
DFA skill's description says it will give 848% movement speed, same claims effect's icon, but character sheet on C shows that char got only +294% of movement speed.
Something is wrong here, maybe other bonuses too?

Re: 1.6.7 Death From Above bonuses are wrong

Posted: Thu Oct 08, 2020 11:44 am
by Cathbald
Looked at this, here is the issue :
eff.moveid = self:addTemporaryValue("movement_speed", eff.power)
gives movement equal to the damage, should be using eff.speed

Re: 1.6.7 Death From Above bonuses are wrong

Posted: Sun Oct 25, 2020 6:41 pm
by darkgod
fixed