What's new

Tech - Shinnok Some Mathematical Analysis I did with Shinnok...

STB Damashi

SmallBurntEarths
So thinking a little more:
Assuming a percentage scaling so 1 hit = x, 2 hits = x + p*x, 3 hits = x + p*x + p*p*x, etc.
For n hits damage = x*sum[i=0..n-1](p^i) which is equal to x*(1-p^n)/(1-p)
x is the damage from a single hit, so that's easy. I'm not sure how you would go about trying to find p other than trial and error though.
P would vary from different combinations of attack but I am sure there are just some attacks that would not go together like D1 preceding D2, so I guess that eliminates some combinations. For now I am just going to try to find the different equations.