Group sports into more categories
This commit is contained in:
33
presets/racket-sports/squash.json
Normal file
33
presets/racket-sports/squash.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "Squash",
|
||||
"outcomes": [
|
||||
{ "name" : "Win", "condition" : ">" },
|
||||
{ "name" : "Loss", "condition" : "<" },
|
||||
{ "name" : "Draw", "condition" : "=" }
|
||||
],
|
||||
"results": [
|
||||
{ "name" : "G1", "description" : "1st game" },
|
||||
{ "name" : "G2", "description" : "2nd game" },
|
||||
{ "name" : "G3", "description" : "3rd game" },
|
||||
{ "name" : "G4", "description" : "4th game" },
|
||||
{ "name" : "G5", "description" : "5th game" },
|
||||
{ "name" : "T", "id" : "points", "description" : "Total points", "primary" : 1 }
|
||||
],
|
||||
"performance": [
|
||||
],
|
||||
"columns": [
|
||||
{ "name" : "P", "equation" : "$eventsplayed", "description" : "Matches played" },
|
||||
{ "name" : "W", "equation" : "$win", "priority" : 1, "description" : "Wins" },
|
||||
{ "name" : "D", "equation" : "$draw", "description" : "Draws" },
|
||||
{ "name" : "L", "equation" : "$loss", "description" : "Losses" },
|
||||
{ "name" : "F", "equation" : "$pointsfor", "priority" : 3, "description" : "Points for" },
|
||||
{ "name" : "A", "equation" : "$pointsagainst", "description" : "Points against" },
|
||||
{ "name" : "Pts", "equation" : "$pointsfor - $pointsagainst", "priority" : 2, "description" : "Total points" }
|
||||
],
|
||||
"metrics": [
|
||||
"Height",
|
||||
"Weight"
|
||||
],
|
||||
"statistics": [
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user