how is the chance to ?HKO calculated? If I sum the number of damage rolls that 1HKO over 16 I can get the chance to 1HKO, but when I try to account for multiple attempts my chance drifts from the calculator's %. I was dividing the HP by the # of hits & finding the chance that each attempt deals that portion of damage.
Edit: i worked it out, now just optimizing code for finding combinations of rolls that ko
https://github.com/smogon/damage-calc/blob/master/calc/src/desc.ts
when does computeKOChance recur itself?
Edit: i worked it out, now just optimizing code for finding combinations of rolls that ko
https://github.com/smogon/damage-calc/blob/master/calc/src/desc.ts
when does computeKOChance recur itself?
Last edited: