Hmmm, yes, there are a bunch of practice dummy mods I could use to test this.
Ok, I'll use three data points:
- speed: 1.0, 6th bell hammer, 63 hits per minute
- speed: 1.75, steel staff, 78 hits per minute
- speed: 2.7, glass dagger_symmachus_unique, 91 hits per minute
That should give me enough information to figure out the formula, I think.
UPDATE: Here are a couple of approximations:
attack delay = 1.1 - weapon speed/6
or
ad = ws
2/13 - ws/2 + 4/3
The actual formula is likely to be simpler than this; I'm not sure how accurate my test results were.