
Originally Posted by
Kirschy
I'm a little confused, unless something has changed, Haste Spell shouldn't do anything for recast during weakness? Admittingly I haven't tested it forever.
Your test show pretti much what I was seeing before. It appears to be something like:
New Recast = Recast * (1-haste) * (1-fast cast) * (1+slow) + (WEAKNESS_BOOL * Recast)
Where Weakness is either 1 or 0. When using slow+ /w Slow Eq it appears to stack, but when you add Haste+ eq then it doesn't seem to stack. Elsewhere in that equation would be Seigan/Hasso and JA like Nightingale. With our current model of haste being accurate to /1024, and knowing the game will round at least once, we should be able to figure out where truncation and rounding might occur in the different steps of calculating the new recast. I've just been working on another project, and I keep getting sidetracked =x.