Skip to content

Commit

Permalink
Add Sketchmons COIL
Browse files Browse the repository at this point in the history
  • Loading branch information
TheImmortal committed Jan 14, 2017
1 parent cd43a55 commit e61dcc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/client-ladder.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
'lcsuspecttest': 9,
'doublesoususpecttest': 14.5,
'gen7balancedhackmonssuspecttest': 7.6,
'gen7mixandmegasuspecttest': 6
'gen7mixandmegasuspecttest': 6,
'gen7sketchmonssuspecttest': 6
}
});

Expand Down
1 change: 1 addition & 0 deletions ladder.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
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,'.','');
elseif ($row['formatid'] == 'gen7sketchmonssuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-6.0/$N) : 0,1,'.','');
else echo '--'; ?></td>
</tr>
<?php
Expand Down

0 comments on commit e61dcc6

Please sign in to comment.