Update sport presets

This commit is contained in:
Brian Miyaji
2014-10-16 01:18:16 +11:00
parent 42dc93c367
commit 4975f60cca
15 changed files with 104 additions and 25 deletions

View File

@@ -1,5 +1,11 @@
{
"name": "Volleyball",
"positions": [
"Outside Hitter",
"Middle Blocker",
"Setter",
"Defender"
],
"outcomes": [
"Win",
"Loss",
@@ -34,8 +40,7 @@
{ "name" : "Ratio", "equation" : "$pointsfor / $pointsagainst", "precision" : 3, "priority" : 2 }
],
"metrics": [
"Height",
"Weight"
"Height"
],
"statistics": [
{ "name" : "Pct", "equation" : "( $k - $e ) / $ta", "description" : "Hitting percentage" },