Quote (AzylaSol @ Oct 27 2024 03:00am)
What is wsm?
WSM is the best speed of wepon.
Its not displayed ingame.
The lower wsm the better.
Giant tresher = -10
Great Polaxe = 0
The real attackspeed is usually been calculated like this, but there are exceptions:
floor(120*ias/(120+ias)+SkillIas-WSM-SLOW) = EIAS (effective increased attack speed)
Ur fpa is usually calculated like this:
FPA = Ceiling(BaseFrame*256/floor(AnimSpeed*(100+EIAS)/100))
Jab is a sequence attack with 30WSM penalty. Meaning ur WSM is 30 higher than ur wep. So a GT will end up with +20wsm, and a GP will end up with +30wsm.
Animation speed in d2r is 256 for all except Assassin hitting with claws(207), Vampire form Trang nec (176)
JAB baseframe is 18 for amazon, 21 for amazon 2 handed wep, dno if its the same for merc.
But if it is, its like this:
EIAS = Floor(120*ias/(120+ias)+SkillIas-WSM-30-SLOW)
FPA =CEILING(21*256/FLOOR(256*(100+EIAS)/100;1);1)/3
Copied from my excel as ;1 and ;1 just refer to which digit i should round to.
Then you take 25/FPA = Attacks per second.
This post was edited by gel87 on Oct 28 2024 06:28am