mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-09 12:29:11 -05:00
@@ -92,8 +92,7 @@
|
||||
'pususpecttest': 9,
|
||||
'lcsuspecttest': 9,
|
||||
'doublesoucurrent': 12,
|
||||
'doublesoususpecttest': 12,
|
||||
'monotype': 4
|
||||
'doublesoususpecttest': 12
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user