Tweak presets
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user