mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-22 01:55:56 -05:00
Add BH suspect COIL
This commit is contained in:
parent
ea4a5bed30
commit
e343f0ec76
|
|
@ -89,6 +89,7 @@
|
|||
'pususpecttest': 9,
|
||||
'lcsuspecttest': 9,
|
||||
'doublesoususpecttest': 14.5,
|
||||
'gen7balancedhackmonssuspecttest': 7.6
|
||||
'gen7mixandmegasuspecttest': 6
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -51,6 +51,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'] == 'gen7balancedhackmonssuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-7.6/$N) : 0,1,'.','');
|
||||
elseif ($row['formatid'] == 'gen7mixandmegasuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-6.0/$N) : 0,1,'.','');
|
||||
else echo '--'; ?></td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user