2013-04-12, 05:41 AM
hadriel Wrote:Ah so that's how the boosters work? (10 + x)/16?
Mhm. x is the weapon speed after applying booster and other speed boosts. All the delays in extractions are at Normal(6), so you're essentially doing a conversation from (10+6) to (10+x). Then you have to round up to the nearest multiple of 30, which is why the damage increase isn't just OldSpeed/NewSpeed, so the final delay is pretty much 30 * ceil[(delay * (10+x)/16)/30)].

