I wrote a Ruby script to figure out whether
4K or
MYM is a better Warcraft 3 clan.
The odds I used:
Grubby = {:moon => 0.55, :lucifer => 0.90, :storm => 0.84, :susiria => 0.93}
Tod = {:moon => 0.60, :lucifer => 0.20, :storm => 0.60, :susiria => 0.50}
Fov = {:moon => 0.72, :lucifer => 0.50, :storm => 0.85, :susiria => 0.67}
Creo = {:moon => 0.15, :lucifer => 0.10, :storm => 0.37, :susiria => 0.15}
The results of 1,000,000 clan wars (players are matched up randomly for four 1 vs 1 matches):
4 points for 4K happened 46707 times.
3 points for 4K happened 306329 times.
2 points for 4K happened 430575 times.
1 points for 4K happened 190895 times.
0 points for 4K happened 25494 times.
Total wins if the 2 vs 2 match is 50%: 4K: 568323. MYM: 431676.
Here's the
source code. Feel free to tinker with the odds and run it again.
As you can see, 4K is better :)