Aryanna wrote: » Also explain to me how memorize is suppose to be 7% chance but it’s really 100% chance on hits
VancexClaRii wrote: » Mesmerize buff - Using Void or Blade or anyone who hits hard.. I would do Parry then 2/3 hits, repeat until opponent is dead.
Hamin wrote: » Aryanna wrote: » Also explain to me how memorize is suppose to be 7% chance but it’s really 100% chance on hits Memorize procced once on me in all 5 difficulties. Hyperbolic much?
Aryanna wrote: » ...with a power flood node?
Marri_2 wrote: » A 7% chance to trigger does not mean that it happens once every 14, 28 hits, or that you may reasonably assume that it doesn't happen twice in quick succession. While it is undoubtedly true that with a large enough sample size (number of total hits) it will show 7% (number of mesmerize triggers), fights don't last long enough and don't require enough hits to accurately measure whether it is 7%. It is very possible to have a mesmerize trigger twice in a row, because the chance to trigger on ANY hit is as high as on ANY other; chances of an activation don't drop after it has triggered (like a cooldown mechanic).
DNA3000 wrote: » Both sequences were generated using Python, which uses the Mersenne twister. Mersenne passes the Diehard tests, which means you aren't going to detect a flaw in the generator with human eyeballs watching sequences short enough to fit on Earth.
Helicopter_dugdugdug wrote: » Mesmerise is 35% chance in a combo of 5 hits . That is a huge chance to trigger it
Snizzbar wrote: » DNA3000 wrote: » Both sequences were generated using Python, which uses the Mersenne twister. Mersenne passes the Diehard tests, which means you aren't going to detect a flaw in the generator with human eyeballs watching sequences short enough to fit on Earth. Ahh, but does it pass the Diehardwithavengeance tests?
Snizzbar wrote: » Helicopter_dugdugdug wrote: » Mesmerise is 35% chance in a combo of 5 hits . That is a huge chance to trigger it Um, I don't think you've got the math quite right there. But you get a B+ for effort. Well done.
Marri_2 wrote: » Helicopter_dugdugdug wrote: » Mesmerise is 35% chance in a combo of 5 hits . That is a huge chance to trigger it Dude, no, that's not how it works. That means that in a set of 15 hits it would be 105%, which is impossible.
DNA3000 wrote: » Marri_2 wrote: » Helicopter_dugdugdug wrote: » Mesmerise is 35% chance in a combo of 5 hits . That is a huge chance to trigger it Dude, no, that's not how it works. That means that in a set of 15 hits it would be 105%, which is impossible. True, although for small numbers linear addition gives ballpark decent numbers. The chance to fire at least once in a five combo is 1 - (1-0.7)^5 ~= 30.43%.