Add primary results to baseball & basketball
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{ "name" : "3", "description" : "3rd quarter points" },
|
||||
{ "name" : "4", "description" : "4th quarter points" },
|
||||
{ "name" : "", "id" : "ot", "description" : "Overtime points" },
|
||||
{ "name" : "T", "id" : "points", "description" : "Total points", "main" : 1 }
|
||||
{ "name" : "T", "id" : "points", "description" : "Total points", "primary" : 1 }
|
||||
],
|
||||
"performance": [
|
||||
{ "name" : "MIN", "description" : "Minutes" },
|
||||
@@ -33,7 +33,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" : "PF", "equation" : "$pointsfor / $eventsplayed", "description" : "Average points for" },
|
||||
{ "name" : "PA", "equation" : "$pointsagainst / $eventsplayed", "description" : "Average points against" },
|
||||
{ "name" : "DIFF", "equation" : "( $pointsfor - $pointsagainst ) / $eventsplayed", "description" : "Average point differential" },
|
||||
|
||||
Reference in New Issue
Block a user