Barnstorming
Pitching Stat Leaders
Released players are not included. Rate categories are based on a minimum of 10 IP.
Actual | Normalized
Wins
$count = 0;
echo '| W | IP | Player | Team |
| ' . number_format($row['Ws'], 0) . '-' . number_format($row['Ls'], 0) . ' | ' . number_format($row['OUTSs']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Saves
| SV | IP | Player | Team |
| No saves recorded yet (enable relief pitching in a game mode). | |||
Holds
| HLD | IP | Player | Team |
| No holds recorded yet (enable relief pitching in a game mode). | |||
Complete Games
| CG | IP | Player | Team |
| No complete games yet. | |||
Shutouts
| SHO | IP | Player | Team |
| No shutouts yet. | |||
Losses
$count = 0;
echo '| L | IP | Player | Team |
| ' . number_format($row['Ws'], 0) . '-' . number_format($row['Ls'], 0) . ' | ' . number_format($row['OUTSs']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Win Percentage
$count = 0;
echo '| Win % | IP | Player | Team |
| ' . number_format($row['WinPct'], 3) . ' | ' . number_format($row['OUTSs']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
ERA
$count = 0;
echo '| ERA | IP | Player | Team |
| ' . $row['ERA'] . ' | ' . number_format($row['OUTSs']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
WHIP
$count = 0;
echo '| WHIP | IP | Player | Team |
| ' . number_format($row['WHIP'], 3) . ' | ' . number_format($row['OUTSs']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Strike Outs
$count = 0;
echo '| SO | IP | Player | Team |
| ' . number_format($row['SOs'], 0) . ' | ' . number_format($row['OUTSs']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Walks
$count = 0;
echo '| BB | IP | Player | Team |
| ' . number_format($row['BBs'], 0) . ' | ' . number_format($row['OUTSs']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Hit Batters
$count = 0;
echo '| HBP | IP | Player | Team |
| ' . number_format($row['HBPs'], 0) . ' | ' . number_format($row['OUTSs']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Home Runs Allowed
$count = 0;
echo '| HR | IP | Player | Team |
| ' . number_format($row['HRs'], 0) . ' | ' . number_format($row['OUTSs']/3, 1) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
| [ Top 50 ] | |||
Can your team of stars, has-been's, and never-will-be's build a loyal fan base as they travel the country, taking on other people's ragtag teams?
Random Fact
Bill Mueller is the only player to hit a grand slam from both sides of the plate in the same game.
Loading...