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" },

View File

@@ -1,5 +1,12 @@
{
"name": "Basketball",
"positions": [
"Guard",
"Forward-Guard",
"Forward",
"Forward-Center",
"Center"
],
"outcomes": [
"Win",
"Loss"

View File

@@ -1,5 +1,11 @@
{
"name": "Cricket",
"positions": [
"Batsman",
"Bowler",
"Keeper",
"All-rounder"
],
"outcomes": [
"Win",
"Loss",
@@ -29,7 +35,8 @@
],
"metrics": [
"Height",
"Weight"
"Weight",
"Bat brand"
],
"statistics": [
{ "name" : "Appearances", "equation" : "$eventsplayed", "description" : "Matches played" }

View File

@@ -2,8 +2,8 @@
"name": "Darts",
"outcomes": [
"Win",
"Draw",
"Loss"
"Loss",
"Draw"
],
"results": [
"Legs"

View File

@@ -1,16 +1,19 @@
{
"name": "American Football",
"positions": [
"Back",
"Quarterback",
"Running back",
"Wide receiver",
"Tight end",
"Center",
"Tackle",
"Guard",
"Line backer",
"Defense end",
"Defense tackle",
"Defense back"
"Offensive guard",
"Offensive tackle",
"Defensive tackle",
"Defensive end",
"Middle linebacker",
"Outside linebacker",
"Cornerback",
"Safety"
],
"outcomes": [
"Win",

View File

@@ -1,9 +1,18 @@
{
"name": "Handball",
"positions": [
"Goalkeeper",
"Center back",
"Left back",
"Right back",
"Pivot",
"Left wing",
"Right wing"
],
"outcomes": [
"Win",
"Draw",
"Loss"
"Loss",
"Draw"
],
"results": [
{ "name" : "1st Half", "description" : "1st half goals" },

View File

@@ -1,5 +1,10 @@
{
"name": "Ice Hockey",
"positions": [
"Forward",
"Defenseman",
"Goalie"
],
"outcomes": [
"Win",
"Loss",

View File

@@ -1,5 +1,14 @@
{
"name": "Netball",
"positions": [
"Goal Keeper",
"Goal Defense",
"Wing Defense",
"Center",
"Wing Attack",
"Goal Attack",
"Goal Shooter"
],
"outcomes": [
"Win",
"Loss"

View File

@@ -1,5 +1,16 @@
{
"name": "Rugby League",
"positions": [
"Fullback",
"Wing",
"Centre",
"Five-Eighth",
"Halfback",
"Hooker",
"Prop",
"Second-row",
"Lock"
],
"outcomes": [
"Win",
"Loss",

View File

@@ -1,5 +1,17 @@
{
"name": "Rugby Union",
"positions": [
"Full-back",
"Wing",
"Centre",
"Fly-half",
"Scrum-half",
"Number Eight",
"Flanker",
"Lock",
"Hooker",
"Prop"
],
"outcomes": [
"Win",
"Loss",

View File

@@ -2,8 +2,8 @@
"name": "Snooker",
"outcomes": [
"Win",
"Draw",
"Loss"
"Loss",
"Draw"
],
"results": [
{ "name" : "Score", "description" : "Total points", "primary" : 1 }

View File

@@ -8,13 +8,12 @@
],
"outcomes": [
"Win",
"Draw",
"Loss"
"Loss",
"Draw"
],
"results": [
{ "name" : "1st Half", "description" : "1st half goals" },
{ "name" : "2nd Half", "description" : "2nd half goals" },
{ "name" : "PK", "description" : "Penalty kicks" },
{ "name" : "Goals", "description" : "Total goals", "primary" : 1 }
],
"performance": [

View File

@@ -2,8 +2,8 @@
"name": "Squash",
"outcomes": [
"Win",
"Draw",
"Loss"
"Loss",
"Draw"
],
"results": [
{ "name" : "G1", "description" : "1st game" },

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" },

View File

@@ -1,5 +1,10 @@
{
"name": "Water Polo",
"positions": [
"Offense",
"Defense",
"Goalie"
],
"positions": [
"Goalkeeper",
"Driver",
@@ -8,8 +13,8 @@
],
"outcomes": [
"Win",
"Draw",
"Loss"
"Loss",
"Draw"
],
"results": [
{ "name" : "1st Quarter", "description" : "1st quarter goals" },