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

@@ -10,15 +10,16 @@
{ "name" : "S2", "description" : "2nd set" },
{ "name" : "S3", "description" : "3rd set" },
{ "name" : "S4", "description" : "4th set" },
{ "name" : "S5", "description" : "5th set" }
{ "name" : "S5", "description" : "5th set" },
{ "name" : "T", "id" : "points", "description" : "Total points", "primary" : 1 }
],
"performance": [
],
"columns": [
{ "name" : "Wins", "equation" : "$win", "description" : "Wins" },
{ "name" : "Losses", "equation" : "$loss", "description" : "Losses" },
{ "name" : "Win %", "id" : "winpct", "equation" : "$win / $eventsplayed * 1 0 0", "precision" : 2, "description" : "Win percentage" },
{ "name" : "Points", "equation" : "$win * 2 + $loss - $unfinished" }
{ "name" : "Win %", "id" : "winpct", "equation" : "$win / $eventsplayed * 1 0 0", "precision" : 2, "description" : "Win percentage", "priority" : 2 },
{ "name" : "Points", "equation" : "$win * 2 + $loss - $unfinished", "priority" : 1 }
],
"metrics": [
"Height",