Add translator Xyteton & Esports presets close #37
This commit is contained in:
25
presets/esports/dota2.json
Normal file
25
presets/esports/dota2.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user