Update presets with outcome conditions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "Dota 2",
|
||||
"outcomes": [
|
||||
"Win",
|
||||
"Loss"
|
||||
{ "name" : "Win", "condition" : ">" },
|
||||
{ "name" : "Loss", "condition" : "<" }
|
||||
],
|
||||
"results": [
|
||||
{ "name" : "Rating", "description" : "Rating adjustment", "primary" : 1 }
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "League of Legends",
|
||||
"outcomes": [
|
||||
"Win",
|
||||
"Loss"
|
||||
{ "name" : "Win", "condition" : ">" },
|
||||
{ "name" : "Loss", "condition" : "<" }
|
||||
],
|
||||
"results": [
|
||||
"Kills",
|
||||
|
||||
Reference in New Issue
Block a user