Hey all,
Attachment 840665
I have this set of test numbers. I'm trying to make a formula which outputs a chance to hit. The current formula I have is this: "=IF([@Accuracy]<=0,[@Accuracy]*([@Evasion]+1),[@Accuracy]/([@Evasion]+1))", which is giving the results below in the chance to hit category.
The trouble I'm having is figuring out how to adjust it so that either:
1: the weighting on evasion is higher: as in looking at 10% and -40% the chance to hit would be around 20-30%
Or 2: When evasion is lower than accuracy (cases being eg.1: 0% accuracy and -50% evasion should = 25%-50% chance to hit and eg.2: -10% accuracy and -40% evasion should be a positive chance to hit.) the chance to hit becomes positive.
The result should be a smooth curve that is not linear I.E. not subtractive. Currently it's a smooth curve except for 3 points, those being: 150% 100% 75%, 0% -50% 0%, and -150% 100% -300%
At least in the cases of the first and third I think it makes sense, as the numbers change. But correct me if that assumption is wrong.
So yes, can someone help write a formula that does that? The summary being to smoothly create an exponential graph in which the relation between the accuracy and evasion is a smoothly changing chance to hit, in both the positive and negative directions.
Accuracy Evasion Chance to Hit 300% -50% 600% 290% -40% 483% 280% -30% 400% 270% -20% 338% 260% -10% 289% 250% 0% 250% 240% 10% 218% 230% 20% 192% 220% 30% 169% 210% 40% 150% 200% 50% 133% 190% 60% 119% 180% 70% 106% 170% 80% 94% 160% 90% 84% 150% 100% 75% 140% 90% 74% 130% 80% 72% 120% 70% 71% 110% 60% 69% 100% 50% 67% 90% 40% 64% 80% 30% 62% 70% 20% 58% 60% 10% 55% 50% 0% 50% 40% -10% 44% 30% -20% 38% 20% -30% 29% 10% -40% 17% 0% -50% 0% -10% -40% -6% -20% -30% -14% -30% -20% -24% -40% -10% -36% -50% 0% -50% -60% 10% -66% -70% 20% -84% -80% 30% -104% -90% 40% -126% -100% 50% -150% -110% 60% -176% -120% 70% -204% -130% 80% -234% -140% 90% -266% -150% 100% -300% -160% 90% -304% -170% 80% -306% -180% 70% -306% -190% 60% -304% -200% 50% -300% -210% 40% -294% -220% 30% -286% -230% 20% -276% -240% 10% -264% -250% 0% -250% -260% -10% -234% -270% -20% -216% -280% -30% -196% -290% -40% -174% -300% -50% -150%
Thanks!!
Bookmarks