Update presets with type setting for statistics
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
],
|
||||
"statistics": [
|
||||
{ "name" : "Appearances", "equation" : "$eventsplayed", "description" : "Matches played" },
|
||||
{ "name" : "Win Ratio", "equation" : "$win / $eventsplayed * 100", "precision" : 2 },
|
||||
{ "name" : "Draw Ratio", "equation" : "$draw / $eventsplayed * 100", "precision" : 2 },
|
||||
{ "name" : "Loss Ratio", "equation" : "$loss / $eventsplayed * 100", "precision" : 2 }
|
||||
{ "name" : "Win Ratio", "equation" : "$win / $eventsplayed * 100", "precision" : 2, "type" : "average" },
|
||||
{ "name" : "Draw Ratio", "equation" : "$draw / $eventsplayed * 100", "precision" : 2, "type" : "average" },
|
||||
{ "name" : "Loss Ratio", "equation" : "$loss / $eventsplayed * 100", "precision" : 2, "type" : "average" }
|
||||
],
|
||||
"options": {
|
||||
"mode" : "team"
|
||||
|
||||
Reference in New Issue
Block a user