mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-07-17 00:59:10 -05:00
Add COIL for Return'd
This commit is contained in:
parent
da9084ccb6
commit
ba5290e0af
|
|
@ -90,7 +90,7 @@
|
|||
'pususpecttest': 9,
|
||||
'lcsuspecttest': 9,
|
||||
'doublesoususpecttest': 14.5,
|
||||
'almostanyability': 6
|
||||
'returnd': 10
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user