Tweak presets

This commit is contained in:
Brian Miyaji
2014-08-25 00:12:51 +10:00
parent 88b528634d
commit 6f6e0f03c7
5 changed files with 19 additions and 17 deletions

View File

@@ -22,11 +22,11 @@
{ "name" : "W", "equation" : "$win", "description" : "Matches won" },
{ "name" : "L", "equation" : "$loss", "description" : "Matches lost" },
{ "name" : "D", "equation" : "$draw", "description" : "Matches drawn" },
{ "name" : "PF", "equation" : "$pointsfor", "description" : "Points for" },
{ "name" : "PF", "equation" : "$pointsfor", "description" : "Points for", "priority" : 3 },
{ "name" : "PA", "equation" : "$pointsagainst", "description" : "Points against" },
{ "name" : "PD", "equation" : "$pointsfor - $pointsagainst", "description" : "Points difference" },
{ "name" : "PD", "equation" : "$pointsfor - $pointsagainst", "description" : "Points difference", "priority" : 2 },
{ "name" : "BP", "equation" : "$bp", "description" : "Bonus points" },
{ "name" : "Pts", "equation" : "$points", "description" : "Total points" }
{ "name" : "Pts", "equation" : "$points", "description" : "Total points", "priority" : 1 }
],
"metrics": [
"Height",