Add COIL for Return'd

This commit is contained in:
The Immortal 2016-10-05 22:33:06 +04:00
parent da9084ccb6
commit ba5290e0af
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@
'pususpecttest': 9,
'lcsuspecttest': 9,
'doublesoususpecttest': 14.5,
'almostanyability': 6
'returnd': 10
}
});

View File

@ -52,7 +52,7 @@ foreach ($toplist as $row)
elseif ($row['formatid'] == 'pususpecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-9.0/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'lcsuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-9.0/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'doublesoususpecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-14.5/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'almostanyability') echo number_format($N ? 40*$row['gxe']*pow(2.0,-6.0/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'returnd') echo number_format($N ? 40*$row['gxe']*pow(2.0,-10.0/$N) : 0,1,'.','');
else echo '--'; ?></td>
</tr>
<?php