Update sport presets
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Baseball",
|
"name": "Baseball",
|
||||||
|
"positions": [
|
||||||
|
"Pitcher",
|
||||||
|
"Catcher",
|
||||||
|
"Infielder",
|
||||||
|
"Outfielder"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Loss",
|
"Loss",
|
||||||
@@ -43,8 +49,9 @@
|
|||||||
{ "name" : "STRK", "equation" : "$streak", "description" : "Current streak" }
|
{ "name" : "STRK", "equation" : "$streak", "description" : "Current streak" }
|
||||||
],
|
],
|
||||||
"metrics": [
|
"metrics": [
|
||||||
"Height",
|
{ "name" : "B/T", "description": "Bats / Throws" },
|
||||||
"Weight"
|
{ "name" : "Ht", "description": "Height" },
|
||||||
|
{ "name" : "Wt", "description": "Weight" }
|
||||||
],
|
],
|
||||||
"statistics": [
|
"statistics": [
|
||||||
{ "name" : "G", "equation" : "$eventsplayed", "description" : "Games played" },
|
{ "name" : "G", "equation" : "$eventsplayed", "description" : "Games played" },
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "Basketball",
|
"name": "Basketball",
|
||||||
|
"positions": [
|
||||||
|
"Guard",
|
||||||
|
"Forward-Guard",
|
||||||
|
"Forward",
|
||||||
|
"Forward-Center",
|
||||||
|
"Center"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Loss"
|
"Loss"
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Cricket",
|
"name": "Cricket",
|
||||||
|
"positions": [
|
||||||
|
"Batsman",
|
||||||
|
"Bowler",
|
||||||
|
"Keeper",
|
||||||
|
"All-rounder"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Loss",
|
"Loss",
|
||||||
@@ -29,7 +35,8 @@
|
|||||||
],
|
],
|
||||||
"metrics": [
|
"metrics": [
|
||||||
"Height",
|
"Height",
|
||||||
"Weight"
|
"Weight",
|
||||||
|
"Bat brand"
|
||||||
],
|
],
|
||||||
"statistics": [
|
"statistics": [
|
||||||
{ "name" : "Appearances", "equation" : "$eventsplayed", "description" : "Matches played" }
|
{ "name" : "Appearances", "equation" : "$eventsplayed", "description" : "Matches played" }
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"name": "Darts",
|
"name": "Darts",
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Draw",
|
"Loss",
|
||||||
"Loss"
|
"Draw"
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
"Legs"
|
"Legs"
|
||||||
|
|||||||
@@ -1,16 +1,19 @@
|
|||||||
{
|
{
|
||||||
"name": "American Football",
|
"name": "American Football",
|
||||||
"positions": [
|
"positions": [
|
||||||
"Back",
|
|
||||||
"Quarterback",
|
"Quarterback",
|
||||||
|
"Running back",
|
||||||
"Wide receiver",
|
"Wide receiver",
|
||||||
|
"Tight end",
|
||||||
"Center",
|
"Center",
|
||||||
"Tackle",
|
"Offensive guard",
|
||||||
"Guard",
|
"Offensive tackle",
|
||||||
"Line backer",
|
"Defensive tackle",
|
||||||
"Defense end",
|
"Defensive end",
|
||||||
"Defense tackle",
|
"Middle linebacker",
|
||||||
"Defense back"
|
"Outside linebacker",
|
||||||
|
"Cornerback",
|
||||||
|
"Safety"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
|
|||||||
@@ -1,9 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "Handball",
|
"name": "Handball",
|
||||||
|
"positions": [
|
||||||
|
"Goalkeeper",
|
||||||
|
"Center back",
|
||||||
|
"Left back",
|
||||||
|
"Right back",
|
||||||
|
"Pivot",
|
||||||
|
"Left wing",
|
||||||
|
"Right wing"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Draw",
|
"Loss",
|
||||||
"Loss"
|
"Draw"
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1st Half", "description" : "1st half goals" },
|
{ "name" : "1st Half", "description" : "1st half goals" },
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Ice Hockey",
|
"name": "Ice Hockey",
|
||||||
|
"positions": [
|
||||||
|
"Forward",
|
||||||
|
"Defenseman",
|
||||||
|
"Goalie"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Loss",
|
"Loss",
|
||||||
@@ -1,5 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "Netball",
|
"name": "Netball",
|
||||||
|
"positions": [
|
||||||
|
"Goal Keeper",
|
||||||
|
"Goal Defense",
|
||||||
|
"Wing Defense",
|
||||||
|
"Center",
|
||||||
|
"Wing Attack",
|
||||||
|
"Goal Attack",
|
||||||
|
"Goal Shooter"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Loss"
|
"Loss"
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "Rugby League",
|
"name": "Rugby League",
|
||||||
|
"positions": [
|
||||||
|
"Fullback",
|
||||||
|
"Wing",
|
||||||
|
"Centre",
|
||||||
|
"Five-Eighth",
|
||||||
|
"Halfback",
|
||||||
|
"Hooker",
|
||||||
|
"Prop",
|
||||||
|
"Second-row",
|
||||||
|
"Lock"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Loss",
|
"Loss",
|
||||||
@@ -1,5 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "Rugby Union",
|
"name": "Rugby Union",
|
||||||
|
"positions": [
|
||||||
|
"Full-back",
|
||||||
|
"Wing",
|
||||||
|
"Centre",
|
||||||
|
"Fly-half",
|
||||||
|
"Scrum-half",
|
||||||
|
"Number Eight",
|
||||||
|
"Flanker",
|
||||||
|
"Lock",
|
||||||
|
"Hooker",
|
||||||
|
"Prop"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Loss",
|
"Loss",
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"name": "Snooker",
|
"name": "Snooker",
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Draw",
|
"Loss",
|
||||||
"Loss"
|
"Draw"
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "Score", "description" : "Total points", "primary" : 1 }
|
{ "name" : "Score", "description" : "Total points", "primary" : 1 }
|
||||||
|
|||||||
@@ -8,13 +8,12 @@
|
|||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Draw",
|
"Loss",
|
||||||
"Loss"
|
"Draw"
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1st Half", "description" : "1st half goals" },
|
{ "name" : "1st Half", "description" : "1st half goals" },
|
||||||
{ "name" : "2nd Half", "description" : "2nd half goals" },
|
{ "name" : "2nd Half", "description" : "2nd half goals" },
|
||||||
{ "name" : "PK", "description" : "Penalty kicks" },
|
|
||||||
{ "name" : "Goals", "description" : "Total goals", "primary" : 1 }
|
{ "name" : "Goals", "description" : "Total goals", "primary" : 1 }
|
||||||
],
|
],
|
||||||
"performance": [
|
"performance": [
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
"name": "Squash",
|
"name": "Squash",
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Draw",
|
"Loss",
|
||||||
"Loss"
|
"Draw"
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "G1", "description" : "1st game" },
|
{ "name" : "G1", "description" : "1st game" },
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Volleyball",
|
"name": "Volleyball",
|
||||||
|
"positions": [
|
||||||
|
"Outside Hitter",
|
||||||
|
"Middle Blocker",
|
||||||
|
"Setter",
|
||||||
|
"Defender"
|
||||||
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Loss",
|
"Loss",
|
||||||
@@ -34,8 +40,7 @@
|
|||||||
{ "name" : "Ratio", "equation" : "$pointsfor / $pointsagainst", "precision" : 3, "priority" : 2 }
|
{ "name" : "Ratio", "equation" : "$pointsfor / $pointsagainst", "precision" : 3, "priority" : 2 }
|
||||||
],
|
],
|
||||||
"metrics": [
|
"metrics": [
|
||||||
"Height",
|
"Height"
|
||||||
"Weight"
|
|
||||||
],
|
],
|
||||||
"statistics": [
|
"statistics": [
|
||||||
{ "name" : "Pct", "equation" : "( $k - $e ) / $ta", "description" : "Hitting percentage" },
|
{ "name" : "Pct", "equation" : "( $k - $e ) / $ta", "description" : "Hitting percentage" },
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "Water Polo",
|
"name": "Water Polo",
|
||||||
|
"positions": [
|
||||||
|
"Offense",
|
||||||
|
"Defense",
|
||||||
|
"Goalie"
|
||||||
|
],
|
||||||
"positions": [
|
"positions": [
|
||||||
"Goalkeeper",
|
"Goalkeeper",
|
||||||
"Driver",
|
"Driver",
|
||||||
@@ -8,8 +13,8 @@
|
|||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
"Win",
|
||||||
"Draw",
|
"Loss",
|
||||||
"Loss"
|
"Draw"
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1st Quarter", "description" : "1st quarter goals" },
|
{ "name" : "1st Quarter", "description" : "1st quarter goals" },
|
||||||
Reference in New Issue
Block a user