Skip to content

Commit

Permalink
Add 1v1 COIL
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed May 7, 2017
1 parent 15ff495 commit f2179a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/client-ladder.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
'gen7lcsuspecttest': 13,
'gen7doublesoususpecttest': 14.5,
'gen7balancedhackmonssuspecttest': 11,
'gen71v1suspecttest': 20,
'gen7monotypesuspecttest': 14,
'gen7mixandmegasuspecttest': 10.5,
'gen7almostanyabilitysuspecttest': 6,
Expand Down
1 change: 1 addition & 0 deletions ladder.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
elseif ($row['formatid'] == 'gen7lcsuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-13.0/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'gen7doublesoususpecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-14.5/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'gen7balancedhackmonssuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-11/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'gen71v1suspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-20/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'gen7monotypesuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-14.0/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'gen7mixandmegasuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-10.5/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'gen7almostanyabilitysuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-6.0/$N) : 0,1,'.','');
Expand Down

0 comments on commit f2179a4

Please sign in to comment.