Shows all reachable breakpoints for your current class, weapon, and skill selection. The highlighted row is your current breakpoint. "IAS Needed" is the total gear IAS required (given your current Skill IAS and any form IAS).
| IAS Needed | EIAS | Frames | Attacks/sec |
|---|
EIAS = min(75, floor(120 * IAS / (120 + IAS)) + Skill_IAS - WSM)
Speed = floor(256 * (100 + EIAS) / 100)
Frames = ceil(256 * FPD / Speed) - 1
where FPD is the FramesPerDirection for your class/weapon/skill (from D2 AnimData).
PD2-specific notes:
Data sourced from D2 AnimData, PD2 wiki, Amazon Basin, and Phrozen Keep. Kick frames derived from bubbles' Dragon Tail reference where applicable.