-
Re: Will the mori update kill the game?
Don't forget the role of the MMR is to push for these numbers. You put a high MMR player with lower MMR ones against a high MMR player and you know how it will end. It also depend on the killer,…1 -
Re: Survivor escape rates vs killer win rates, a bit of math to understand why the devs are right.
In human language, the program does this (in a nutshell, with lots of language abuse) do 100000 times: ( do four times: ( draw a random number between 0 and 100 if the number is below or equal to 40,…5 -
Re: Survivor escape rates vs killer win rates, a bit of math to understand why the devs are right.
😭 Thanks for your honesty. In summary: Basically the program simulates matches based on the escape rate. And for each match, measures if the killer won or not based on the number of escapes. With it…8 -
Re: Why 60% kill rate and not 55%?
So, I've done the math, and it gives the answer as why 40% escape rate is an excellent choice. I'm also providing a tool to experiment. This should settle the matter once and for all.5 -
Survivor escape rates vs killer win rates, a bit of math to understand why the devs are right.
edit: To make this a bit more fun. I've written an app in javascript so anyone can play with the escape rate in a graphical environment. The app is at: http://www.drsoon.xyz — Original post — It…20