Add Monotype COIL

This commit is contained in:
The Immortal
2016-08-05 16:58:05 +04:00
parent 40e296a219
commit ca18107335
2 changed files with 3 additions and 1 deletions

View File

@@ -92,7 +92,8 @@
'pususpecttest': 9,
'lcsuspecttest': 9,
'doublesoucurrent': 12,
'doublesoususpecttest': 12
'doublesoususpecttest': 12,
'monotype': 4
}
});

View File

@@ -53,6 +53,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'] == 'doublesoucurrent' || $row['formatid'] == 'doublesoususpecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-12.0/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'monotype') echo number_format($N ? 40*$row['gxe']*pow(2.0,-4.0/$N) : 0,1,'.','');
else echo '--'; ?></td>
</tr>
<?php