Update sports presets

This commit is contained in:
Brian Miyaji
2015-03-03 17:21:04 +11:00
parent 0ce341f33a
commit b06475e0c9
3 changed files with 18 additions and 13 deletions

View File

@@ -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": [