Update sports presets
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
{ "name" : "D", "equation" : "$draw", "description" : "Draws" },
|
||||
{ "name" : "F", "equation" : "$pointsfor", "priority" : 3, "description" : "Points for" },
|
||||
{ "name" : "A", "equation" : "$pointsagainst", "description" : "Points against" },
|
||||
{ "name" : "%", "id" : "pct", "equation" : "$pointsfor / $eventsplayed", "priority" : 2, "description" : "Season percentage" },
|
||||
{ "name" : "%", "id" : "pct", "equation" : "$win / $eventsplayed", "priority" : 2, "description" : "Season percentage" },
|
||||
{ "name" : "Pts", "equation" : "$win * 4 + $draw * 2", "priority" : 1, "description" : "Points" }
|
||||
],
|
||||
"metrics": [
|
||||
|
||||
Reference in New Issue
Block a user