Add primary results to baseball & basketball
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
{ "name" : "8", "description" : "8th inning runs" },
|
||||
{ "name" : "9", "description" : "9th inning runs" },
|
||||
{ "name" : "", "id" : "extra", "description" : "Extra inning runs" },
|
||||
{ "name" : "R", "description" : "Total runs", "main" : 1 },
|
||||
{ "name" : "R", "description" : "Total runs", "primary" : 1 },
|
||||
{ "name" : "H", "description" : "Hits" },
|
||||
{ "name" : "E", "description" : "Errors" }
|
||||
],
|
||||
@@ -35,7 +35,7 @@
|
||||
"columns": [
|
||||
{ "name" : "W", "equation" : "$win", "description" : "Wins" },
|
||||
{ "name" : "L", "equation" : "$loss", "description" : "Losses" },
|
||||
{ "name" : "PCT", "equation" : "$win / $eventsplayed", "precision" : 3, "description" : "Win percentage" },
|
||||
{ "name" : "PCT", "equation" : "$win / $eventsplayed", "precision" : 3, "priority" : 1, "description" : "Win percentage" },
|
||||
{ "name" : "RS", "equation" : "$rfor", "description" : "Runs scored" },
|
||||
{ "name" : "RA", "equation" : "$ragainst", "description" : "Runs allowed" },
|
||||
{ "name" : "DIFF", "equation" : "$rfor - $ragainst", "description" : "Run differential" },
|
||||
|
||||
Reference in New Issue
Block a user