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": "Baseball",
"positions": [
"Pitcher",
"Catcher",
"Infielder",
"Outfielder"
],
"outcomes": [
"Win",
"Loss",
@@ -43,8 +49,9 @@
{ "name" : "STRK", "equation" : "$streak", "description" : "Current streak" }
],
"metrics": [
"Height",
"Weight"
{ "name" : "B/T", "description": "Bats / Throws" },
{ "name" : "Ht", "description": "Height" },
{ "name" : "Wt", "description": "Weight" }
],
"statistics": [
{ "name" : "G", "equation" : "$eventsplayed", "description" : "Games played" },