25 lines
771 B
JSON
25 lines
771 B
JSON
{
|
|
"name": "Dota 2",
|
|
"outcomes": [
|
|
{ "name" : "Win", "condition" : ">" },
|
|
{ "name" : "Loss", "condition" : "<" }
|
|
],
|
|
"results": [
|
|
{ "name" : "Rating", "description" : "Rating adjustment", "primary" : 1 }
|
|
],
|
|
"performance": [
|
|
{ "name" : "Rating", "description" : "Rating adjustment" }
|
|
],
|
|
"columns": [
|
|
{ "name" : "W", "equation" : "$win", "priority" : 2, "description" : "Wins" },
|
|
{ "name" : "L", "equation" : "$loss", "description" : "Losses" },
|
|
{ "name" : "Rating", "equation" : "$rating", "priority" : 1 }
|
|
],
|
|
"metrics": [
|
|
],
|
|
"statistics": [
|
|
{ "name" : "Wins", "equation" : "$win" },
|
|
{ "name" : "Losses", "equation" : "$loss" },
|
|
{ "name" : "Winrate", "equation" : "$win / $eventsplayed * 100" }
|
|
]
|
|
} |