Add translator Xyteton & Esports presets close #37

This commit is contained in:
Brian Miyaji
2014-08-25 00:15:32 +10:00
parent 5a4fb57776
commit dd48de0fc3
5 changed files with 104 additions and 11 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "DotA 2",
"outcomes": [
"Win",
"Loss"
],
"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 * 1 0 0" }
]
}