Update baseball preset

This commit is contained in:
Brian Miyaji
2016-03-20 23:07:47 +11:00
parent 5f57614687
commit 6ef87ade7d

View File

@@ -35,24 +35,24 @@
{ "name" : "E", "description" : "Errors" } { "name" : "E", "description" : "Errors" }
], ],
"performance": [ "performance": [
{ "name" : "AB", "position" : "Batter", "description" : "At bat" }, { "name" : "AB", "section" : 0, "description" : "At bat" },
{ "name" : "R", "position" : "Batter", "description" : "Runs" }, { "name" : "R", "section" : 0, "description" : "Runs" },
{ "name" : "H", "position" : "Batter", "description" : "Hits" }, { "name" : "H", "section" : 0, "description" : "Hits" },
{ "name" : "RBI", "position" : "Batter", "description" : "Runs batted in" }, { "name" : "RBI", "section" : 0, "description" : "Runs batted in" },
{ "name" : "2B", "id" : "doubles", "position" : "Batter", "description" : "Doubles" }, { "name" : "2B", "id" : "doubles", "section" : 0, "description" : "Doubles" },
{ "name" : "3B", "id" : "triples", "position" : "Batter", "description" : "Triples" }, { "name" : "3B", "id" : "triples", "section" : 0, "description" : "Triples" },
{ "name" : "HR", "position" : "Batter", "description" : "Home runs" }, { "name" : "HR", "section" : 0, "description" : "Home runs" },
{ "name" : "SB", "position" : "Batter", "description" : "Stolen bases" }, { "name" : "SB", "section" : 0, "description" : "Stolen bases" },
{ "name" : "BB", "position" : "Batter", "description" : "Base on balls" }, { "name" : "BB", "section" : 0, "description" : "Base on balls" },
{ "name" : "SO", "position" : "Batter", "description" : "Strike outs" }, { "name" : "SO", "section" : 0, "description" : "Strike outs" },
{ "name" : "LOB", "position" : "Batter", "description" : "Left on base" }, { "name" : "LOB", "section" : 0, "description" : "Left on base" },
{ "name" : "IP", "id" : "pitcher_ip", "position" : "Pitcher", "description" : "Innings pitched" }, { "name" : "IP", "id" : "pitcher_ip", "section" : 1, "description" : "Innings pitched" },
{ "name" : "H", "id" : "pitcher_h", "position" : "Pitcher", "description" : "Hits allowed" }, { "name" : "H", "id" : "pitcher_h", "section" : 1, "description" : "Hits allowed" },
{ "name" : "R", "id" : "pitcher_r", "position" : "Pitcher", "description" : "Runs allowed" }, { "name" : "R", "id" : "pitcher_r", "section" : 1, "description" : "Runs allowed" },
{ "name" : "ER", "id" : "pitcher_er", "position" : "Pitcher", "description" : "Earned runs allowed" }, { "name" : "ER", "id" : "pitcher_er", "section" : 1, "description" : "Earned runs allowed" },
{ "name" : "BB", "id" : "pitcher_bb", "position" : "Pitcher", "description" : "Base on balls allowed" }, { "name" : "BB", "id" : "pitcher_bb", "section" : 1, "description" : "Base on balls allowed" },
{ "name" : "SO", "id" : "pitcher_so", "position" : "Pitcher", "description" : "Strike outs pitched" }, { "name" : "SO", "id" : "pitcher_so", "section" : 1, "description" : "Strike outs pitched" },
{ "name" : "HR", "id" : "pitcher_hr", "position" : "Pitcher", "description" : "Home runs allowed" } { "name" : "HR", "id" : "pitcher_hr", "section" : 1, "description" : "Home runs allowed" }
], ],
"columns": [ "columns": [
{ "name" : "W", "equation" : "$win", "description" : "Wins" }, { "name" : "W", "equation" : "$win", "description" : "Wins" },
@@ -87,6 +87,7 @@
"event_show_player_numbers" : "no", "event_show_player_numbers" : "no",
"event_split_players_by_team" : "yes", "event_split_players_by_team" : "yes",
"event_split_players_by_position" : "yes", "event_split_players_by_position" : "yes",
"sportspress_event_total_performance" : "all" "sportspress_event_total_performance" : "all",
"event_performance_sections" : 0
} }
} }