Update presets with outcome conditions
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
"Outfielder"
|
"Outfielder"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Tie"
|
{ "name" : "Tie", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1", "description" : "1st inning runs" },
|
{ "name" : "1", "description" : "1st inning runs" },
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
"Center"
|
"Center"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss"
|
{ "name" : "Loss", "condition" : "<" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1", "description" : "1st quarter points" },
|
{ "name" : "1", "description" : "1st quarter points" },
|
||||||
|
|||||||
@@ -7,10 +7,10 @@
|
|||||||
"All-rounder"
|
"All-rounder"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Draw",
|
"Draw",
|
||||||
"Tie"
|
{ "name" : "Tie", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1st", "description" : "1st inning runs" },
|
{ "name" : "1st", "description" : "1st inning runs" },
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "Darts",
|
"name": "Darts",
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Draw"
|
{ "name" : "Draw", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
"Legs"
|
"Legs"
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Dota 2",
|
"name": "Dota 2",
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss"
|
{ "name" : "Loss", "condition" : "<" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "Rating", "description" : "Rating adjustment", "primary" : 1 }
|
{ "name" : "Rating", "description" : "Rating adjustment", "primary" : 1 }
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "League of Legends",
|
"name": "League of Legends",
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss"
|
{ "name" : "Loss", "condition" : "<" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
"Kills",
|
"Kills",
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
"Goalkeeper"
|
"Goalkeeper"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Tie"
|
{ "name" : "Tie", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1st", "description" : "1st period goals" },
|
{ "name" : "1st", "description" : "1st period goals" },
|
||||||
|
|||||||
@@ -16,9 +16,9 @@
|
|||||||
"Safety"
|
"Safety"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Tie"
|
{ "name" : "Tie", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1", "description" : "1st quarter points" },
|
{ "name" : "1", "description" : "1st quarter points" },
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
"Forward"
|
"Forward"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Draw"
|
{ "name" : "Draw", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "Q1", "description" : "First quarter points" },
|
{ "name" : "Q1", "description" : "First quarter points" },
|
||||||
|
|||||||
@@ -10,9 +10,9 @@
|
|||||||
"Right wing"
|
"Right wing"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Draw"
|
{ "name" : "Draw", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1st Half", "description" : "1st half goals" },
|
{ "name" : "1st Half", "description" : "1st half goals" },
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
"Goalie"
|
"Goalie"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
{ "name" : "Overtime loss", "abbreviation" : "OT" }
|
{ "name" : "Overtime loss", "abbreviation" : "OT" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
"Goal Shooter"
|
"Goal Shooter"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss"
|
{ "name" : "Loss", "condition" : "<" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1st", "description" : "1st quarter goals" },
|
{ "name" : "1st", "description" : "1st quarter goals" },
|
||||||
|
|||||||
@@ -12,9 +12,9 @@
|
|||||||
"Lock"
|
"Lock"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Draw"
|
{ "name" : "Draw", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
"Tries",
|
"Tries",
|
||||||
|
|||||||
@@ -13,9 +13,9 @@
|
|||||||
"Prop"
|
"Prop"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Draw"
|
{ "name" : "Draw", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
"Tries",
|
"Tries",
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "Snooker",
|
"name": "Snooker",
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Draw"
|
{ "name" : "Draw", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "Score", "description" : "Total points", "primary" : 1 }
|
{ "name" : "Score", "description" : "Total points", "primary" : 1 }
|
||||||
|
|||||||
@@ -7,9 +7,9 @@
|
|||||||
"Forward"
|
"Forward"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Draw"
|
{ "name" : "Draw", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1st Half", "description" : "1st half goals" },
|
{ "name" : "1st Half", "description" : "1st half goals" },
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "Squash",
|
"name": "Squash",
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Draw"
|
{ "name" : "Draw", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "G1", "description" : "1st game" },
|
{ "name" : "G1", "description" : "1st game" },
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Table Tennis",
|
"name": "Table Tennis",
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Forfeit"
|
"Forfeit"
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Tennis",
|
"name": "Tennis",
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Unfinished"
|
"Unfinished"
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
"Libero"
|
"Libero"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
{ "name" : "Overtime win", "abbreviation" : "OTW" },
|
{ "name" : "Overtime win", "abbreviation" : "OTW" },
|
||||||
{ "name" : "Overtime loss", "abbreviation" : "OTL" }
|
{ "name" : "Overtime loss", "abbreviation" : "OTL" }
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -12,9 +12,9 @@
|
|||||||
"Hole Guard"
|
"Hole Guard"
|
||||||
],
|
],
|
||||||
"outcomes": [
|
"outcomes": [
|
||||||
"Win",
|
{ "name" : "Win", "condition" : ">" },
|
||||||
"Loss",
|
{ "name" : "Loss", "condition" : "<" },
|
||||||
"Draw"
|
{ "name" : "Draw", "condition" : "=" }
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{ "name" : "1st Quarter", "description" : "1st quarter goals" },
|
{ "name" : "1st Quarter", "description" : "1st quarter goals" },
|
||||||
|
|||||||
Reference in New Issue
Block a user